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 194250 - IllegalStateException: Too many org.netbeans.modules.xml.multiview.ui.SectionInnerPanel$2 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.xml.multiview.ui.Section...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 11:14 UTC by davidsalter
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175773


Attachments
stacktrace (3.85 KB, text/plain)
2011-01-12 11:14 UTC, davidsalter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2011-01-12 11:14:46 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
davidsalter: Got this problem editing an ejb-jar.xml file




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.xml.multiview.ui.SectionInnerPanel$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1459)
   at org.netbeans.modules.xml.multiview.ui.SectionInnerPanel.scheduleRefreshView(SectionInnerPanel.java:284)
   at org.netbeans.modules.j2ee.ddloaders.multiview.InnerTablePanel.dataModelPropertyChange(InnerTablePanel.java:274)
   at org.netbeans.modules.xml.multiview.SectionNode.dataModelPropertyChange(SectionNode.java:224)
   at org.netbeans.modules.xml.multiview.SectionNode.dataModelPropertyChange(SectionNode.java:233)
   at org.netbeans.modules.xml.multiview.SectionNode.dataModelPropertyChange(SectionNode.java:233)
Comment 1 davidsalter 2011-01-12 11:14:49 UTC
Created attachment 104907 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:33 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.