64Bit Windows does not work with "Use default" Java VM
------------------------------------------------------
Key: DAEMON-162
URL: https://issues.apache.org/jira/browse/DAEMON-162
Project: Commons Daemon
Issue Type: Bug
Components: Procrun
Affects Versions: 1.0.2
Environment: Windows 7 64 Bit with installed 32 Bit VM and installed
64 Bit VM
Reporter: Volker Berlin
If you want start a Java service on a 64 bit Windows 7 with "Use default" Java
VM then the service does not start. In the log you can see the follow output.
If you set the VM to the default 64 bit VM then all is ok. It look like that
the VM can not be found. A look in the registry show that all entries are ok
for the 64 bit tree of JavaSoft.
[2010-05-04 09:24:18] [1381 prunsrv.c] [debug] Commons Daemon procrun log
initialized
[2010-05-04 09:24:18] [info] Commons Daemon procrun (1.0.2.0) started
[2010-05-04 09:24:18] [info] Running Service...
[2010-05-04 09:24:18] [1165 prunsrv.c] [debug] Inside ServiceMain...
[2010-05-04 09:24:18] [info] Starting service...
[2010-05-04 09:24:18] [206 javajni.c] [error] The specified module could not
be found.
[2010-05-04 09:24:18] [985 prunsrv.c] [error] Failed creating java
[2010-05-04 09:24:18] [1280 prunsrv.c] [error] ServiceStart returned 1
[2010-05-04 09:24:18] [info] Run service finished.
[2010-05-04 09:24:18] [info] Commons Daemon procrun finished.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.