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 218667 - IllegalStateException: Still listening on org.netbeans.modules.web.webkit.debugging.api.dom.DOM@55165f
Summary: IllegalStateException: Still listening on org.netbeans.modules.web.webkit.deb...
Status: RESOLVED DUPLICATE of bug 218619
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 08:32 UTC by Vladimir Riha
Modified: 2012-09-20 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192598


Attachments
stacktrace (4.09 KB, text/plain)
2012-09-20 08:32 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-09-20 08:32:46 UTC
This bug was originally marked as duplicate of bug 216440, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201209200001)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
vriha: adding DOM breakpoint while page is running




Stacktrace: 
java.lang.IllegalStateException: Still listening on org.netbeans.modules.web.webkit.debugging.api.dom.DOM@55165f
   at org.netbeans.modules.web.javascript.debugger.breakpoints.DOMNode.bindTo(DOMNode.java:303)
   at org.netbeans.modules.web.javascript.debugger.breakpoints.WebKitBreakpointManager$WebKitDOMBreakpointManager.add(WebKitBreakpointManager.java:271)
   at org.netbeans.modules.web.javascript.debugger.breakpoints.BreakpointRuntimeSetter$1.run(BreakpointRuntimeSetter.java:163)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Vladimir Riha 2012-09-20 08:32:48 UTC
Created attachment 124624 [details]
stacktrace
Comment 2 Martin Entlicher 2012-09-20 14:00:23 UTC

*** This bug has been marked as a duplicate of bug 218619 ***