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 212190 - IllegalStateException: Too many org.netbeans.core.startup.ModuleList$Listener (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.core.startup.ModuleList$Listener...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 213171 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-08 13:03 UTC by javydreamercsw
Modified: 2012-06-03 19:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187750


Attachments
stacktrace (1.71 KB, text/plain)
2012-05-08 13:03 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-05-08 13:03:24 UTC
Build: NetBeans IDE Dev (Build 201205070400)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Windows 7

User Comments:
javydreamercsw: Downloading a plug-in after downloading a previous set.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.core.startup.ModuleList$Listener (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1493)
   at org.netbeans.core.startup.ModuleList$Listener.runme(ModuleList.java:1200)
   at org.netbeans.core.startup.ModuleList$Listener.fileCreated0(ModuleList.java:1129)
   at org.netbeans.core.startup.ModuleList$Listener.fileDataCreated(ModuleList.java:1108)
   at sun.reflect.GeneratedMethodAccessor15.invoke(GeneratedMethodAccessor15.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 javydreamercsw 2012-05-08 13:03:39 UTC
Created attachment 119163 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-18 09:42:36 UTC
ergonomics#b765075b659e
Comment 3 Quality Engineering 2012-05-19 09:55:25 UTC
Integrated into 'main-golden', will be available in build *201205190400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b765075b659e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #212190: Sharing single threaded RP for background ModuleList activities
Comment 4 Jaroslav Tulach 2012-06-03 19:35:57 UTC
*** Bug 213171 has been marked as a duplicate of this bug. ***