|
From: Richard E. <rem...@ou...> - 2003-04-12 21:46:47
|
On windows I get the following message in the wrapper log after I request the wrapper as a windows service to be stopped. ERROR | wrapper | <date> | JVM exited unexpectedly while stopping the application. The call I make to stop the wrapper as a service is (for example): net stop "My Service Name" The problem is that my Java program has a Shutdown hook and it is NOT being called. How do I stop the wrapper service so that Shutdown hooks execute? Thanks. Richard |