[
https://issues.apache.org/jira/browse/DAEMON-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517502#comment-16517502
]
John Monnett commented on DAEMON-311:
-------------------------------------
I bundle the IBM JRE/JVM with my S/W - it is not registered in the windows
registry.
I tried using set PR_JVM=C:/ibm/jre/bin/j9vm/jvm.dll but that does not work.
I need an option to bypass the JVM registry search and just use the one I
provide.
> Commons Daemon procrun failed with exit value: 5 (Failed to start service)
> --------------------------------------------------------------------------
>
> Key: DAEMON-311
> URL: https://issues.apache.org/jira/browse/DAEMON-311
> Project: Commons Daemon
> Issue Type: Bug
> Components: Procrun
> Affects Versions: 1.0.15
> Environment: OS : Windows 7 (64bit)
> Jre : 7 (32bit) and 7(64bit) installed, the 32bit one is used by default.
> Hardware specifications :
> - Processor : Intel Core i7
> - RAM : 8 GB
> Reporter: Vincent Tonus
> Priority: Major
> Fix For: 1.1.0
>
>
> 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) :
> {quote}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{quote}
> it generates this log :
> {quote}
> [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.
> {quote}
> And if I try to start the service again after the installation, no log is
> generated anymore.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)