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 236532 - IllegalArgumentException: URI has a query component
Summary: IllegalArgumentException: URI has a query component
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 07:49 UTC by Vladimir Riha
Modified: 2013-10-02 01:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204263


Attachments
stacktrace (2.55 KB, text/plain)
2013-09-30 07:49 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-09-30 07:49:02 UTC
Build: NetBeans IDE Dev (Build 201309300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b14
OS: Mac OS X

User Comments:
vriha: Happened on debugging Cordova project - sample Map project:
 - ran project
 - did some CSS changes using inspect mode
 - added 2 breakpoints to main.js:153 and main.js:173
 - on device, clicked on "Photos Nearby"
 - code execution stopped at line 153
 - press Continue

=> IAE




Stacktrace: 
java.lang.IllegalArgumentException: URI has a query component
   at java.io.File.<init>(File.java:427)
   at org.openide.util.Utilities.toFile(Utilities.java:3156)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:154)
   at org.netbeans.modules.web.common.api.ServerURLMapping.fromServer(ServerURLMapping.java:132)
   at org.netbeans.modules.web.webkit.tooling.networkmonitor.DependentFileQueryImpl$DependencyInfo.findProjectFile(DependentFileQueryImpl.java:146)
   at org.netbeans.modules.web.webkit.tooling.networkmonitor.DependentFileQueryImpl$DependencyInfo.networkRequestHamdler(DependentFileQueryImpl.java:129)
Comment 1 Vladimir Riha 2013-09-30 07:49:04 UTC
Created attachment 140638 [details]
stacktrace
Comment 2 David Konecny 2013-10-01 02:33:30 UTC
229469ea7664
Comment 3 Quality Engineering 2013-10-02 01:40:02 UTC
Integrated into 'main-silver', will be available in build *201310020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/229469ea7664
User: David Konecny <dkonecny@netbeans.org>
Log: #236532 - IllegalArgumentException: URI has a query component