3 Replies Latest reply on Jan 9, 2015 9:56 PM by virtus

    The issue with starting JBoss AS 7.1.1 Final server(eclipse)

    virtus

      Good day.

      I am trying to start jboss as 7.1.1 final server(eclipse).

      I installed JBoss tools, downloaded JBoss Application Server (AS), extracted zip file, opened eclipse and added server. Then, I configured server, started it.

      Console output is:

       

      12:39:13,338 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA
      12:39:13,720 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
      12:39:13,781 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

      Then I typed http://localhost:8080


      in browser and shouldn't able to see the JBoss AS Welcome screen. I saw "This webpage is not available".

      Have someone already have the same situation?

        • 1. Re: The issue with starting JBoss AS 7.1.1 Final server(eclipse)
          rob.stryker

          You must wait longer before hurrying off to the browser. You must wait until the console tells you the server is started, not starting. 

           

          02:41:38,234 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 3208ms - Started 133 of 208 services (74 services are passive or on-demand)

          • 2. Re: The issue with starting JBoss AS 7.1.1 Final server(eclipse)
            dgolovin

            You quote only first three lines of console output. Check if you have something like

            10:37:51,605 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-9) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080

            in console.

             

            Then I would check if there any port conflicts reported or try local address 127.0.0.1:8080.

            • 3. Re: The issue with starting JBoss AS 7.1.1 Final server(eclipse)
              virtus

              Thanks. Actually there was two problems.

               

              1. A JBoss AS 7.1 can not work with a JRE8. Although there is writing "Java SE 6 or later (we recommend that you use the latest update available)" in the documentation.

              2. I had a JAVA_OPTS variable with the "-Dcom.sun.management.jmxremote.port=1099 was unexpected at this time"   configured value.


              My console output was


              D:\App\jboss-as-7.1.1.Final\bin>standalone.bat

              Calling "D:\App\jboss-as-7.1.1.Final\bin\standalone.conf.bat"

              =-Dcom.sun.management.jmxremote.port=1099 was unexpected at this time.


              I removed this variable.