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 156643 - java.net.MalformedURLException: unknown protocol: dbgp
Summary: java.net.MalformedURLException: unknown protocol: dbgp
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Brejla
URL: http://statistics.netbeans.org/except...
Keywords:
: 179079 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-12 20:17 UTC by jdrukman
Modified: 2012-04-10 12:28 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter: 137538


Attachments
stacktrace (1.39 KB, text/plain)
2009-01-12 20:17 UTC, jdrukman
Details
log file from xdebug when exception occurs (203.12 KB, application/x-gzip)
2009-01-20 22:20 UTC, jdrukman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jdrukman 2009-01-12 20:17:48 UTC
Build: NetBeans IDE Dev (Build 200901120201)
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:
jdrukman: debugging a php page

jdrukman: debugging a php page



Stacktrace: 
java.net.MalformedURLException: unknown protocol: dbgp
        at java.net.URL.<init>(URL.java:574)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at java.net.URI.toURL(URI.java:1081)
        at org.netbeans.modules.php.dbgp.SessionId.convertToFileObject(SessionId.java:207)
        at org.netbeans.modules.php.dbgp.SessionId.getFileObjectByRemote(SessionId.java:235)
Comment 1 jdrukman 2009-01-12 20:17:56 UTC
Created attachment 75715 [details]
stacktrace
Comment 2 jdrukman 2009-01-20 22:20:08 UTC
Created attachment 76062 [details]
log file from xdebug when exception occurs
Comment 3 rmatous 2009-01-26 14:29:48 UTC
Thanks, reproducible now.

Looking at xdebug docs. URI scheme 'dbgp' is described here:    
http://www.xdebug.org/docs-dbgp.php#source
http://www.xdebug.org/docs-dbgp.php#dynamic-code-and-virtual-files
Comment 4 rmatous 2010-04-12 09:30:46 UTC
the exception isn't thrown anymore, anyway dbgp protocol isn't still handled, so changing to RFE
Comment 5 rmatous 2010-04-12 09:46:22 UTC
*** Bug 179079 has been marked as a duplicate of this bug. ***
Comment 6 Filip Zamboj 2010-09-15 12:28:08 UTC
batch reassigning