...
Now run the following command to signal the thread dump. Run 3 times 10 seconds apart, changing # to 1,2,3 with each iteration.
Code Block |
---|
jstack |
...
-l <pid> > /var/tmp/threaddump_server_#.txt |
To generate the thread dump for an endpoint, similarly you must locate the PID for the JVM running the plugin operation.
Code Block |
---|
ps -ef |grep ExternalPluginServer |
...
Signal the thread dump. Run 3 times 10 seconds apart, changing # to 1,2,3 with each iteration.
Code Block |
---|
jstack |
...
-l <pid> > /var/tmp/threaddump_endpoint_#.txt |
Zip the .txt dump files and attach to the support ticket.
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...