2 Replies Latest reply on Feb 24, 2009 3:47 AM by sreedhar135

    JBOSS 4.2.2 GA Server Startup delay

    sreedhar135


      Hi,
      I am using JBoss 4.2.2 GA Server with JDK 1.5.0_17 version, to start the server it is taking more than 20 minutes in my machine.
      My m/c configuration is 2 GB RAM and Windows XP is the OS.
      After the below stack trace it delays for 15-20 minutes and then starts.


      22:31:00,262 INFO [Server] Starting JBoss (MX MicroKernel)...
      22:31:00,262 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=
      JBoss_4_2_2_GA date=200710221139)
      22:31:00,262 INFO [Server] Home Dir: C:\jboss-4.2.2.GA
      22:31:00,262 INFO [Server] Home URL: file:/C:/jboss-4.2.2.GA/
      22:31:00,262 INFO [Server] Patch URL: null
      22:31:00,262 INFO [Server] Server Name: default
      22:31:00,262 INFO [Server] Server Home Dir: C:\jboss-4.2.2.GA\server\default
      22:31:00,262 INFO [Server] Server Home URL: file:/C:/jboss-4.2.2.GA/server/defa
      ult/
      22:31:00,262 INFO [Server] Server Log Dir: C:\jboss-4.2.2.GA\server\default\log

      22:31:00,262 INFO [Server] Server Temp Dir: C:\jboss-4.2.2.GA\server\default\tm
      p
      22:31:00,262 INFO [Server] Root Deployment Filename: jboss-service.xml
      22:31:00,613 INFO [ServerInfo] Java version: 1.5.0_17,Sun Microsystems Inc.
      22:31:00,613 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_17-b04
      ,Sun Microsystems Inc.
      22:31:00,613 INFO [ServerInfo] OS-System: Windows XP 5.1,x86.
      Please help me if anyone has an idea on this, this will improve my development effort, as I am wasting more time in starting the server only.

      Thanks in Advance.

      Regards,
      Sreedhar G

        • 1. Re: JBOSS 4.2.2 GA Server Startup delay
          jaikiran

          Please post the entire console logs. Also is this a clean installation of JBoss or have you done any changes? And are you deploying any application on this JBoss? If yes, then without your application, how long does it take to start?


          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.

          • 2. Re: JBOSS 4.2.2 GA Server Startup delay
            sreedhar135

            Hi,
            I got the problem, if I delete and the tmp folder and start the server it is starting properly.
            May be when I start the server JBOSS tries to delete this folder and this could be taking long.

            Thanks for ur reply :)