users@glassfish.java.net

Re: glass fish hanging or unresponsive

From: <glassfish_at_javadesktop.org>
Date: Tue, 12 Jan 2010 14:18:57 PST

When this happens, can you generate the jstack output (or kill -3 output) for the server that appears hung?
- find the process that's hung.
- find its pid (jps -lm | grep PE if this v2, | grep ASMain if it is v3).
- jstack <pid> or kill -3 <pid> and send the jvm.log file or jstack output.

-Kedar
[Message sent by forum member 'km' (kedar.mhaswade_at_sun.com)]

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