Mantis - Resin
Viewing Issue Advanced Details
2117 crash always 10-26-07 08:17 10-01-07 08:37
taylorc  
ferg  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.4  
0002117: FileNotFoundException caused by spaces in path
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)

Notes
(0002416)
ferg   
10-01-07 08:37   
server/23c1