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 243915 - XML Multiview Exception
Summary: XML Multiview Exception
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: XML Multiview (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 14:31 UTC by scanti
Modified: 2016-07-07 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2014-04-18 14:31:04 UTC
We are build an RCP Application and this exception occurred to us

java.lang.IllegalStateException: Too many org.netbeans.modules.xml.multiview.XmlMultiViewEditorSupport$3 (1) in shared RequestProcessor; create your own
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.xml.multiview.XmlMultiViewEditorSupport.reloadDocument(XmlMultiViewEditorSupport.java:211)
	at org.openide.text.CloneableEditorSupport.checkReload(CloneableEditorSupport.java:1712)
	at org.openide.text.CloneableEditorSupport.access$700(CloneableEditorSupport.java:129)
	at org.openide.text.CloneableEditorSupport$Listener$1.run(CloneableEditorSupport.java:2267)
	at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:321)
	at org.openide.text.NbDocument.runAtomic(NbDocument.java:436)
	at org.openide.text.CloneableEditorSupport$Listener$1.run(CloneableEditorSupport.java:2257)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 Martin Balin 2016-07-07 09:57:10 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss