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 188998 - IllegalStateException: Too many org.netbeans.modules.glassfish.common.nodes.Hk2ResourcesChildren$Hk2Resources$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.glassfish.common.nodes.H...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 21:06 UTC by Vince Kraemer
Modified: 2010-09-30 21:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171203


Attachments
stacktrace (1.29 KB, text/plain)
2010-07-27 21:06 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-07-27 21:06:54 UTC
Build: NetBeans IDE Dev (Build 100727-050d53007ab4)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
Chiana: Unregistered connection in glassfish server.

vkraemer: unregistered a jdbc resource




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.glassfish.common.nodes.Hk2ResourcesChildren$Hk2Resources$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:432)
   at org.netbeans.modules.glassfish.common.nodes.Hk2ResourcesChildren$Hk2Resources.updateKeys(Hk2ResourcesChildren.java:158)
   at org.netbeans.modules.glassfish.common.nodes.Hk2ResourcesChildren$Hk2Resources.addNotify(Hk2ResourcesChildren.java:194)
   at org.openide.nodes.Children.callAddNotify(Children.java:554)
   at org.openide.nodes.EntrySupport$Default.getArray(EntrySupport.java:762)
   at org.openide.nodes.EntrySupport$Default.getNodes(EntrySupport.java:169)
Comment 1 Vince Kraemer 2010-07-27 21:06:57 UTC
Created attachment 101056 [details]
stacktrace
Comment 2 Quality Engineering 2010-09-29 16:24:12 UTC
Integrated into 'main-golden', will be available in build *201009291311* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/178a6a498b32
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #188998: IllegalState with RequestProcessor
Comment 3 Vince Kraemer 2010-09-30 21:30:54 UTC
done