|
From: Richard E. <rem...@ed...> - 2005-11-02 22:50:13
|
I have the following in a wrapper log: INFO | wrapper | 2005/10/31 14:37:19 | User logged out. Ignored. INFO | wrapper | 2005/10/31 14:37:19 | User logged out. Ignored. INFO | jvm 5 | 2005/10/31 14:37:20 | [java] Shutting down INFO | jvm 5 | 2005/10/31 14:37:20 | [java] Shutdown complete INFO | jvm 5 | 2005/10/31 14:37:20 | [java] Halting VM INFO | wrapper | 2005/10/31 14:37:20 | User logged out. Ignored. INFO | wrapper | 2005/10/31 14:37:20 | User logged out. Ignored. INFO | jvm 5 | 2005/10/31 14:38:23 | INFO | jvm 5 | 2005/10/31 14:38:23 | BUILD SUCCESSFUL INFO | jvm 5 | 2005/10/31 14:38:23 | Total time: 5,938 minutes 26 seconds ERROR | wrapper | 2005/10/31 14:38:24 | JVM exited unexpectedly. STATUS | wrapper | 2005/10/31 14:40:01 | Launching a JVM... INFO | jvm 6 | 2005/10/31 14:40:02 | Wrapper (Version 3.1.2) http://wrapper.tanukisoftware.org The line "Shutting down", "Sutdown complete" and "Halting VM" are being printed to standard out by a Shutdown Hook registered by JBoss, the application being controled by the wrapper. The "User logged out. Ignored" indicates that the wrapper is not being run in a console (looking at the source code) and when ignored, the wrapper does not kill its application. The wrapper then gones on to restart the application. Don't think its relevant, but: wrapper.disable_shutdown_hook=TRUE Why would there be multiple "User logged out. Ignored" lines? Any hints as to what mechanism(s) might lead to the wrapped application to stop? Thanks. Richard -- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. |