If Confluence stops responding, or is performing poorly, you should create a thread dump to help Atlassian determine the cause of the problem.
This will show the state of each thread in the JVM, including a stack trace and information about what locks that thread is holding and waiting for.
To take a thread dump from Windows:
|
Alternatively, if you are not running Confluence as a service, click on the console and press |
Find the process id of the JVM and issue the command:
Use the ps command to get list of all processes.
kill -3 <pid> |
Note: This will not kill your server (so long as you included the "-3" option, no space in between).
The thread dump will be printed to Confluence's standard output (catalina.out).
java.net