|
From: Kathir <kat...@gm...> - 2013-07-02 10:15:32
|
Hi, I am using the Java Service Wrapper version 3.2.0 to invoke my Java application and seeing this issue of wrapper getting started then stopping in few seconds. I am seeing this only with the Windows 7 Spanish Version. I am not sure whether it is a known issue so posting on this forum. JDK Version which we use with our application is 1.6.0_20. Here, JVM is requesting for its shutdown which would happens when there is a call to System.exit() since I do not see this issue with other platform even with the Windows7 English version this issue does not exist. It would be great if you can suggest me to what should I look for on this front. Please find the debug enabled logs for the Wrapper, INFO | jvm 1 | 2013/06/21 14:10:58 | WrapperSimpleApp: main method completed INFO | jvm 1 | 2013/06/21 14:10:58 | WrapperSimpleApp: start(args) end. Main Completed=true, exitCode=null INFO | jvm 1 | 2013/06/21 14:10:58 | returned from listener.start() INFO | jvm 1 | 2013/06/21 14:10:58 | Send a packet STARTED : DEBUG | wrapperp | 2013/06/21 14:10:58 | read a packet STARTED : DEBUG | wrapper | 2013/06/21 14:10:58 | JVM signalled that it was started. DEBUG | wrapperp | 2013/06/21 14:11:02 | send a packet PING : ping INFO | jvm 1 | 2013/06/21 14:11:02 | Received a packet PING : ping INFO | jvm 1 | 2013/06/21 14:11:02 | Send a packet PING : ok INFO | jvm 1 | 2013/06/21 14:11:02 | Non-daemon thread count = 1 - 1(system) = 0 INFO | jvm 1 | 2013/06/21 14:11:02 | All non-daemon threads have stopped. Exiting. INFO | jvm 1 | 2013/06/21 14:11:02 | WrapperManager.stop(0) called by thread: Wrapper-Connection INFO | jvm 1 | 2013/06/21 14:11:02 | Send a packet STOP : 0 DEBUG | wrapperp | 2013/06/21 14:11:02 | read a packet PING : ok DEBUG | wrapper | 2013/06/21 14:11:02 | Got ping response from JVM DEBUG | wrapperp | 2013/06/21 14:11:02 | read a packet STOP : 0 DEBUG | wrapper | 2013/06/21 14:11:02 | JVM requested a shutdown. (0) DEBUG | wrapper | 2013/06/21 14:11:02 | wrapperStopProcess(0) called. DEBUG | wrapper | 2013/06/21 14:11:02 | Sending stop signal to JVM DEBUG | wrapperp | 2013/06/21 14:11:02 | send a packet STOP : NULL INFO | jvm 1 | 2013/06/21 14:11:03 | Thread, Wrapper-Connection, handling the shutdown process. INFO | jvm 1 | 2013/06/21 14:11:03 | calling listener.stop() INFO | jvm 1 | 2013/06/21 14:11:03 | WrapperSimpleApp: stop(0) INFO | jvm 1 | 2013/06/21 14:11:03 | returned from listener.stop() INFO | jvm 1 | 2013/06/21 14:11:03 | Send a packet STOPPED : 0 DEBUG | wrapperp | 2013/06/21 14:11:03 | read a packet STOPPED : 0 DEBUG | wrapper | 2013/06/21 14:11:03 | JVM signalled that it was stopped. INFO | jvm 1 | 2013/06/21 14:11:03 | Closing socket. DEBUG | wrapperp | 2013/06/21 14:11:03 | socket read no code (closed?). DEBUG | wrapperp | 2013/06/21 14:11:03 | server listening on port 32001. INFO | jvm 1 | 2013/06/21 14:11:03 | calling System.exit(0) DEBUG | wrapper | 2013/06/21 14:11:04 | JVM process exited with a code of 0, leaving the wrapper exit code set to 0. DEBUG | wrapper | 2013/06/21 14:11:04 | JVM exited normally. STATUS | wrapper | 2013/06/21 14:11:04 | <-- Wrapper Stopped -- View this message in context: http://java-service-wrapper.996253.n3.nabble.com/JSW-starts-and-stops-in-few-Seconds-tp2912.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |