1 Reply Latest reply on Oct 1, 2004 7:02 PM by starksm64

    JBOSS 3.2.5 startup problem

    daltera

      Hi,

      I just download the bin version of 3.2.5 of JBOSS and I unpack it and when I start the run.bat on WIN2000, I got this:

      D:\jboss325\bin>run
      ===============================================================================
      .
      JBoss Bootstrap Environment
      .
      JBOSS_HOME: D:\jboss325\bin\\..
      .
      JAVA: c:\jdk142\bin\java.exe
      .
      JAVA_OPTS: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socke
      t,address=8787,server=y,suspend=y -Dprogram.name=run.bat -Xms128m -Xmx512m
      .
      CLASSPATH: c:\jdk142\lib\tools.jar;D:\jboss325\bin\\run.jar
      .
      ===============================================================================

      and the process seems to stuck there and nothing happening afterwards...
      What's wrong with it?



        • 1. Re: JBOSS 3.2.5 startup problem
          starksm64

          Your JAVA_OPTS has the jpda debugging enabled and its waiting for a debugger to attach to it. This is not enabled by default so someone has uncommented the following line in the run.bat script:

          rem set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%