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 182814 - IllegalStateException: Too many org.netbeans.modules.tasklist.impl.TaskManagerImpl$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
Summary: IllegalStateException: Too many org.netbeans.modules.tasklist.impl.TaskManage...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: REGRESSION
: 182783 183133 183174 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-25 17:26 UTC by Jesse Glick
Modified: 2010-04-03 18:46 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166984


Attachments
stacktrace (1.12 KB, text/plain)
2010-03-25 17:26 UTC, Jesse Glick
Details
stacktrace (5.12 KB, text/plain)
2010-03-25 21:23 UTC, Alexander Simon
Details
stacktrace (1.08 KB, text/plain)
2010-03-27 03:08 UTC, _ tboudreau
Details
stacktrace (1.08 KB, text/plain)
2010-03-29 07:36 UTC, Ivan Sidorkin
Details
stacktrace (1.08 KB, text/plain)
2010-03-29 09:07 UTC, Peter Nabbefeld
Details
stacktrace (2.78 KB, text/plain)
2010-03-29 09:36 UTC, Alexandr Scherbatiy
Details
stacktrace (1.08 KB, text/plain)
2010-03-29 11:02 UTC, Sergey Petrov
Details
stacktrace (1.08 KB, text/plain)
2010-03-29 19:06 UTC, Alexander Simon
Details
stacktrace (1.08 KB, text/plain)
2010-04-01 13:36 UTC, Maria Tishkova
Details
stacktrace (1.08 KB, text/plain)
2010-04-03 18:46 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-03-25 17:26:00 UTC
Build: NetBeans IDE Dev (Build 100325-f4b67c70efe1)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
GUEST: Opening netbeans with 1 project and scanning libraries, caused at the very begining of the load of netbeans




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.tasklist.impl.TaskManagerImpl$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:367)
   at org.netbeans.modules.tasklist.impl.TaskManagerImpl.observe(TaskManagerImpl.java:101)
   at org.netbeans.modules.tasklist.ui.TaskListTopComponent$7$1.run(TaskListTopComponent.java:453)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:133)
Comment 1 Jesse Glick 2010-03-25 17:26:04 UTC
Created attachment 95849 [details]
stacktrace
Comment 2 Alexander Simon 2010-03-25 21:23:05 UTC
Created attachment 95866 [details]
stacktrace
Comment 3 _ tboudreau 2010-03-27 03:08:32 UTC
Created attachment 96040 [details]
stacktrace

Started nb
Comment 4 Ivan Sidorkin 2010-03-29 07:36:23 UTC
Created attachment 96133 [details]
stacktrace
Comment 5 Peter Nabbefeld 2010-03-29 09:07:24 UTC
Created attachment 96146 [details]
stacktrace

Starting latest daily build (201003290201).
Comment 6 Alexandr Scherbatiy 2010-03-29 09:36:26 UTC
Created attachment 96148 [details]
stacktrace

Just started the NetBeans with opened JavaFX project
Comment 7 Alexandr Scherbatiy 2010-03-29 09:36:52 UTC
The issue already has  31 duplicates.
Comment 8 Sergey Petrov 2010-03-29 11:02:27 UTC
Created attachment 96161 [details]
stacktrace

start ide
Comment 9 Stanislav Aubrecht 2010-03-29 13:16:32 UTC
*** Bug 182783 has been marked as a duplicate of this bug. ***
Comment 10 Stanislav Aubrecht 2010-03-29 13:17:39 UTC
core-main

7b29db89ac33
Comment 11 Alexander Simon 2010-03-29 19:06:32 UTC
Created attachment 96267 [details]
stacktrace
Comment 12 Stanislav Aubrecht 2010-03-30 12:51:36 UTC
*** Bug 183174 has been marked as a duplicate of this bug. ***
Comment 13 Stanislav Aubrecht 2010-03-30 12:51:42 UTC
*** Bug 183133 has been marked as a duplicate of this bug. ***
Comment 14 Maria Tishkova 2010-04-01 13:36:17 UTC
Created attachment 96530 [details]
stacktrace
Comment 15 Quality Engineering 2010-04-02 05:08:22 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7b29db89ac33
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #182814 - use private request processor instance
Comment 16 Alexander Pepin 2010-04-03 18:46:13 UTC
Created attachment 96640 [details]
stacktrace