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 191135 - IllegalStateException: Too many org.netbeans.modules.xml.multiview.ui.SectionInnerPanel$2 (1) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.xml.multiview.ui.Section...
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@xml
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2010-10-19 13:23 UTC by yyq2008
Modified: 2011-01-06 09:16 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168232


Attachments
stacktrace (4.22 KB, text/plain)
2010-10-19 13:23 UTC, yyq2008
Details
stacktrace (4.77 KB, text/plain)
2010-12-17 03:32 UTC, Chiana
Details
stacktrace (4.33 KB, text/plain)
2010-12-31 05:22 UTC, Chiana
Details
stacktrace (4.07 KB, text/plain)
2011-01-03 05:46 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yyq2008 2010-10-19 13:23:06 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
GUEST: trying to add a new servlet in glassfish-web.xml using the wizard

yyq2008: I just edit glassfish-web.xml in gui panel, when I clicked the button "Add message Desination", the error panel pop-up.

jarode_1: designing web application

Chiana: Removed an absolete (and deleted) servlet from configuration file sun-web.xml

GUEST: Clicked on the Add Security Role Mapping In the Web.xml Editor




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.xml.multiview.ui.SectionInnerPanel$2 (1) 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.xml.multiview.ui.SectionInnerPanel.dataModelPropertyChange(SectionInnerPanel.java:301)
   at org.netbeans.modules.j2ee.sun.ddloaders.multiview.BaseSectionNode$1.dataModelPropertyChange(BaseSectionNode.java:131)
   at org.netbeans.modules.xml.multiview.SectionNode.dataModelPropertyChange(SectionNode.java:224)
   at org.netbeans.modules.j2ee.sun.ddloaders.multiview.DDSectionNodeView.dataModelPropertyChange(DDSectionNodeView.java:151)
Comment 1 yyq2008 2010-10-19 13:23:13 UTC
Created attachment 102481 [details]
stacktrace
Comment 2 Chiana 2010-12-17 03:32:16 UTC
Created attachment 104178 [details]
stacktrace

Tried adding a resource reference for EJB
Not sure I did this the right way...
Comment 3 Chiana 2010-12-31 05:22:08 UTC
Created attachment 104642 [details]
stacktrace

Adding Security Role Mappings to glassfish-ejb-jar.xml
Comment 4 _ tboudreau 2011-01-03 05:46:18 UTC
Created attachment 104656 [details]
stacktrace

Deselected Enable Class Loader Configuration in the GUI editor for a glassfish-web.xml
Comment 5 _ tboudreau 2011-01-03 16:23:23 UTC
Clearly yet another case where a 1-line fix to make a RequestProcessor static will solve the problem.
Comment 6 Anton Chechel 2011-01-04 17:05:37 UTC
fixed
http://hg.netbeans.org/web-main/rev/4b1fff2c5701
Comment 7 Quality Engineering 2011-01-06 09:16:48 UTC
Integrated into 'main-golden', will be available in build *201101060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4b1fff2c5701
User: Anton Chechel <manowar@netbeans.org>
Log: issue #191135 has been fixed