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 183424 - IllegalStateException: Too many org.netbeans.modules.server.ui.node.RootNode$ChildFactory$2 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.server.ui.node.RootNode$...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 21:03 UTC by Vince Kraemer
Modified: 2010-04-07 04:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167524


Attachments
stacktrace (1.29 KB, text/plain)
2010-04-02 21:03 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2010-04-02 21:03:30 UTC
Build: NetBeans IDE Dev (Build 100402-6dab9c7d0566)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: SunOS

User Comments:
vkraemer: start fresh build with new user dir

register a glassfish v3 instance

Create a new Web App project... which triggers the Web and Java EE feature activation...




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.server.ui.node.RootNode$ChildFactory$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.stateChanged(RootNode.java:190)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
Comment 1 Vince Kraemer 2010-04-02 21:03:35 UTC
Created attachment 96624 [details]
stacktrace
Comment 2 Vince Kraemer 2010-04-02 21:22:17 UTC
See http://hg.netbeans.org/web-main/rev/c0748a32373c

this probably resolved the issue... since the initLibraries will return immediately.
Comment 3 Vince Kraemer 2010-04-02 21:23:48 UTC
comments apply to different issue
Comment 4 Quality Engineering 2010-04-03 05:31:00 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/47cf1e324e69
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #183424: misuse of the default RP
Comment 5 Petr Hejl 2010-04-06 09:53:38 UTC
Fixed in web-main d3f2ac1f7a3a.
Comment 6 Quality Engineering 2010-04-07 04:42:19 UTC
Integrated into 'main-golden', will be available in build *201004070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d3f2ac1f7a3a
User: Petr Hejl <phejl@netbeans.org>
Log: #183424  -  IllegalStateException: Too many org.netbeans.modules.server.ui.node.RootNode$ChildFactory$2 (3) in shared RequestProcessor; create your own