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 165723 - java.net.URISyntaxException: Illegal character in path at index 19: file://C:/Documents and Settings/tester/My Documents/NetBeansProjects/werewr/src/JySwing.py
Summary: java.net.URISyntaxException: Illegal character in path at index 19: file://C:...
Status: STARTED
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords: SPACE_IN_PATH
Depends on:
Blocks:
 
Reported: 2009-05-21 16:55 UTC by Oleg Khokhlov
Modified: 2015-11-27 20:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151582


Attachments
stacktrace (6.71 KB, text/plain)
2009-05-21 16:55 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-21 16:55:28 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: - set breakpoint in Python project;
- invoked Breakpoint properties and pressed OK;



Stacktrace: 
java.net.URISyntaxException: Illegal character in path at index 19: file://C:/Documents and Settings/tester/My Documents/NetBeansProjects/werewr/src/JySwing.py
        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)
Comment 1 Oleg Khokhlov 2009-05-21 16:55:37 UTC
Created attachment 82570 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-06-02 12:29:05 UTC
Spaces must be escaped. Use file.toURI().toURL().
Comment 3 Lou Dasaro 2015-11-27 20:48:00 UTC
To be fixed in a post-8.1 release as part of SPACE_IN_PATH and Debugger overhaul..