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 183188

Summary: IllegalStateException: Too many org.netbeans.modules.glassfish.common.nodes.actions.UndeployModuleAction$1 (3) in shared RequestProcessor; create your own
Product: serverplugins Reporter: Martin Schovanek <mschovanek>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167341
Attachments: stacktrace

Description Martin Schovanek 2010-03-30 13:15:47 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-10M3025
OS: Mac OS X

User Comments:
mschovanek: Undeploying EARs from GF v3.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.glassfish.common.nodes.actions.UndeployModuleAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.glassfish.common.nodes.actions.UndeployModuleAction.performAction(UndeployModuleAction.java:75)
   at org.openide.util.actions.NodeAction.performAction(NodeAction.java:295)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:126)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:92)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:113)
Comment 1 Martin Schovanek 2010-03-30 13:15:51 UTC
Created attachment 96337 [details]
stacktrace
Comment 2 Vince Kraemer 2010-04-01 19:29:39 UTC
http://hg.netbeans.org/web-main/rev/b16d33f253e2
Comment 3 Vince Kraemer 2010-04-01 20:06:06 UTC
fix for fix: http://hg.netbeans.org/web-main/rev/34c38ed3cb97
Comment 4 Quality Engineering 2010-04-02 05:08:58 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/34c38ed3cb97
User: Vince Kraemer <vkraemer@netbeans.org>
Log: fix for #183188 not quite right...