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 190642 - [70cat] IllegalStateException: Too many org.netbeans.modules.xml.tools.actions.ValidateAction$RunAction (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many org.netbeans.modules.xml.tools.action...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 14:21 UTC by Michel Graciano
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172851


Attachments
stacktrace (2.84 KB, text/plain)
2010-09-28 14:21 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-09-28 14:21:09 UTC
Build: NetBeans IDE 6.9 (Build nbms-and-javadoc-5639-on-100819)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.xml.tools.actions.ValidateAction$RunAction (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:422)
   at org.netbeans.modules.xml.tools.actions.ValidateAction.performAction(ValidateAction.java:82)
   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 Michel Graciano 2010-09-28 14:21:16 UTC
Created attachment 102178 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:36 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.