Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2117 | crash | always | 10-26-07 08:17 | 10-31-07 08:37 | |
|
|||||
Reporter: | taylorc | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.4 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002117: FileNotFoundException caused by spaces in path | ||||
Description: |
If you run resin from a directory with spaces in the path,Line 433 in Config.Java adds %20 in place of any spaces, causing the following error. java.io.FileNotFoundException: E:\Java\Sub%20Dir\resin-3.1.s071025\lib\resin.jar (The system cannot find the path specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:114) at java.util.zip.ZipFile.<init>(ZipFile.java:75) at com.caucho.vfs.Jar.openReadImpl(Jar.java:485) at com.caucho.vfs.JarPath.openReadImpl(JarPath.java:205) at com.caucho.vfs.Path.openRead(Path.java:1039) at com.caucho.relaxng.CompactVerifierFactoryImpl.compileSchema(CompactVe rifierFactoryImpl.java:88) at com.caucho.config.Config.findCompactSchema(Config.java:440) at com.caucho.config.Config.configure(Config.java:189) at com.caucho.boot.ResinBoot.<init>(ResinBoot.java:151) at com.caucho.boot.ResinBoot.main(ResinBoot.java:471) java.io.FileNotFoundException: E:\Java\Sub%20Dir\resin-3.1.s071025\lib\resin.jar (The system cannot find the path specified) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|