Re: Help with Hudson Seleniumhq plugin

2014-12-09 Thread scott hardegree
I've gotten a little further thanks to you. It was user related after all. I was able to launch Xvfb and firefox via a Jenkins job. However, I came up against the following over and over again: 11:35:53.726 DEBUG - REQUEST from SocketListener0@0.0.0.0:: GET /selenium-server/core/selenium-

Re: Help with Hudson Seleniumhq plugin

2014-12-09 Thread scott hardegree
THANKS ANKUSH! I'll give this a try and post the results! On Tuesday, December 9, 2014 12:10:43 AM UTC-6, Ankush Aggarwal wrote: > > Hi Scott, > > to run command without sudo. > 1) login to server with root user > 2) run command visudo > 3) search for this "rootALL=(ALL) ALL" > 3) add

Re: Help with Hudson Seleniumhq plugin

2014-12-08 Thread Ankush Aggarwal
Hi Scott, to run command without sudo. 1) login to server with root user 2) run command visudo 3) search for this "rootALL=(ALL) ALL" 3) add following line below ALL=(ALL) ALL I have add "export DISPLAY=:99" (please exclude double quotes) in /etc/init.d/jenkins script and rest

Help with Hudson Seleniumhq plugin

2014-12-08 Thread scott hardegree
Hello All, I am struggling with trying to run a simple test case via the selenium plugin headlessly with Xvfb. The web application is hosted on a RedHat 5 server in a QA type environment. Firefox is the current ESR version. I have verified that Xvfb is started, and every time I try to kick o