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 186608 - [69cat] IllegalStateException: Too many org.netbeans.modules.debugger.jpda.ant.JPDAStart$Listener$2 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.debugger.jpda.an...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 13:23 UTC by ulfzibis
Modified: 2010-05-26 07:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170041


Attachments
stacktrace (1.17 KB, text/plain)
2010-05-24 13:23 UTC, ulfzibis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2010-05-24 13:23:41 UTC
Build: NetBeans IDE Dev (Build 201005192201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
ulfzibis: stopped debugger session




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.debugger.jpda.ant.JPDAStart$Listener$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:422)
   at org.netbeans.modules.debugger.jpda.ant.JPDAStart$Listener.dispose(JPDAStart.java:907)
   at org.netbeans.modules.debugger.jpda.ant.JPDAStart$Listener.engineRemoved(JPDAStart.java:987)
   at org.netbeans.api.debugger.DebuggerManager.fireEngineRemoved(DebuggerManager.java:1456)
   at org.netbeans.api.debugger.DebuggerManager.removeEngine(DebuggerManager.java:1622)
   at org.netbeans.api.debugger.Session.removeEngine(Session.java:447)
Comment 1 ulfzibis 2010-05-24 13:23:46 UTC
Created attachment 99391 [details]
stacktrace
Comment 2 Martin Entlicher 2010-05-25 14:46:41 UTC
Fixed in changeset:   172005:0764665c0358
http://hg.netbeans.org/main/rev/0764665c0358
Comment 3 Quality Engineering 2010-05-26 07:19:40 UTC
Integrated into 'main-golden', will be available in build *201005260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0764665c0358
User: mentlicher@netbeans.org
Log: #186608 Use private RequestProcessor.