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 183049 - [69cat] IllegalStateException: Too many org.netbeans.modules.j2ee.ejbjar.project.ui.EjbContainerChildren$2 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.j2ee.ejbjar.proj...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 10:24 UTC by Masaki Katakai
Modified: 2010-03-31 11:10 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166976


Attachments
stacktrace (1.26 KB, text/plain)
2010-03-29 10:24 UTC, Masaki Katakai
Details
stacktrace (1.26 KB, text/plain)
2010-03-29 12:47 UTC, Jindrich Sedek
Details
stacktrace (1.26 KB, text/plain)
2010-03-29 13:14 UTC, Petr Jiricka
Details
stacktrace (1.26 KB, text/plain)
2010-03-30 11:39 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-03-29 10:24:22 UTC
Build: NetBeans IDE Dev (Build 201003290201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
masaki: Just created a web application project.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.j2ee.ejbjar.project.ui.EjbContainerChildren$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.j2ee.ejbjar.project.ui.EjbContainerChildren.updateKeys(EjbContainerChildren.java:118)
   at org.netbeans.modules.j2ee.ejbjar.project.ui.EjbContainerChildren.propertyChange(EjbContainerChildren.java:218)
   at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:188)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 Masaki Katakai 2010-03-29 10:24:26 UTC
Created attachment 96158 [details]
stacktrace
Comment 2 Jindrich Sedek 2010-03-29 12:47:28 UTC
Created attachment 96189 [details]
stacktrace

created new project with spring
Comment 3 Petr Jiricka 2010-03-29 13:14:28 UTC
Created attachment 96195 [details]
stacktrace

Adding EJB module to the classpath of a Web module.
Comment 4 Martin Schovanek 2010-03-30 11:39:44 UTC
Created attachment 96320 [details]
stacktrace

Creating a new Session Bean.
Comment 5 Exceptions Reporter 2010-03-30 11:40:01 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=166976
Comment 6 Andrey Yamkovoy 2010-03-31 11:10:44 UTC
Fixed in the web-main.