|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 2501 | major | always | 03-07-08 03:03 | 03-17-08 10:02 | |
|
|
|||||
| Reporter: | fesse | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.1.5 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.1.6 | ||
|
|
|||||
| Summary: | 0002501: Resin doesn't start on 64-bit Windows | ||||
| Description: |
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? |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |