|
From: Eoin C. <eo...@pe...> - 2004-05-14 11:06:15
|
I'm using wrapper 3.10 on linux, using: wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.app.parameter.1=org.jboss.Main I got the following in my logs: INFO | jvm 1 | 2004/05/13 21:14:59 | Wrapper Manager: The Wrapper code did not ping the JVM for 60 seconds. Quit and let the Wrapper resynch. INFO | jvm 1 | 2004/05/13 21:14:59 | 21:14:59,954 INFO [Server] JBoss SHUTDOWN: Undeploying all packages the server shut down and was not started up. I don't see anything in the logs that might explain why the ping failed, and there was nothing special happening at that time that I know of. I don't have debug output from wrapper, but am enabling it in case this happens again. I'm wondering how the ping could fail, but the wrapper was able to tell jboss to shut down so quickly (<1 second later). Also, should the wrapper not restart the server if it kills it as a result of timed out ping? regards, eoin. |