1 Reply Latest reply on Nov 6, 2012 6:08 AM by munir_salim

    Console show "starting server" but nothing happens

    munir_salim

      Hi

       

      After solve problems with Jboss port now I am getting another error..

       

      When I run the TestNG the console of eclipse show this message:

       

      [TestNG] Running:

        C:\Users\Usuario\AppData\Local\Temp\testng-eclipse-1987949237\testng-customsuite.xml

       

      Starting server "default", with command (start timeout is 120 seconds ):

      C:\Java\jdk1.6.0_29\bin\java -cp C:\jboss-5.1.0.GA\bin\run.jar;C:\Java\jdk1.6.0_29\lib\tools.jar -Xmx512m -XX:MaxPermSize=128m -Djbosstest.udp.ip_ttl=0 -Djava.endorsed.dirs=C:\jboss-5.1.0.GA\lib\endorsed -Djboss.server.log.threshold=DEBUG -Djava.endorsed.dirs=C:\jboss-5.1.0.GA/lib/endorsed/ -Dxb.builder.useUnorderedSequence=true org.jboss.Main -c default -b localhost -g 13ab337bc64

       

       

      But this message still forever! Nothing happens (no errors, no server start).

       

      The arquillian.xml :

      [TestNG] Running:

        C:\Users\Usuario\AppData\Local\Temp\testng-eclipse-1987949237\testng-customsuite.xml

       

      Starting server "default", with command (start timeout is 120 seconds ):

      C:\Java\jdk1.6.0_29\bin\java -cp C:\jboss-5.1.0.GA\bin\run.jar;C:\Java\jdk1.6.0_29\lib\tools.jar -Xmx512m -XX:MaxPermSize=128m -Djbosstest.udp.ip_ttl=0 -Djava.endorsed.dirs=C:\jboss-5.1.0.GA\lib\endorsed -Djboss.server.log.threshold=DEBUG -Djava.endorsed.dirs=C:\jboss-5.1.0.GA/lib/endorsed/ -Dxb.builder.useUnorderedSequence=true org.jboss.Main -c default -b localhost -g 13ab337bc64

      And pom.xml

           <profile>

                  <id>jbossas-managed-5.1</id>

                  <dependencies>

                      <dependency>

                          <groupId>org.jboss.arquillian.container</groupId>

                          <artifactId>arquillian-jbossas-managed-5.1</artifactId>

                          <version>1.0.0.CR3</version>

                      </dependency>

                      <dependency>

                          <groupId>org.jboss.arquillian.testng</groupId>

                          <artifactId>arquillian-testng-container</artifactId>

                          <version>1.0.0.Final</version>

                      </dependency>

                      <dependency>

                          <groupId>org.jboss.jbossas</groupId>

                          <artifactId>jboss-server-manager</artifactId>

                          <version>1.0.3.GA</version>

                      </dependency>

                      <dependency>

                          <groupId>org.jboss.jbossas</groupId>

                          <artifactId>jboss-as-client</artifactId>

                          <version>5.1.0.GA</version>

                          <type>pom</type>

                      </dependency>

                  </dependencies>

              </profile>

       

      Someone can help me? =/

       

      Thx!