users@glassfish.java.net

Re: unable to start GFV3 in debug mode

From: <glassfish_at_javadesktop.org>
Date: Mon, 03 Aug 2009 10:27:23 PDT

1. How do you know that debugging is not turned on? Perhaps the problem is in the debugger?

2. look in your server.log file (your-domain-dir/logs/server.log). It should have this line as part of the JVM invocation:

-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009

3. Try running GF without the launcher to be bsolutely positively sure the debugger is turned on and then test the rest of your environment:

java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009 -jar glassfish.jar
[Message sent by forum member 'bnevins' (bnevins)]

http://forums.java.net/jive/thread.jspa?messageID=358658