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 148272 - AssertionError at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.sendCommand
Summary: AssertionError at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerP...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 18:16 UTC by _ krystyna
Modified: 2008-09-26 21:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 117795


Attachments
stacktrace (2.45 KB, text/plain)
2008-09-24 18:17 UTC, _ krystyna
Details
stacktrace (5.59 KB, text/plain)
2008-09-26 00:12 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-09-24 18:17:00 UTC
Build: NetBeans IDE Dev (Build 20080923152338)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86

User Comments:
krystyna: delete all breakpoints before session end (IE browser; attach debugger)



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.sendCommand(DebuggerProxy.java:304)
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.getSource(DebuggerProxy.java:237)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.getInputStreamForURLImpl(JSAbstractExternalDebugger.java:331)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.getInputStreamForURLImpl(JSAbstractExternalDebugger.java:326)
        at org.netbeans.modules.web.client.tools.internetexplorer.IEJSDebugger.getInputStreamForURLImpl(IEJSDebugger.java:82)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractDebugger.getInputStreamForURL(JSAbstractDebugger.java:188)
Comment 1 _ krystyna 2008-09-24 18:17:18 UTC
Created attachment 70506 [details]
stacktrace
Comment 2 _ krystyna 2008-09-26 00:12:42 UTC
Build: NetBeans IDE Dev (Build 20080923152338)
VM: Java HotSpot(TM) Client VM, 11.0-b13, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b26
OS: Windows XP, 5.1, x86

User Comments: 
just launched second of 2 attach debugg sessions, client monitor was up, clicked outside of monitor window

Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.sendCommand(DebuggerProxy.java:304)
        at org.netbeans.modules.web.client.tools.common.dbgp.DebuggerProxy.getSource(DebuggerProxy.java:237)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.getInputStreamForURLImpl(JSAbstractExternalDebugger.java:331)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.getInputStreamForURLImpl(JSAbstractExternalDebugger.java:326)
        at org.netbeans.modules.web.client.tools.internetexplorer.IEJSDebugger.getInputStreamForURLImpl(IEJSDebugger.java:82)
        at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractDebugger.getInputStreamForURL(JSAbstractDebugger.java:188)
Comment 3 _ krystyna 2008-09-26 00:12:57 UTC
Created attachment 70633 [details]
stacktrace
Comment 4 _ deva 2008-09-26 21:42:14 UTC
Assertion errors are because of not ignoring the timed out responses.