We've been experiencing a strange deadlock during the startup of our java application. When I run jstack on the application to investigate, I see that the AWT-EventQueue is in Object.wait(), ...
I'm having difficulties in understanding the thread dump I got from jstack for a Spring MVC web application running on Tomcat 6 (java 1.6.0_22, Linux).
I see blocking threads (that cause other ...
I ran jstack on my java application (runs on tomcat and ubuntu server edition) because it seems to consume a lot of memory after a while.
So, with jstack I found out ...