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 232334 - IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.nodes.actions.UndeployModuleAction$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.nodes.action...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 03:14 UTC by janario
Modified: 2013-07-09 04:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201104


Attachments
stacktrace (3.51 KB, text/plain)
2013-07-07 03:14 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-07-07 03:14:56 UTC
Build: NetBeans IDE Dev (Build 20130706-82d4181ff8e4)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
phradr: undeployed some web applications from jboss 7.1.1 final

janario: undeploying multiples projects




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.nodes.actions.UndeployModuleAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.j2ee.jboss4.nodes.actions.UndeployModuleAction.performAction(UndeployModuleAction.java:71)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
Comment 1 janario 2013-07-07 03:14:58 UTC
Created attachment 136770 [details]
stacktrace
Comment 2 Petr Hejl 2013-07-08 06:59:15 UTC
Fixed in web-main 181793569cce.
Comment 3 Quality Engineering 2013-07-09 04:23:27 UTC
Integrated into 'main-silver', will be available in build *201307082300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/181793569cce
User: Petr Hejl <phejl@netbeans.org>
Log: #232334 - IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.nodes.actions.UndeployModuleAction$1 (3) in shared RequestProcessor; create your own