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 222100 - IllegalStateException: Too many org.netbeans.modules.debugger.jpda.projects.RunToCursorActionProvider$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.debugger.jpda.projects.R...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 11:02 UTC by marco76
Modified: 2012-11-16 02:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183417


Attachments
stacktrace (3.40 KB, text/plain)
2012-11-14 11:02 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-11-14 11:02:09 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.debugger.jpda.projects.RunToCursorActionProvider$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.debugger.jpda.projects.RunToCursorActionProvider.postAction(RunToCursorActionProvider.java:121)
   at org.netbeans.spi.debugger.ActionsProvider$ContextAware.postAction(ActionsProvider.java:256)
   at org.netbeans.api.debugger.ActionsManager.postAction(ActionsManager.java:233)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.actionPerformed(DebuggerAction.java:104)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 marco76 2012-11-14 11:02:12 UTC
Created attachment 127767 [details]
stacktrace
Comment 2 Martin Entlicher 2012-11-14 16:07:03 UTC
Fixed by changeset:   239915:3872725902de
http://hg.netbeans.org/core-main/rev/3872725902de
Comment 3 Quality Engineering 2012-11-16 02:42:22 UTC
Integrated into 'main-golden', will be available in build *201211160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3872725902de
User: mentlicher@netbeans.org
Log: #222100: Use a custom instance of RequestProcessor.