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 183391 - [69cat] IllegalStateException: Too many org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl$1$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.web.jsf.impl.met...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 10:26 UTC by aldobrucale
Modified: 2010-04-03 05:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167257


Attachments
stacktrace (5.79 KB, text/plain)
2010-04-02 10:26 UTC, aldobrucale
Details
stacktrace (5.79 KB, text/plain)
2010-04-02 14:14 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-04-02 10:26:14 UTC
Build: NetBeans IDE Dev (Build 201004020200)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
aldobrucale: Changing java platform for a web priject




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl$1$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl$1.propertyChange(JsfModelImpl.java:360)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.modules.web.jsf.api.metamodel.ModelUnit.fireChange(ModelUnit.java:243)
   at org.netbeans.modules.web.jsf.api.metamodel.ModelUnit.access$100(ModelUnit.java:69)
Comment 1 aldobrucale 2010-04-02 10:26:22 UTC
Created attachment 96581 [details]
stacktrace
Comment 2 Alexey Butenko 2010-04-02 10:45:42 UTC
http://hg.netbeans.org/web-main/rev/beaf97d2bbbe
Comment 3 aldobrucale 2010-04-02 14:14:43 UTC
Created attachment 96608 [details]
stacktrace
Comment 4 Quality Engineering 2010-04-03 05:33:44 UTC
Integrated into 'main-golden', will be available in build *201004030201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/beaf97d2bbbe
User: Alexey Butenko <alexeybutenko@netbeans.org>
Log: #183391: RequestProcessor issue fix