6 Replies Latest reply on Mar 18, 2013 10:27 AM by asif07

    Jboss Installation Error

    asif07

      Os : Windows 2008 Server

      Jboss Version: Jboss-as-7.1.1.Final

      When I run the standalone.bat file the Installation stops with the Error as below ;

      04:55:35,858 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6428ms - Started 130 of 208 services (3 services failed or missing dependencies, 74 services are passive or on-demand)

       

      I'm a Novice to jboss on Windows and I did google but not with concrete Result to resolve this.

      I have uploaded the server.log file too.

      Appreciate if some one could help on this.

       

      Thanks in Anticipation

      Asif

        • 1. Re: Jboss Installation Error
          ctomc

          Hi and welcome to forums.

           

           

          it looks like you already have something listening on port 4447, error you get is:

           

          JBAS017112: Address already in use: bind /127.0.0.1:4447

           

          just make sure noting else is listening on that port.

           

          you can find what is listening on that port by using sysinternal's tcpview

          http://live.sysinternals.com/Tcpview.exe

           

          --

          tomaz

          1 of 1 people found this helpful
          • 2. Re: Jboss Installation Error
            asif07

            Hi Tomaz,
            Thanks V much for your quick Response.

            I found the Following running

             

            java.exe          3984          TCP          WIN-GN37HFAUE9N          4447          WIN-GN37HFAUE9N          0          LISTENING

            java.exe          3984          TCPV6          win-gn37hfaue9n          4447          win-gn37hfaue9n          0          LISTENING

             

            Do I stop  Java till I complete jboss Installation ?

            [or] Is there an alternate ?

             

            Thanks

            Asif

            • 3. Re: Jboss Installation Error
              ctomc

              are you sure that is java.exe that is running jboss?

               

              other option is that you accidentally ran jboss twice.

               

              you can kill jboss proces and run it again.

               

               

              --

              tomaz

              1 of 1 people found this helpful
              • 4. Re: Jboss Installation Error
                asif07

                I did Kill one of the Java Process ( out of Two)

                Also I did not find any jboss process running as I had stopped the jobss.

                It seems like when I start Jboss multiple java process start.

                Here is the latest Error :

                 

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

                ===============================================================================

                 

                 

                  JBoss Bootstrap Environment

                 

                 

                  JBOSS_HOME: C:\jboss-as-7.1.1.Final

                 

                 

                  JAVA: C:\Program Files\Java\jdk1.6.0_43\bin\java

                 

                 

                  JAVA_OPTS: -XX:+TieredCompilation -Dprogram.name=standalone.bat -Xms64M -Xmx51

                2M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.se

                rver.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.war

                ning=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.server.default.c

                onfig=standalone.xml

                 

                 

                ===============================================================================

                 

                 

                07:01:08,565 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA

                07:01:08,877 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA

                07:01:08,924 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" sta

                rting

                07:01:11,108 INFO  [org.jboss.as.server] JBAS015888: Creating http management se

                rvice using socket-binding (management-http)

                07:01:11,154 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log han

                dlers

                07:01:11,123 INFO  [org.xnio] XNIO Version 3.0.3.GA

                07:01:12,933 INFO  [org.jboss.as.connector] (MSC service thread 1-2) JBAS010408:

                Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

                07:01:12,948 INFO  [org.jboss.as.security] (MSC service thread 1-2) JBAS013100:

                Current PicketBox version=4.0.7.Final

                07:01:12,964 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: St

                arting Naming Service

                07:01:13,026 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS01

                5400: Bound mail session [java:jboss/mail/Default]

                07:01:13,151 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread

                1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

                07:01:13,307 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC se

                rvice thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA

                07:01:13,853 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread

                1-1) JBAS015012: Started FileSystemDeploymentService for directory C:\jboss-as-7

                .1.1.Final\standalone\deployments

                07:01:13,853 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100:

                Listening on /127.0.0.1:9999

                07:01:13,853 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100:

                Listening on /127.0.0.1:4447

                07:01:14,352 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service

                thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

                07:01:14,477 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin con

                sole listening on http://127.0.0.1:9990

                07:01:14,477 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS

                7.1.1.Final "Brontes" started in 6224ms - Started 133 of 208 services (74 servic

                es are passive or on-demand)

                 

                ======

                 

                Any Luck

                 

                Thanks Again

                • 5. Re: Jboss Installation Error
                  ctomc

                  that is no error, jboss started properly.

                   

                   

                  --

                  tomaz

                  • 6. Re: Jboss Installation Error
                    asif07

                    When I run the standalone.bat the command prompt halts with the following

                     

                    07:19:13,937 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS

                    7.1.1.Final "Brontes" started in 6131ms - Started 133 of 208 services (74 servic

                    es are passive or on-demand)

                     

                    However I verified http://localhost:8080/ and it works.

                    Is there a way to automate the Startup of the batch file in Windows [or] will the Program call if when ever it need. ( pardon me for my ignorance i'm new to jboss)

                     

                    Thanks again.

                    Really Appreciate your assistance