On 08/19/2013 12:53 AM, Andrew Miller wrote:
Seems like the JVM is
crashing, which leads Windows

If the JVM crashes you should have jvm's generated crash log file.
Doubt that is the reason.

What you have in log file is
( javajni.c:471 ) [ 6948] Exit hook with exit code 1


This means that your java code exit hook has returned non zero value.
Check your java code for return values from main(). In case non zero
is returned as exit code service will never be reported as stopped.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to