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 160762 - IllegalArgumentException: URI scheme is not "file"
Summary: IllegalArgumentException: URI scheme is not "file"
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 18:35 UTC by jdrukman
Modified: 2009-03-28 20:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147229


Attachments
stacktrace (1.35 KB, text/plain)
2009-03-20 18:35 UTC, jdrukman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jdrukman 2009-03-20 18:35:35 UTC
Build: NetBeans IDE Dev (Build 200903121546)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
GUEST: user refreshing page, ide jups to breack point

jdrukman: debugging a php file



Stacktrace: 
java.lang.IllegalArgumentException: URI scheme is not "file"
        at java.io.File.<init>(File.java:338)
        at org.netbeans.modules.php.dbgp.URIMapper$1.toSourceFile(URIMapper.java:116)
        at org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toSourceFile(URIMapper.java:235)
        at org.netbeans.modules.php.dbgp.SessionId.toSourceFile(SessionId.java:147)
        at org.netbeans.modules.php.dbgp.breakpoints.Utils.getDataObjectByRemote(Utils.java:213)
        at org.netbeans.modules.php.dbgp.breakpoints.Utils$LineFactory.getLine(Utils.java:183)
Comment 1 jdrukman 2009-03-20 18:35:40 UTC
Created attachment 78545 [details]
stacktrace
Comment 3 Quality Engineering 2009-03-28 20:37:52 UTC
Integrated into 'main-golden', will be available in build *200903281400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7e71f7a31694
User: Radek Matous <rmatous@netbeans.org>
Log: #160762 IllegalArgumentException: URI scheme is not "file"