how to take thread dump in jboss when the server is down?

111 Views Asked by At

How to take thread dump when the server is down. i am able to get thread dump when the server is running. but i want to take thread dump when the server is down to analyze the cause for the server why it is down.

1

There are 1 best solutions below

0
On

You can't get dump when the server is down. You have to study log file. If your sever often crashes, I recomend to connect to the running server using the Java VisualVM or other monitoring tool in order to find out the cause.