When debugging it becomes necessary to dump the thread state of the application, this is usually to find a deadlock, lock contention or leaking connections.
I got a Java web-application here running on Tomcat6 with Ubuntu (server edition). After 1-3 days, the application becomes very …
java thread-dumpI got a thread dump of one of my processes. It has a bunch of these threads. I guess they …
java thread-dumpI have a problem with a Tomcat server that is unable to shutdown gracefully. I have taken a thread dump …
java tomcat thread-dump