0 Replies Latest reply on Jul 28, 2005 2:33 PM by rintin

    Problem starting JBoss 4.0.2 in debug mode with JDK 5.0

    rintin

      Hey all,

      Relatively new to JBoss and am trying to run it in debug mode within JVM 5.0. The debug arguments I am passing to "org.jboss.Main" at startup are:

      "-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"

      The server startup outputs the following and then dies:

      "jboss_start_debug:
      [java] Listening for transport dt_socket at address: 5005
      [java] Java Result: 133"

      Any help would be appreciated. Thanks in advance.