|
From: Chandra P. <cp...@ig...> - 2006-05-09 23:50:21
|
I started my JVM with -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 and attached IDE debugger. Blocked a JSP thread on a breakpoint. The wrapper restarts/shuts down (depending on wrapper.disable_restarts=TRUE) the VM. ERROR | wrapper | 2006/05/09 16:35:02 | JVM appears hung: Timed out waiting for signal from JVM. ERROR | wrapper | 2006/05/09 16:35:02 | JVM did not exit on request, terminated STATUS | wrapper | 2006/05/09 16:35:03 | JVM Restarts disabled. Shutting down. STATUS | wrapper | 2006/05/09 16:35:03 | <-- Wrapper Stopped I can set the wrapper.ping.timeout to zero to avoid this. Shouldn't wrapper should detect debug mode? |