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 183359

Summary: IllegalStateException: Too many org.netbeans.modules.dlight.terminal.action.TerminalAction$1 (3) in shared RequestProcessor; create your own
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: TerminalemulatorAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167474
Attachments: stacktrace

Description Vladimir Voskresensky 2010-04-01 14:18:35 UTC
Build: NetBeans IDE Dev (Build 100401-20cf3cef0782)
VM: Java HotSpot(TM) Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: SunOS

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.dlight.terminal.action.TerminalAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.dlight.terminal.action.TerminalAction.actionPerformed(TerminalAction.java:152)
   at org.netbeans.modules.dlight.terminal.action.LocalTerminalAction.actionPerformed(LocalTerminalAction.java:48)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:137)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:92)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:113)
Comment 1 Vladimir Voskresensky 2010-04-01 14:18:39 UTC
Created attachment 96540 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-04-01 15:50:14 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=8e64690a726e
Comment 3 Quality Engineering 2010-04-02 05:15:37 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8e64690a726e
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #183359 -  IllegalStateException: Too many org.netbeans.modules.dlight.terminal.action.TerminalAction$1