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 191275 - IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ui.InstanceTargetXNode$InstanceTargetChildren$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ui....
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 23:20 UTC by mdeggersbeans
Modified: 2011-11-23 15:13 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167762


Attachments
stacktrace (964 bytes, text/plain)
2010-10-22 23:20 UTC, mdeggersbeans
Details
stacktrace (964 bytes, text/plain)
2011-01-11 17:42 UTC, aquaglia
Details
stacktrace (964 bytes, text/plain)
2011-01-12 11:15 UTC, aquaglia
Details
stacktrace (964 bytes, text/plain)
2011-09-10 16:44 UTC, medeag
Details
stacktrace (964 bytes, text/plain)
2011-09-26 05:40 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mdeggersbeans 2010-10-22 23:20:05 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
tnleeuw: Moving around in the Tree view (Services view) with the cursor keys while the tree is being built / expanded.

tnleeuw: This problem hasn't happened in a while but now suddenly re-appeared, even though I haven't upgraded?

tnleeuw: Opening 'Servers' node in 'Services' window (I thought this was fixed in a previous build already??)

tnleeuw: Opening 'Servers' node in tree in 'Services' window

tnleeuw: Opening the 'Servers' node in Services view

mdeggersbeans: following along on the JSF 2 introduction - but I'm using Tomcat 7 instead of Glassfish

tnleeuw: Opened Servers node of Services view




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ui.InstanceTargetXNode$InstanceTargetChildren$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:421)
   at org.netbeans.modules.j2ee.deployment.impl.ui.InstanceTargetXNode$InstanceTargetChildren.updateNodes(InstanceTargetXNode.java:171)
   at org.netbeans.modules.j2ee.deployment.impl.ui.InstanceTargetXNode.stateChanged(InstanceTargetXNode.java:151)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.fireStateChanged(ServerInstance.java:1724)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.setServerState(ServerInstance.java:496)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance$1.run(ServerInstance.java:401)
Comment 1 mdeggersbeans 2010-10-22 23:20:13 UTC
Created attachment 102585 [details]
stacktrace
Comment 2 aquaglia 2011-01-11 17:42:20 UTC
Created attachment 104892 [details]
stacktrace
Comment 3 aquaglia 2011-01-12 11:15:23 UTC
Created attachment 104908 [details]
stacktrace
Comment 4 medeag 2011-09-10 16:44:51 UTC
Created attachment 110607 [details]
stacktrace

clicked on services
Comment 5 medeag 2011-09-26 05:40:36 UTC
Created attachment 111168 [details]
stacktrace

clicked on the servers and saw that all tomcats have running icon
Comment 6 Exceptions Reporter 2011-09-26 05:40:48 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=167762
Comment 7 Petr Hejl 2011-09-27 11:24:13 UTC
Fixed in web-main 600f028e02a7.
Comment 8 Quality Engineering 2011-09-28 14:02:47 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/600f028e02a7
User: phejl@netbeans.org
Log: #191275 IllegalStateException: Too many org.netbeans.modules.j2ee.deployment.impl.ui.InstanceTargetXNode$InstanceTargetChildren$1 (3) in shared RequestProcessor; create your own