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 182858 - IllegalStateException: Too many org.netbeans.modules.editor.settings.storage.MimeTypesTracker$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
Summary: IllegalStateException: Too many org.netbeans.modules.editor.settings.storage....
Status: RESOLVED DUPLICATE of bug 182732
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 10:10 UTC by Max Sauer
Modified: 2010-09-23 11:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167082


Attachments
stacktrace (4.95 KB, text/plain)
2010-03-26 10:10 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2010-03-26 10:10:36 UTC
Build: NetBeans IDE Dev (Build 201003260201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
msauer: Opening web project after fresh-usedir start.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.editor.settings.storage.MimeTypesTracker$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1406)
   at org.netbeans.modules.editor.settings.storage.MimeTypesTracker$Listener.notifyRebuild(MimeTypesTracker.java:379)
   at org.netbeans.modules.editor.settings.storage.MimeTypesTracker$Listener.fileFolderCreated(MimeTypesTracker.java:363)
   at sun.reflect.GeneratedMethodAccessor3.invoke(GeneratedMethodAccessor3.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
Comment 1 Max Sauer 2010-03-26 10:10:41 UTC
Created attachment 95909 [details]
stacktrace
Comment 2 David Strupl 2010-09-23 11:03:58 UTC

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