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 182783 - [69cat] java.lang.IllegalStateException: Too many org.netbeans.modules.tasklist.impl.Loader in non-private processor
Summary: [69cat] java.lang.IllegalStateException: Too many org.netbeans.modules.taskli...
Status: RESOLVED DUPLICATE of bug 182814
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 14:05 UTC by javydreamercsw
Modified: 2010-03-29 13:16 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 javydreamercsw 2010-03-25 14:05:20 UTC
[ BUILD # : 201003250201 ]
[ JDK VERSION : 1.6.* ]

This happens just by opening a project with subversion control. It worked well
on yesterday's build.

java.lang.IllegalStateException: Too many
org.netbeans.modules.tasklist.impl.Loader in non-private processor. Use own
static final RequestProcessor RP = new RequestProcessor(...)!
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:366)
	at
org.netbeans.modules.tasklist.impl.TaskManagerImpl.startLoading(TaskManagerImpl.
java:267)
	at
org.netbeans.modules.tasklist.impl.TaskManagerImpl.doRefresh(TaskManagerImpl.jav
a:338)
	at
org.netbeans.modules.tasklist.impl.TaskManagerImpl.access$200(TaskManagerImpl.ja
va:73)
	at
org.netbeans.modules.tasklist.impl.TaskManagerImpl$3.run(TaskManagerImpl.java:32
2)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1367)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1905)
Comment 1 javydreamercsw 2010-03-25 14:17:06 UTC
Later got this one not sure if related or not:

java.lang.IllegalStateException: Too many org.netbeans.spi.project.support.ant.GlobFileBuiltQuery$StatusImpl in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:366)
	at org.netbeans.spi.project.support.ant.GlobFileBuiltQuery$StatusImpl.update(GlobFileBuiltQuery.java:323)
	at org.netbeans.spi.project.support.ant.GlobFileBuiltQuery$StatusImpl.access$000(GlobFileBuiltQuery.java:221)
	at org.netbeans.spi.project.support.ant.GlobFileBuiltQuery$StatusImpl$1.fileAttributeChanged(GlobFileBuiltQuery.java:257)
	at org.openide.filesystems.FileUtil$Holder.fileAttributeChanged(FileUtil.java:530)
	at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:151)
	at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:125)
	at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:102)
	at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1073)
	at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:205)
	at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:179)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:124)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:539)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.refresh(FileObjectFactory.java:653)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.RootObj.invokeRefreshFor(RootObj.java:178)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.RootObj.setAttribute(RootObj.java:130)
	at org.openide.filesystems.FileUtil.refreshFor(FileUtil.java:155)
	at org.openide.filesystems.FileUtil$1.run(FileUtil.java:178)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1367)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1905)

Might be an error manifesting everywhere. Fill free to change product/component.
Comment 2 Stanislav Aubrecht 2010-03-29 13:16:32 UTC

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