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 210157 - IllegalStateException: Too many org.netbeans.modules.db.explorer.action.ViewDataAction$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.db.explorer.action.ViewD...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 04:50 UTC by Petr Cyhelsky
Modified: 2012-04-04 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173693


Attachments
stacktrace (3.48 KB, text/plain)
2012-03-27 04:50 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-03-27 04:50:07 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.db.explorer.action.ViewDataAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.db.explorer.action.ViewDataAction.performAction(ViewDataAction.java:75)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
Comment 1 Petr Cyhelsky 2012-03-27 04:50:08 UTC
Created attachment 117296 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-04-02 19:01:53 UTC
core-main/rev/f4a06804dd36
Comment 3 Quality Engineering 2012-04-04 10:08:43 UTC
Integrated into 'main-golden', will be available in build *201204040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f4a06804dd36
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #210157: IllegalStateException: Too many org.netbeans.modules.db.explorer.action.ViewDataAction$1 (3) in shared RequestProcessor; create your own (edit)