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 159612 - java.net.URISyntaxException: Illegal character in path
Summary: java.net.URISyntaxException: Illegal character in path
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 14:48 UTC by Peter Nabbefeld
Modified: 2009-09-18 20:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2009-03-04 14:48:18 UTC
Got the following exception report in IDE.log:

java.net.URISyntaxException: Illegal character in path at index 18: file:/C:/Dokumente und Einstellungen/pna/Eigene
Dateien/NetBeansProjects/UsefulModules/build/cluster/update_tracking/...
        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.modules.autoupdate.updateprovider.AutoupdateCatalogParser.getUpdateItems(AutoupdateCatalogParser.java:140)
        at
org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider.getUpdateItems(AutoupdateCatalogProvider.java:110)
        at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:170)
        at org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:140)
        at org.netbeans.modules.autoupdate.services.UpdateManagerImpl$Cache.<init>(UpdateManagerImpl.java:222)
        at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getCache(UpdateManagerImpl.java:196)
        at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnits(UpdateManagerImpl.java:93)
        at org.netbeans.api.autoupdate.UpdateManager.getUpdateUnits(UpdateManager.java:100)
        at org.netbeans.modules.moduleresolver.FindBrokenModules.checkBrokenDependencies(FindBrokenModules.java:191)

Seemt to be similar problem as #159022
Comment 1 dlipin 2009-03-04 15:11:20 UTC
Petr,

where and who set such an url (file:/C:/Dokumente und Einstellungen/pna/Eigene Dateien/NetBeansProjects/UsefulModules/
build/cluster/update_tracking/)?
Comment 2 dlipin 2009-03-04 15:17:59 UTC
Looks like it comes from org.netbeans.modules.moduleresolver.FindBrokenModules.checkBrokenDependencies which is not the 
AU.
Comment 3 dlipin 2009-03-04 15:26:23 UTC
reassigning to Jirka, the owner of moduleresolver
Comment 4 dlipin 2009-03-04 15:32:26 UTC
Petr, please attach the overall messages.log that you get with "-J-Dorg.netbeans.modules.moduleresolver.level=FINEST -J-
Dorg.netbeans.modules.autoupdate.level=FINEST" in netbeans_default_options (in etc/netbeans.conf).