This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159526

Summary: java.net.URISyntaxException
Product: platform Reporter: Peter Nabbefeld <epdv>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: SPACE_IN_PATH
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Nabbefeld 2009-03-03 14:25:28 UTC
I've got several errors like this in my log file:

SEVERE [org.openide.util.Exceptions]
java.net.URISyntaxException: Illegal character in path at index 27: file:/C:/Programme/NetBeans Dev
200903021401/platform10/core/core.jar
        at java.net.URI$Parser.fail(URI.java:2809)
        at java.net.URI$Parser.checkChars(URI.java:2982)
        at java.net.URI$Parser.parseHierarchical(URI.java:3066)
        at java.net.URI$Parser.parse(URI.java:3014)
        at java.net.URI.<init>(URI.java:578)
        at java.net.URL.toURI(URL.java:918)
[catch] at org.netbeans.core.startup.ModuleSystem.loadBootModules(ModuleSystem.java:204)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:166)
        at org.netbeans.core.startup.Main.start(Main.java:309)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
        at java.lang.Thread.run(Thread.java:619)
SEVERE [org.openide.util.Exceptions]
java.net.URISyntaxException: Illegal character in path at index 27: file:/C:/Programme/NetBeans Dev
200903021401/platform10/core/org-openide-filesystems.jar
        at java.net.URI$Parser.fail(URI.java:2809)
        at java.net.URI$Parser.checkChars(URI.java:2982)
        at java.net.URI$Parser.parseHierarchical(URI.java:3066)
        ...

Sth. seems to have been changed in the past days (possibly about two weeks). I'd be glad, if this could be fixed
urgently, as this might cause other problems (as it seems, some core jars are probably not loaded correctly).

The problem with the URI are the space characters, but they worked in the past.
Comment 1 Jesse Glick 2009-03-03 16:13:13 UTC

*** This issue has been marked as a duplicate of 159022 ***