Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JVM Error for Java Service Wrapper

This appears in a log file when I try to start a service I just installed as a windows service using the JSWrapper:

STATUS | wrapper | 2011/06/16 13:55:57 | Launching a JVM...
ERROR | wrapper | 2011/06/16 13:55:57 | JVM exited while loading the application.
STATUS | wrapper | 2011/06/16 13:55:57 | JVM Restarts disabled. Shutting down.
STATUS | wrapper | 2011/06/16 13:55:58 | <-- Wrapper Stopped

Can anyone tell me what needs to be done to fix this issue? I have java installed and paths set correctly in environment variables. Not sure what's going on.

like image 588
gFu Avatar asked Oct 30 '25 03:10

gFu


1 Answers

since there is also no output of the JVM from the Wrapper's initialization, I suppose there is sth wrong with your wrapper.java.command...

can you please enable debug mode by setting wrapper.debug=true in your conf file? you should see the command line of the JVM the Wrapper is trying to execute.

If you don't see any problem in both places, please post the output and let me have a look at it...

cheers,

like image 126
Naytzyrhc Avatar answered Oct 31 '25 15:10

Naytzyrhc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!