1 Reply Latest reply on May 13, 2004 7:23 AM by stephaner

    JBoss doesn't start up when debugging is turned on

    daborg

      Hi,

      I'm trying to run JBoss in debug mode. It seems to work fine - JBoss starts up and deploys everything. Then just before jboss-service.xml would have finished deploying, the VM just crashes/stops/exits and a new one starts up. And JBoss goes through the whole startup procedure again. And again. And again...

      The last line displayed before the VM restarts is this:

      [URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL


      The debug parameters I use are these:

      JAVA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=javadebug %JAVA_OPTS%


      The JVM I use is 1.4.2_03, running on Windows.

      Anyone have any idea what might be wrong?

      Thanks,

      Daniel