5 Replies Latest reply on Aug 7, 2009 2:49 AM by jaikiran

    JBoss not runnign up on clean install

    tony.herstell1

      Why is thtis all I get when running up JBoss 5?
      Resinalled

      Using XP64.

      00:32:19,859 INFO [ServerImpl] Starting JBoss (Microcontainer)...
      00:32:19,859 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
      00:32:19,859 INFO [ServerImpl] Bootstrap URL: null
      00:32:19,859 INFO [ServerImpl] Home Dir: C:\jboss-5.1.0.GA
      00:32:19,859 INFO [ServerImpl] Home URL: file:/C:/jboss-5.1.0.GA/
      00:32:19,859 INFO [ServerImpl] Library URL: file:/C:/jboss-5.1.0.GA/lib/
      00:32:19,859 INFO [ServerImpl] Patch URL: null
      00:32:19,859 INFO [ServerImpl] Common Base URL: file:/C:/jboss-5.1.0.GA/common/
      00:32:19,859 INFO [ServerImpl] Common Library URL: file:/C:/jboss-5.1.0.GA/common/lib/
      00:32:19,859 INFO [ServerImpl] Server Name: risingstars
      00:32:19,859 INFO [ServerImpl] Server Base Dir: C:\jboss-5.1.0.GA\server
      00:32:19,859 INFO [ServerImpl] Server Base URL: file:/C:/jboss-5.1.0.GA/server/
      00:32:19,859 INFO [ServerImpl] Server Config URL: file:/C:/jboss-5.1.0.GA/server/risingstars/conf/
      00:32:19,859 INFO [ServerImpl] Server Home Dir: C:\jboss-5.1.0.GA\server\risingstars
      00:32:19,859 INFO [ServerImpl] Server Home URL: file:/C:/jboss-5.1.0.GA/server/risingstars/
      00:32:19,859 INFO [ServerImpl] Server Data Dir: C:\jboss-5.1.0.GA\server\risingstars\data
      00:32:19,859 INFO [ServerImpl] Server Library URL: file:/C:/jboss-5.1.0.GA/server/risingstars/lib/
      00:32:19,859 INFO [ServerImpl] Server Log Dir: C:\jboss-5.1.0.GA\server\risingstars\log
      00:32:19,859 INFO [ServerImpl] Server Native Dir: C:\jboss-5.1.0.GA\server\risingstars\tmp\native
      00:32:19,859 INFO [ServerImpl] Server Temp Dir: C:\jboss-5.1.0.GA\server\risingstars\tmp
      00:32:19,859 INFO [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.1.0.GA\server\risingstars\tmp\deploy
      00:32:20,640 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.1.0.GA/server/risingstars/conf/bootstrap.xml
      00:32:21,375 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
      00:32:21,390 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
      00:32:21,750 INFO [CopyMechanism] VFS temp dir: C:\jboss-5.1.0.GA\server\risingstars\tmp
      00:32:21,750 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
      00:32:23,359 INFO [ServerInfo] Java version: 1.6.0,Sun Microsystems Inc.
      00:32:23,359 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0-b105)
      00:32:23,359 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 1.6.0-b105,Sun Microsystems Inc.
      00:32:23,359 INFO [ServerInfo] OS-System: Windows 2003 5.2,amd64
      00:32:23,359 INFO [ServerInfo] VM arguments: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1566 -Djboss.home=C:\jboss-5.1.0.GA -Djava.library.path=C:\Program Files\Java\jdk1.6.0\bin -Djava.endorsed.dirs=C:\jboss-5.1.0.GA\lib\endorsed -Xms128m -Xmx512m -XX:MaxPermSize=256m
      00:32:23,453 INFO [JMXKernel] Legacy JMX core initialized
      00:32:26,531 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@7d6b5518[domain=default, server=default, name=risingstars]
      00:32:28,687 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
      00:32:30,187 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 10s:328ms

      usually i see a lot more like when it finds my seam project.

      Nothing on localhost:8080 at all.

      Very odd.

      java is jdk1.6.0

        • 1. Re: JBoss not runnign up on clean install
          jaikiran

          How exactly did you create the "risingstars" configuration? Did you change/add any files?

          • 2. Re: JBoss not runnign up on clean install
            tony.herstell1

             

            "jaikiran" wrote:
            How exactly did you create the "risingstars" configuration? Did you change/add any files?


            Complete copy of default and added mysql connector.

            BUT its not that.

            I can go in a dos shell and start jboss and get the same minimal runup.

            • 3. Re: JBoss not runnign up on clean install
              tony.herstell1

              Dos version:

              C:\jboss-5.1.0.GA\bin>run
              Calling C:\jboss-5.1.0.GA\bin\run.conf.bat
              ===============================================================================

              JBoss Bootstrap Environment

              JBOSS_HOME: C:\jboss-5.1.0.GA

              JAVA: C:\Program Files\Java\jdk1.5.0_10\bin\java

              JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcIn
              terval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -server

              CLASSPATH: C:\jboss-5.1.0.GA\bin\run.jar

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

              07:34:50,593 INFO [ServerImpl] Starting JBoss (Microcontainer)...
              07:34:50,593 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_G
              A date=200905221634)
              07:34:50,593 INFO [ServerImpl] Bootstrap URL: null
              07:34:50,593 INFO [ServerImpl] Home Dir: C:\jboss-5.1.0.GA
              07:34:50,593 INFO [ServerImpl] Home URL: file:/C:/jboss-5.1.0.GA/
              07:34:50,593 INFO [ServerImpl] Library URL: file:/C:/jboss-5.1.0.GA/lib/
              07:34:50,593 INFO [ServerImpl] Patch URL: null
              07:34:50,593 INFO [ServerImpl] Common Base URL: file:/C:/jboss-5.1.0.GA/common/
              07:34:50,593 INFO [ServerImpl] Common Library URL: file:/C:/jboss-5.1.0.GA/common/lib/
              07:34:50,593 INFO [ServerImpl] Server Name: default
              07:34:50,593 INFO [ServerImpl] Server Base Dir: C:\jboss-5.1.0.GA\server
              07:34:50,593 INFO [ServerImpl] Server Base URL: file:/C:/jboss-5.1.0.GA/server/
              07:34:50,593 INFO [ServerImpl] Server Config URL: file:/C:/jboss-5.1.0.GA/server/default/conf/
              07:34:50,609 INFO [ServerImpl] Server Home Dir: C:\jboss-5.1.0.GA\server\default
              07:34:50,609 INFO [ServerImpl] Server Home URL: file:/C:/jboss-5.1.0.GA/server/default/
              07:34:50,609 INFO [ServerImpl] Server Data Dir: C:\jboss-5.1.0.GA\server\default\data
              07:34:50,609 INFO [ServerImpl] Server Library URL: file:/C:/jboss-5.1.0.GA/server/default/lib/
              07:34:50,609 INFO [ServerImpl] Server Log Dir: C:\jboss-5.1.0.GA\server\default\log
              07:34:50,609 INFO [ServerImpl] Server Native Dir: C:\jboss-5.1.0.GA\server\default\tmp\native
              07:34:50,609 INFO [ServerImpl] Server Temp Dir: C:\jboss-5.1.0.GA\server\default\tmp
              07:34:50,609 INFO [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.1.0.GA\server\default\tmp\deploy
              07:34:51,937 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.1.0.GA/server
              /default/conf/bootstrap.xml
              07:34:53,500 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.Combined
              VFSCache]
              07:34:53,515 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
              07:34:54,156 INFO [CopyMechanism] VFS temp dir: C:\jboss-5.1.0.GA\server\default\tmp
              07:34:54,156 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
              07:34:57,718 INFO [ServerInfo] Java version: 1.5.0_10,Sun Microsystems Inc.
              07:34:57,718 INFO [ServerInfo] Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition (buil
              d 1.5.0_10-b03)
              07:34:57,718 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 1.5.0_10-b03,Sun Microsys
              tems Inc.
              07:34:57,718 INFO [ServerInfo] OS-System: Windows 2003 5.2,amd64
              07:34:57,718 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSi
              ze=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.
              resolver.warning=true -Djava.endorsed.dirs=C:\jboss-5.1.0.GA\lib\endorsed
              07:34:57,781 INFO [JMXKernel] Legacy JMX core initialized
              07:35:01,406 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@5c429be9[domain=default, se
              rver=default, name=default]
              07:35:09,937 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
              07:35:12,234 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=
              200905221634)] Started in 21s:625ms

              nothing on localhost

              • 4. Re: JBoss not runnign up on clean install
                tony.herstell1

                and with a new download of java 6


                C:\jboss-5.1.0.GA\bin>run
                Calling C:\jboss-5.1.0.GA\bin\run.conf.bat
                ===============================================================================

                JBoss Bootstrap Environment

                JBOSS_HOME: C:\jboss-5.1.0.GA

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

                JAVA_OPTS: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcIn
                terval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -server

                CLASSPATH: C:\jboss-5.1.0.GA\bin\run.jar

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

                07:40:02,203 INFO [ServerImpl] Starting JBoss (Microcontainer)...
                07:40:02,203 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_G
                A date=200905221634)
                07:40:02,218 INFO [ServerImpl] Bootstrap URL: null
                07:40:02,218 INFO [ServerImpl] Home Dir: C:\jboss-5.1.0.GA
                07:40:02,218 INFO [ServerImpl] Home URL: file:/C:/jboss-5.1.0.GA/
                07:40:02,218 INFO [ServerImpl] Library URL: file:/C:/jboss-5.1.0.GA/lib/
                07:40:02,218 INFO [ServerImpl] Patch URL: null
                07:40:02,218 INFO [ServerImpl] Common Base URL: file:/C:/jboss-5.1.0.GA/common/
                07:40:02,218 INFO [ServerImpl] Common Library URL: file:/C:/jboss-5.1.0.GA/common/lib/
                07:40:02,218 INFO [ServerImpl] Server Name: default
                07:40:02,218 INFO [ServerImpl] Server Base Dir: C:\jboss-5.1.0.GA\server
                07:40:02,218 INFO [ServerImpl] Server Base URL: file:/C:/jboss-5.1.0.GA/server/
                07:40:02,218 INFO [ServerImpl] Server Config URL: file:/C:/jboss-5.1.0.GA/server/default/conf/
                07:40:02,218 INFO [ServerImpl] Server Home Dir: C:\jboss-5.1.0.GA\server\default
                07:40:02,218 INFO [ServerImpl] Server Home URL: file:/C:/jboss-5.1.0.GA/server/default/
                07:40:02,218 INFO [ServerImpl] Server Data Dir: C:\jboss-5.1.0.GA\server\default\data
                07:40:02,218 INFO [ServerImpl] Server Library URL: file:/C:/jboss-5.1.0.GA/server/default/lib/
                07:40:02,218 INFO [ServerImpl] Server Log Dir: C:\jboss-5.1.0.GA\server\default\log
                07:40:02,218 INFO [ServerImpl] Server Native Dir: C:\jboss-5.1.0.GA\server\default\tmp\native
                07:40:02,218 INFO [ServerImpl] Server Temp Dir: C:\jboss-5.1.0.GA\server\default\tmp
                07:40:02,218 INFO [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.1.0.GA\server\default\tmp\deploy
                07:40:02,937 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.1.0.GA/server
                /default/conf/bootstrap.xml
                07:40:03,609 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.Combined
                VFSCache]
                07:40:03,609 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
                07:40:03,921 INFO [CopyMechanism] VFS temp dir: C:\jboss-5.1.0.GA\server\default\tmp
                07:40:03,921 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
                07:40:05,703 INFO [ServerInfo] Java version: 1.6.0_15,Sun Microsystems Inc.
                07:40:05,703 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
                07:40:05,703 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 14.1-b02,Sun Microsystems
                Inc.
                07:40:05,703 INFO [ServerInfo] OS-System: Windows XP 5.2,amd64
                07:40:05,703 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSi
                ze=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.
                resolver.warning=true -Djava.endorsed.dirs=C:\jboss-5.1.0.GA\lib\endorsed
                07:40:05,750 INFO [JMXKernel] Legacy JMX core initialized
                07:40:09,156 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@2501e081[domain=default, se
                rver=default, name=default]
                07:40:11,609 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
                07:40:13,125 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=
                200905221634)] Started in 10s:907ms

                • 5. Re: JBoss not runnign up on clean install
                  jaikiran

                  Hmm, you are not the first one to report this weird issue with AS 5.1.0. There have other users reporting this exact same issue http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158736. The only common thing between your setups is Windows OS. But i don't think that's the reason what's causing this.

                  Can you point us to the exact download link from where you downloaded the AS? Also please follow the steps below and post the output of JBOSS_HOME/server/default/log/boot.log and JBOSS_HOME/server/default/log/server.log file when you start the "default" server configuration:

                  - Edit JBOSS_HOME/server/default/conf/jboss-log4j.xml to disable appending of server.log:

                  <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
                   <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
                   <param name="File" value="${jboss.server.log.dir}/server.log"/>
                   <param name="Append" value="false"/>
                  
                  


                  - Use the following command to start the server:

                  run.bat -Djboss.server.log.threshold=DEBUG


                  While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.