Mantis Bugtracker
  

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-01-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

- Relationships

- Notes
(0002416)
ferg
10-01-07 08:37

server/23c1
 

- Issue History
Date Modified Username Field Change
10-26-07 08:17 taylorc New Issue
10-01-07 08:37 ferg Note Added: 0002416
10-01-07 08:37 ferg Assigned To  => ferg
10-01-07 08:37 ferg Status new => closed
10-01-07 08:37 ferg Resolution open => fixed
10-01-07 08:37 ferg Fixed in Version  => 3.1.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker