Durga Krishna wrote:Thanks for the reply.
But, my application is in production. I want to check due to which class/Method deadlock has occured.
I am using JBoss Application server.
How can I do this?
Thanks in Advance.
Connect to it using JConsole.
Or, on Unix/Linux, send signal 3 and check the output (probably in a log).
Ctrl+Break does not stop the application, BTW.