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 242244 - IllegalStateException: Too many org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem$2 (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-02-23 10:34 UTC by markiewb
Modified: 2014-04-19 04:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207893


Attachments
stacktrace (2.76 KB, text/plain)
2014-02-23 10:35 UTC, markiewb
Details
stacktrace (3.35 KB, text/plain)
2014-04-14 18:11 UTC, Chiana
Details
stacktrace (2.98 KB, text/plain)
2014-04-14 18:14 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2014-02-23 10:34:59 UTC
Build: NetBeans IDE Dev (Build 201402090001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b127
OS: Windows 7

User Comments:
markiewb: Expanded layer.xml: Dragged an action from MenuBar/File to Loaders -> Exception




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:419)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.propertyChange(WritableXMLFileSystem.java:1447)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:197)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 markiewb 2014-02-23 10:35:01 UTC
Created attachment 145508 [details]
stacktrace
Comment 2 Chiana 2014-04-14 18:11:24 UTC
Created attachment 146748 [details]
stacktrace

Renamed a class that is an action, the rename made it replace an older version (using layer.xml to register action) that was obsolete.
Comment 3 Chiana 2014-04-14 18:14:22 UTC
Created attachment 146749 [details]
stacktrace

Deleted an instance from layers.xml using the projects window
Comment 4 Martin Kozeny 2014-04-18 13:13:05 UTC
https://hg.netbeans.org/core-main/rev/4976454bdd5f
Comment 5 Quality Engineering 2014-04-19 04:08:03 UTC
Integrated into 'main-silver', will be available in build *201404190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4976454bdd5f
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #242244: IllegalStateException: Too many org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem$2 (3) in shared RequestProcessor; create your own.