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 150775

Summary: java.net.SocketException: Connection reset
Product: php Reporter: willmacdonald <willmacdonald>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=22695
Issue Type: DEFECT Exception Reporter: 22695
Attachments: stacktrace

Description willmacdonald 2008-10-20 21:13:05 UTC
Build: NetBeans IDE Dev (Build 200810181401)
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.5, i386

User Comments:
nbnathan: debugging PHP with XDebug

areeda: Now I seem to be in a state where I cannot run a debug session, with 6.5m1 6.5B or the nightly build from 9/13. and one from about a week ago, sorry but I uninstalled it.

Tried rebooting, no luck.

GUEST: Running debugger

GUEST: Debugging PHP via xdebug



Stacktrace: 
java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.net.SocketInputStream.read(SocketInputStream.java:182)
        at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getDataSize(DbgpMessage.java:288)
        at org.netbeans.modules.php.dbgp.packets.DbgpMessage.create(DbgpMessage.java:121)
        at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:346)
        at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:300)
Comment 1 willmacdonald 2008-10-20 21:13:10 UTC
Created attachment 72312 [details]
stacktrace
Comment 2 rmatous 2009-03-12 18:48:53 UTC

*** This issue has been marked as a duplicate of 151413 ***