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

Summary: IllegalStateException: Too many org.netbeans.modules.debugger.jpda.projects.RunToCursorActionProvider$1 (3) in shared RequestProcessor; create your own
Product: debugger Reporter: marco76
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: sevensigma
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183417
Attachments: stacktrace

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.