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 200752 - IllegalStateException: Too many org.openide.actions.NewTemplateAction$RootChildren$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.openide.actions.NewTemplateAction$RootChi...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 11:16 UTC by Jiri Skrivanek
Modified: 2011-08-22 07:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180471


Attachments
stacktrace (2.02 KB, text/plain)
2011-08-08 11:16 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-08-08 11:16:21 UTC
Build: NetBeans IDE Dev (Build 201108060600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
jskrivanek: To reproduce:

- create java application project
- create java class
- call "Save As Template" menu item on created node and exception is thrown




Stacktrace: 
java.lang.IllegalStateException: Too many org.openide.actions.NewTemplateAction$RootChildren$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.openide.actions.NewTemplateAction$RootChildren.updateKeys(NewTemplateAction.java:683)
   at org.openide.actions.NewTemplateAction$RootChildren.childrenRemoved(NewTemplateAction.java:708)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 Jiri Skrivanek 2011-08-08 11:16:27 UTC
Created attachment 109852 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-08-20 19:21:21 UTC
ergonomics#0c5a34705cbb
Comment 3 Quality Engineering 2011-08-21 13:49:14 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/0c5a34705cbb
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #200752: Sharing one RP for another node related background activity from openide.loaders
Comment 4 Jiri Skrivanek 2011-08-22 07:00:46 UTC
Verified in build 201108210601.