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 236037 - java.net.URISyntaxException: Illegal character in path at index 64: http://localhost:42442/test/test/unit/pointFinderTester.js:74:49\nrunTest@http://localhost:42442/static/runner.js:5403:33\nbound@htt
Summary: java.net.URISyntaxException: Illegal character in path at index 64: http://lo...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Testing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 16:54 UTC by mhaungs
Modified: 2015-06-11 02:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203912


Attachments
stacktrace (2.33 KB, text/plain)
2013-09-16 16:54 UTC, mhaungs
Details
stacktrace (3.55 KB, text/plain)
2014-07-26 16:10 UTC, vkhashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhaungs 2013-09-16 16:54:20 UTC
Build: NetBeans IDE Dev (Build 201309150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
mhaungs: I tried to run some unit tests that had run successfully in 7.3.




Stacktrace: 
java.net.URISyntaxException: Illegal character in path at index 64: http://localhost:42442/test/test/unit/pointFinderTester.js:74:49\nrunTest@http://localhost:42442/static/runner.js:5403:33\nbound@http://localhost:42442/static/jstestdrivernamespace.js:71:22\nhttp://localhost:42442/static/runner.js:5319:21\nnestedFunction@http://localhost:42442/static/runner.js
   at java.net.URI$Parser.fail(URI.java:2829)
   at java.net.URI$Parser.checkChars(URI.java:3002)
   at java.net.URI$Parser.parseHierarchical(URI.java:3086)
   at java.net.URI$Parser.parse(URI.java:3034)
   at java.net.URI.<init>(URI.java:595)
   at java.net.URI.create(URI.java:857)
Comment 1 mhaungs 2013-09-16 16:54:22 UTC
Created attachment 140141 [details]
stacktrace
Comment 2 vkhashin 2014-07-26 16:10:42 UTC
Created attachment 148337 [details]
stacktrace

Create js test. Run it. Restart ide. Modify test. Run it again.
Comment 3 Tomas Mysik 2015-06-09 13:13:14 UTC
Could anyone of you please attach a sample project?

Thanks a lot.
Comment 4 Tomas Mysik 2015-06-10 04:50:29 UTC
Should be fixed now, please verify. Thanks.

http://hg.netbeans.org/web-main/rev/6a8045bd7198
Comment 5 Quality Engineering 2015-06-11 02:40:15 UTC
Integrated into 'main-silver', will be available in build *201506110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6a8045bd7198
User: Tomas Mysik <tmysik@netbeans.org>
Log: #236037 - java.net.URISyntaxException: Illegal character in path at index 64: ...