Oracle GlassFish Server 3.0.1 Troubleshooting Guide

Cannot Produce a JVM Thread Dump After Server Crash

Description

If GlassFish Server crashes, the server dumps a core file and, by default, restarts with the -Xrs flag, which prevents the dump of a JVM thread dump.

Solution

ProcedureTo Obtain a Server Thread Dump

  1. Type the following command:


    asadmin generate-jvm-report --type=thread
    
See Also

generate-jvm-report(1)