Use the AdminControl object to dump the Java threads of a running server.
Using Jacl:
set jvm [$AdminControl completeObjectName type=JVM,process=server1,*] $AdminControl invoke $jvm dumpThreadsThis example produces a Java core file. You can use this file for problem determination.