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 244801 - IllegalStateException: Too many org.netbeans.modules.apisupport.project.layers.OpenLayerFilesAction$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.apisupport.project.layer...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-30 08:10 UTC by Alexander Simon
Modified: 2014-05-31 03:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210023


Attachments
stacktrace (3.51 KB, text/plain)
2014-05-30 08:10 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-05-30 08:10:03 UTC
Build: NetBeans IDE Dev (Build 20140519-2ae4914fdb8c)
VM: Java HotSpot(TM) Client VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: SunOS

User Comments:
alexvsimon: try to open layer xml




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.apisupport.project.layers.OpenLayerFilesAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:419)
   at org.netbeans.modules.apisupport.project.layers.OpenLayerFilesAction.performAction(OpenLayerFilesAction.java:96)
   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 Alexander Simon 2014-05-30 08:10:04 UTC
Created attachment 147508 [details]
stacktrace
Comment 2 Martin Kozeny 2014-05-30 09:07:55 UTC
https://hg.netbeans.org/core-main/rev/5aa6c536a257
Comment 3 Quality Engineering 2014-05-31 03:43:26 UTC
Integrated into 'main-silver', will be available in build *201405310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5aa6c536a257
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #244801: IllegalStateException: Too many org.netbeans.modules.apisupport.project.layers.OpenLayerFilesAction$1 (3) in shared RequestProcessor; create your own.