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 183385 - IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ServerInstance$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.Ser...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 09:11 UTC by tnleeuw
Modified: 2010-04-03 05:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167183


Attachments
stacktrace (1.95 KB, text/plain)
2010-04-02 09:11 UTC, tnleeuw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnleeuw 2010-04-02 09:11:54 UTC
Build: NetBeans IDE Dev (Build 201004020200)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows Vista

User Comments:
emiddio: expanding servers tab

tnleeuw: I thought this one was supposed to be fixed in this build?

Anyway, I opened the 'Servers' node in the 'Services' window, which has 1 GlassFish v3 instance, 1 IBM WAS V6.1 instance, and 3 different Tomcat 6 instances

tnleeuw: Opening 'Servers' node of the tree in the 'Services' window.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ServerInstance$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.refresh(ServerInstance.java:350)
   at org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerInstance.getFullNode(BridgingServerInstance.java:101)
   at org.netbeans.api.server.ServerInstance.getFullNode(ServerInstance.java:99)
   at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.createNodeForKey(RootNode.java:219)
   at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.createNodeForKey(RootNode.java:162)
Comment 1 tnleeuw 2010-04-02 09:11:59 UTC
Created attachment 96573 [details]
stacktrace
Comment 2 Petr Hejl 2010-04-02 11:06:19 UTC
Fixed in web-main 10250e7eede2.
Comment 3 Quality Engineering 2010-04-03 05:33:35 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/10250e7eede2
User: Petr Hejl <phejl@netbeans.org>
Log: #183385 IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ServerInstance$1 (3) in shared RequestProcessor; create your own