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 - IllegalStateException: Too many org.netbeans.modules.dlight.terminal.action.TerminalAction$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.dlight.terminal.action.T...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 14:18 UTC by Vladimir Voskresensky
Modified: 2010-04-02 05:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167474


Attachments
stacktrace (2.86 KB, text/plain)
2010-04-01 14:18 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
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