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 183174 - ISE is shown when starting IDE
Summary: ISE is shown when starting IDE
Status: RESOLVED DUPLICATE of bug 182814
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-30 11:49 UTC by David Kaspar
Modified: 2010-03-30 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2010-03-30 11:49:31 UTC
Running on NB IDE Dev build 201003290201.

java.lang.IllegalStateException: Too many org.netbeans.modules.tasklist.impl.TaskManagerImpl$1 (3) in shared RequestProcessor; create your own
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
	at org.netbeans.modules.tasklist.impl.TaskManagerImpl.observe(TaskManagerImpl.java:101)
[catch] 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)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Stanislav Aubrecht 2010-03-30 12:51:36 UTC

*** This bug has been marked as a duplicate of bug 182814 ***