Dan Tran wrote:
First, I believe this question may not relate to maven, but I believe
lot of users
on this forum use Selenium for webtesting.

I am running into a problem where selenium server does not shut down b/c
a webtest encounters a http 500 error.  I use a combination of
selenium-maven-plugin, cargo for tomcat, and junit ( similar to
Continuum web test)

and there for my build hang.

Any one have a solution for this issue?

Super thanks


I believe the HTTP 500 indicates there was an error during container startup or request processing. Make sure you turn on "-X -e " on mvn command and redirect stdout *AND* stderr to a file and look for these errors.

#Sample unix command line
mvn -e -X ..args.. > file.txt 2>&1

Best of luck.

--
Regards,
Farrukh

Web: http://www.wellfleetsoftware.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to