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

Summary: IllegalArgumentException: URI scheme is not "file"
Product: php Reporter: jdrukman <jdrukman>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=147229
Issue Type: DEFECT Exception Reporter: 147229
Attachments: stacktrace

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"