Details
Description
I use the Amd64 version of procrun to run a .jar as a service, it works on several machines with the same configuration but on one of them, It's impossible to start the service.
When the service is installed (with this command) :
xx.exe //IS//xx --Install=xx.exe" --Description="xx" --Jvm=auto --Classpath=xx.jar --Startup=auto --StartMode=jvm --StartClass=Controller.ServiceMain --StartMethod=main --StartParams=start --StopMode=jvm --StopClass=Controller.ServiceMain --StopMethod=main --StopParams=stop --LogPath="./Logs" --StdOutput=auto --StdError=auto --StopTimeout=120 --LogLevel=debug
it generates this log :
[2013-11-28 13:10:06] [debug] ( prunsrv.c:1679) [ 9444] Commons Daemon procrun log initialized
[2013-11-28 13:10:06] [info] ( prunsrv.c:1683) [ 9444] Commons Daemon procrun (1.0.15.0 64-bit) started
[2013-11-28 13:10:06] [debug] ( prunsrv.c:561 ) [ 9444] Installing service...
[2013-11-28 13:10:06] [info] ( prunsrv.c:600 ) [ 9444] Service xx name
[2013-11-28 13:10:07] [debug] ( prunsrv.c:616 ) [ 9444] Setting service description xx
[2013-11-28 13:10:07] [info] ( prunsrv.c:634 ) [ 9444] Service 'xx' installed
[2013-11-28 13:10:07] [info] ( prunsrv.c:1764) [ 9444] Commons Daemon procrun finished
[2013-11-28 13:10:07] [debug] ( prunsrv.c:1679) [ 9724] Commons Daemon procrun log initialized
[2013-11-28 13:10:07] [info] ( prunsrv.c:1683) [ 9724] Commons Daemon procrun (1.0.15.0 64-bit) started
[2013-11-28 13:10:07] [info] ( prunsrv.c:725 ) [ 9724] Starting service 'xx' ...
[2013-11-28 13:10:10] [error] ( prunsrv.c:746 ) [ 9724] Failed to start 'xx' service
[2013-11-28 13:10:10] [error] ( prunsrv.c:746 ) [ 9724] The data area passed to a system call is too small.
[2013-11-28 13:10:10] [info] ( prunsrv.c:754 ) [ 9724] Start service finished.
[2013-11-28 13:10:10] [error] ( prunsrv.c:1755) [ 9724] Commons Daemon procrun failed with exit value: 5 (Failed to start service)
[2013-11-28 13:10:10] [error] ( prunsrv.c:1755) [ 9724] The data area passed to a system call is too small.
And if I try to start the service again after the installation, no log is generated anymore.
Attachments
Issue Links
- is related to
-
DAEMON-360 Service creation failed with message "The data area passed to a system call is too small"
- Resolved