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 - IllegalStateException: Too many org.apache.tools.ant.module.run.TargetExecutor$WrapperExecutorTask (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.apache.tools.ant.module.run.TargetExecuto...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 183309 183381 (view as bug list)
Depends on: 191847
Blocks:
  Show dependency tree
 
Reported: 2010-03-29 16:05 UTC by Exceptions Reporter
Modified: 2010-11-11 19:13 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167133


Attachments
stacktrace (2.15 KB, text/plain)
2010-04-12 21:21 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
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.