Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I cannot seem to get a headless FlexUnit build to run in Hudson CI + xvnc plugin on Ubuntu 9.04. Here is what I have tried:

  • compiled using -use-network=false switch
  • compiled with -headless-server=true
  • added Global Flash Player Trust file /var/lib/hudson/.macromedia/Flash_Player/#Security/FlashPlayerTrust/security.cfg (with the content /)
  • commented out the last line "twm &" from /var/lib/hudson/.vnc/xstartup
  • added /var/lib/hudson/mm.cfg
  • ...and, of course, read countless blogs and forums

After a full day working on this I still have no idea how to run my flexunit tests in Hudson! Can anyone help?

Darren

share|improve this question
Does it work, when you ran it manually from command line? Do you use the profile that the hudson server uses for your tests? – Peter Schuetze Jun 1 '10 at 12:45
Yes, it does work command line. Yes, I am using the hudson user profile when running this... Another recommendation that I heard recently was to use TightVNC to remote into my vnc instance. I'll give this a try and update here when I have some news! – jensendarren Jun 10 '10 at 1:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.