1 Reply Latest reply on Mar 10, 2007 10:32 AM by brian.stansberry

    Clustering tests in jboss5 trunk

    starksm64

      I'm getting closer to getting the full testsuite to run by upping the memory limits, but I'm stopping at the cluster-field-udp-SYNC tests:

      [server:start] C:\usr\java\jdk1.5.0_09\bin\java -cp C:\home\svn\JBossHead\jboss-
      head\build\output\jboss-5.0.0.Beta2\bin\run.jar;C:\usr\java\jdk1.5.0_09\lib\tool
      s.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dr
      esolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.multiplexer.stack=udp-sync org.
      jboss.Main -c cluster-field-udp-SYNC-1 -b VALKYRIE
      
      BUILD FAILED
      C:\home\svn\JBossHead\jboss-head\testsuite\build.xml:854: The following error oc
      curred while executing this line:
      C:\home\svn\JBossHead\jboss-head\testsuite\build.xml:939: The following error oc
      curred while executing this line:
      C:\home\svn\JBossHead\jboss-head\testsuite\build.xml:1036: Error starting server
       "cluster-field-udp-SYNC-1": Server failed to start; see logs.
      


      but the log certainly indicates it started:
      2007-03-10 02:19:55,484 DEBUG [org.jboss.web.tomcat.tc6.deployers.TomcatDeployer
      ] Saw org.jboss.system.server.started notification, starting connectors
      2007-03-10 02:19:55,562 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-valkyrie%2F10.11.14.27-8080
      2007-03-10 02:19:55,625 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-valkyrie%2F10.11.14.27-8009
      2007-03-10 02:19:55,625 INFO [org.jboss.system.server.profileservice.ServerImpl] JBoss (Microcontainer) [5.0.0.Beta2 (build: SVNTag=JBoss_5_0_0_Beta2 date=2007
      03100057)] Started in 55s:204ms
      


      If I just run the -c cluster-field-udp-SYNC-1 -b VALKYRIE from the command line it starts fine and the root web app is accessible. Are others failing to run this as well?



        • 1. Re: Clustering tests in jboss5 trunk
          brian.stansberry

          I kicked off the tests-clustering target a while ago and it's gotten past cluster-field-udp-SYNC; now through cluster-udp-TOTAL, and running cluster-field-udp-TOTAL with both servers started.

          I have to go out, so can't continue to monitor, but it looks to be running OK.