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 183312 - IllegalStateException: Too many org.apache.tools.ant.module.api.IntrospectedInfo$ChangeTask (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.apache.tools.ant.module.api.IntrospectedI...
Status: RESOLVED DUPLICATE of bug 183309
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:
Depends on:
Blocks:
 
Reported: 2010-03-31 22:13 UTC by David Konecny
Modified: 2010-04-01 07:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167315


Attachments
stacktrace (2.29 KB, text/plain)
2010-03-31 22:13 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2010-03-31 22:13:56 UTC
Build: NetBeans IDE Dev (Build 100331-de6fa5a4a722)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Too many org.apache.tools.ant.module.api.IntrospectedInfo$ChangeTask (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.apache.tools.ant.module.api.IntrospectedInfo.fireStateChanged(IntrospectedInfo.java:206)
   at org.apache.tools.ant.module.api.IntrospectedInfo.register(IntrospectedInfo.java:372)
   at org.apache.tools.ant.module.api.IntrospectedInfo.register(IntrospectedInfo.java:357)
   at org.apache.tools.ant.module.api.IntrospectedInfo.loadNetBeansSpecificDefinitions0(IntrospectedInfo.java:340)
   at org.apache.tools.ant.module.api.IntrospectedInfo.loadNetBeansSpecificDefinitions(IntrospectedInfo.java:330)
Comment 1 David Konecny 2010-03-31 22:13:59 UTC
Created attachment 96484 [details]
stacktrace
Comment 2 Peter Pis 2010-04-01 07:17:22 UTC

*** This bug has been marked as a duplicate of bug 183309 ***