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 198157 - java.net.URISyntaxException: Illegal character in path at index 46: file:/Users/andrewregan/Development/java/Poems 2009/lib/
Summary: java.net.URISyntaxException: Illegal character in path at index 46: file:/Use...
Status: RESOLVED DUPLICATE of bug 196909
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 00:16 UTC by aregan
Modified: 2011-05-02 13:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178562


Attachments
stacktrace (1.40 KB, text/plain)
2011-04-28 00:16 UTC, aregan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aregan 2011-04-28 00:16:12 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
aregan: Starting a simple cross-project search.




Stacktrace: 
java.net.URISyntaxException: Illegal character in path at index 46: file:/Users/andrewregan/Development/java/Poems 2009/lib/
   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.URI.create(URI.java:840)
Comment 1 aregan 2011-04-28 00:16:16 UTC
Created attachment 107984 [details]
stacktrace
Comment 2 Jesse Glick 2011-05-02 13:09:01 UTC
Some Maven project is declaring a custom repository with a malformed URL.

*** This bug has been marked as a duplicate of bug 196909 ***