I have fixed it.
tomcat-webctx-tests:
[echo] creating tomcat-webctx config
[echo] Overwriting config descriptors
[copy] Copying 1 file to
/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta3/server/tomcat-webctx
[server:start] Starting server "tomcat-webctx" with command:
[server:start] /usr/java/jdk1.5.0_11/bin/java -cp
/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta3/bin/run.jar:/usr/java/jdk1.5.0_11/lib/tools.jar
org.jboss.Main -c tomcat-webctx -b localhost
[mkdir] Created dir: /home/svn/JBossHead/jboss-head/testsuite/output/log
[echo] Starting patternset=tomcat.webctx.includes config=tomcat-webctx
[junit] Running org.jboss.test.web.test.WebCtxLoaderTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.494 sec
[server:stop] Shutting down server: tomcat-webctx
[server:stop] Shutting down server: /usr/java/jdk1.5.0_11/bin/java -cp
/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta3/bin/shutdown.jar:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta3/client/jboss-common.jar
org.jboss.Shutdown --server jnp://localhost:1099 --shutdown
[server:stop] shutdownTimeout will be=45
BUILD SUCCESSFUL
Total time: 1 minute 10 seconds
Scott M Stark wrote:
I'll look at the server startup error.
Rajesh Rajasekaran wrote:
>
> The jboss-trunk testsuite hangs on the tomcat-webctx-tests and
> eventually the testsuite times out after 6 hrs.
>
>
>
> The point of hang is shown in the test log.
>
>
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-sun-1.5/...
>
>
>
>
> I have attached the server log which shows the errors in starting up
> tomcat in this server config.
>
>
>
> This reveals another problem with the jboss-test package.
>
> The <server:start> task verifies the server had started by opening a
> connection to tomcat.
>
> In this case since tomcat had failed to start the testsuite hangs when
> trying to establish an HTTPConnection.
>
>
>
>
>
> Thanks
>
> Rajesh