Mantis - Resin
Viewing Issue Advanced Details
2501 major always 03-07-08 03:03 03-17-08 10:02
fesse  
ferg  
normal  
closed 3.1.5  
fixed  
none    
none 3.1.6  
0002501: Resin doesn't start on 64-bit Windows
When using jdk-6u5-windows-x64.exe or jdk-1_5_0_15-windows-amd64.exe on an AMD 64-bits Windows system I can't start Resin. I get the following error:
"Unrecognized Option: -d64".

When I remove the following line in com.caucho.boot.WatchdogProcess (line 248) everything start ok.
if (! list.contains("-d32") && ! list.contains("-d64") && _watchdog.is64bit())
// list.add("-d64");

The same JVM on Linux has the -d64 option and there everything works as expected.
This probably should be handled via a <jvm-arg> in the .conf file instead?


There are no notes attached to this issue.