Interview Questions

How do I get a thread dump to help track down a problem?

BEA WebLogic Questions and Answers


(Continued from previous question...)

How do I get a thread dump to help track down a problem?

Ways to get a thread dump:
* Try running this from the command line (after running the setEnv script in /bea/wlserver6.1/config/mydomain/):

java weblogic.Admin -url t3://localhost:7001 THREAD_DUMP

* On Windows, from the console window, enter Ctrl+Break.
* On UNIX, signal the server using kill -3.

(Continued on next question...)

Other Interview Questions