Details
Description
Earlier versions of procrun will start without the parameter "Java/Options" in the registry (see example). With "Options" prunsrv will start, without it crashes.
Our setup (WiX based) should not create the registry key "Options", only the user should add some values here. We dont want to override the old value.
Example (with Options):
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\MyService\Parameters\Java]
"Classpath"="d:\\MyService\\lib
*"
"Jvm"="d:\\MyService\\jre\\bin\\server
jvm.dll"
"JvmMx"=dword:00000800
"Options"=hex(7):2d,00,44,00,6b,00,65,00,79,00,3d,00,76,00,61,00,6c,00,75,00,\
65,00,00,00,00,00
Attachments
Attachments
Issue Links
- is duplicated by
-
DAEMON-427 Lack of JvmOptions causes crash
- Resolved