Confluence : Logging A Thread Dump
This page last changed on Oct 17, 2006 by tom@atlassian.com.
If Confluence stops responding, 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. Windows UsersTo take a thread dump from Windows:
Linux (and Solaris and other Unices) UsersFind the process id of the JVM and issue the command: kill -3 <pid> The thread dump will be printed to standard output. |
![]() |
Document generated by Confluence on Feb 08, 2007 00:12 |