Anonymous | Login | Signup for a new account | 12-17-2024 11:58 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002117 | [Resin] | crash | always | 10-26-07 08:17 | 10-31-07 08:37 | ||||
Reporter | taylorc | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product 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) |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |