|
From: Richard E. <rem...@ed...> - 2004-03-04 16:40:33
|
I get the following in wrapper logs on linux (not windows or solaris):
JVM appears hung: Timed out waiting for signal from JVM.
JVM did not exit on request, terminated
Looking through the code in wrapper_unix.c I see the following in the
function wrapperKillProcess() :
kill(jvmPid, SIGKILL);
log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_ERROR, "JVM did not
exit on request, terminated");
What does the message "JVM did not exit on request, terminated" mean?
There is no test after the kill function is called to tell whether or
not the JVM exited or not so how can one say that the JVM did not exit?
Thanks.
Richard
|