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 142986 - java.net.URISyntaxException: Illegal character in authority
Summary: java.net.URISyntaxException: Illegal character in authority
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 00:41 UTC by _ krystyna
Modified: 2009-02-27 14:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 51642


Attachments
stacktrace (2.40 KB, text/plain)
2008-08-12 21:59 UTC, _ krystyna
Details
stacktrace (2.39 KB, text/plain)
2008-08-19 12:05 UTC, alcmontejo
Details
stacktrace (2.39 KB, text/plain)
2008-08-20 05:23 UTC, alcmontejo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-08-06 00:41:47 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows Vista, 6.0, amd64
User comments: When trying to import stuff from subversion

STACKTRACE: (first 10 lines)
java.lang.RuntimeException: java.net.URISyntaxException: Illegal character in authority at index 9: socket://svn co 
http:22
        at org.netbeans.modules.proxy.ProxySocketFactory.addressToURI(ProxySocketFactory.java:407)
        at org.netbeans.modules.proxy.ProxySocketFactory.createSocket(ProxySocketFactory.java:381)
        at org.netbeans.modules.proxy.ProxySocketFactory.createSocket(ProxySocketFactory.java:249)
        at org.netbeans.modules.versioning.system.cvss.SSHConnection$SocketFactoryBridge.createSocket
(SSHConnection.java:228)
        at com.jcraft.jsch.Session.connect(Session.java:0)
        at com.jcraft.jsch.Session.connect(Session.java:0)
        at org.netbeans.modules.versioning.system.cvss.SSHConnection.open(SSHConnection.java:107)
        at org.netbeans.lib.cvsclient.Client$1.run(Client.java:322)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 _ krystyna 2008-08-12 21:59:04 UTC
Build: NetBeans IDE Dev (Build 20080811162939)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.net.URISyntaxException: Illegal character in authority at index 7: file://C:\Documents and Settings\Krystyna Polomski\Local Settings\Temp\modules.ext.debugger---netbeans-debugger-port=1381--netbeans-debugger-session-id=NETBEANS-INTERNETEXPLORER-DEBUGGER-17.html^@
        at java.net.URI$Parser.fail(URI.java:2809)
        at java.net.URI$Parser.parseAuthority(URI.java:3147)
        at java.net.URI$Parser.parseHierarchical(URI.java:3058)
        at java.net.URI$Parser.parse(URI.java:3014)
        at java.net.URI.<init>(URI.java:578)
        at org.netbeans.modules.web.client.tools.javascript.debugger.api.JSURILocation.<init>(JSURILocation.java:73)
Comment 2 _ krystyna 2008-08-12 21:59:08 UTC
Created attachment 67182 [details]
stacktrace
Comment 3 alcmontejo 2008-08-19 12:04:47 UTC
Build: NetBeans IDE Dev (Build 200808170243)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
hi!

Good day!

Got this exception when Im on debug mode and the debug was enabled.

When I start the debug mode and the Netbeans JavaScript Debugger lunch on the browser
and my web start-up page then display, When I click the back button of the Browser(im using IE). This exception occurs.

Thanks and more power,
Allen Montejo

Stacktrace: 
java.net.URISyntaxException: Illegal character in authority at index 7: file://C:\Documents and Settings\amontejo\Local Settings\Temp\modules.ext.debugger---netbeans-debugger-port=2093--netbeans-debugger-session-id=NETBEANS-INTERNETEXPLORER-DEBUGGER-0.html^@
        at java.net.URI$Parser.fail(URI.java:2809)
        at java.net.URI$Parser.parseAuthority(URI.java:3147)
        at java.net.URI$Parser.parseHierarchical(URI.java:3058)
        at java.net.URI$Parser.parse(URI.java:3014)
        at java.net.URI.<init>(URI.java:578)
        at org.netbeans.modules.web.client.tools.javascript.debugger.api.JSURILocation.<init>(JSURILocation.java:73)
Comment 4 alcmontejo 2008-08-19 12:05:08 UTC
Created attachment 67790 [details]
stacktrace
Comment 5 alcmontejo 2008-08-20 05:23:10 UTC
Build: NetBeans IDE Dev (Build 200808191401)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
hi!

This happen while on debug(client side) mode. Click the browser(IE7) button back

Thanks, 
Allen Montejo

Stacktrace: 
java.net.URISyntaxException: Illegal character in authority at index 7: file://C:\Documents and Settings\amontejo\Local Settings\Temp\modules.ext.debugger---netbeans-debugger-port=4122--netbeans-debugger-session-id=NETBEANS-INTERNETEXPLORER-DEBUGGER-0.html^@
        at java.net.URI$Parser.fail(URI.java:2809)
        at java.net.URI$Parser.parseAuthority(URI.java:3147)
        at java.net.URI$Parser.parseHierarchical(URI.java:3058)
        at java.net.URI$Parser.parse(URI.java:3014)
        at java.net.URI.<init>(URI.java:578)
        at org.netbeans.modules.web.client.tools.javascript.debugger.api.JSURILocation.<init>(JSURILocation.java:73)
Comment 6 alcmontejo 2008-08-20 05:23:20 UTC
Created attachment 67908 [details]
stacktrace
Comment 7 Maros Sandor 2008-08-20 13:05:45 UTC
Majority of these exception reports are against javascript debugger, reassigning. Exception from CVS is legal: the URI
is in fact invalid.
Comment 8 Peter Zavadsky 2008-09-11 00:09:10 UTC
From the JSURILocation code, this seems to be fixed now. Closing.