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 183103

Summary: IllegalStateException: Too many org.apache.tools.ant.module.run.TargetExecutor$WrapperExecutorTask (3) in shared RequestProcessor; create your own
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: dkaspar, emiddio, hmichel, sreimers
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167133
Bug Depends on: 191847    
Bug Blocks:    
Attachments: stacktrace

Description Exceptions Reporter 2010-03-29 16:05:38 UTC
Build: NetBeans IDE Dev (Build 201003290201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
emiddio: invoke/start running a 3rd instance of a project

GUEST: hit "Apply Code Changes" button




Stacktrace: 
java.lang.IllegalStateException: Too many org.apache.tools.ant.module.run.TargetExecutor$WrapperExecutorTask (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.apache.tools.ant.module.run.TargetExecutor.execute(TargetExecutor.java:370)
   at org.apache.tools.ant.module.api.AntTargetExecutor.execute(AntTargetExecutor.java:103)
   at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:94)
   at org.netbeans.modules.apisupport.project.ui.ModuleActions$1.run(ModuleActions.java:449)
   at org.netbeans.modules.apisupport.project.ui.ModuleActions.invokeAction(ModuleActions.java:458)
Comment 1 Jesse Glick 2010-03-31 21:10:05 UTC
core-main #aa9d490f0922
Comment 2 Quality Engineering 2010-04-02 05:01:52 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/aa9d490f0922
User: Jesse Glick <jglick@netbeans.org>
Log: 1
#183103: IllegalStateException: Too many org.apache.tools.ant.module.run.TargetExecutor$WrapperExecutorTask (3) in shared RequestProcessor; create your own
Comment 3 Jesse Glick 2010-04-02 15:10:25 UTC
*** Bug 183309 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2010-04-02 17:09:51 UTC
*** Bug 183381 has been marked as a duplicate of this bug. ***
Comment 5 Michel Graciano 2010-04-12 21:21:22 UTC
Created attachment 97125 [details]
stacktrace
Comment 6 Michel Graciano 2010-04-12 21:26:21 UTC
I faced this issue for build 100412-e0248b06b365 when calling ant file code completion. Should I reopen it?
Comment 7 Jesse Glick 2010-04-12 22:02:37 UTC
hmichel: your last stack trace is different. It was already tracked by the exception reporter separately, and fixed today.
Comment 8 Michel Graciano 2010-04-12 22:11:51 UTC
Thanks Jesse for clarification.