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 182924 - [69cat] IllegalStateException: Too many org.netbeans.modules.editor.settings.storage.ProfilesTracker$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.editor.settings....
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: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 15:47 UTC by esmithbss
Modified: 2010-05-18 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167117


Attachments
stacktrace (4.96 KB, text/plain)
2010-03-26 15:47 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-03-26 15:47:44 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:
esmithbss: Just completed activating modules in a new installation, but haven't done anything else.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.editor.settings.storage.ProfilesTracker$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.ProfilesTracker$Listener.notifyRebuild(ProfilesTracker.java:377)
   at org.netbeans.modules.editor.settings.storage.ProfilesTracker$Listener.fileDataCreated(ProfilesTracker.java:356)
   at sun.reflect.GeneratedMethodAccessor6.invoke(GeneratedMethodAccessor6.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
Comment 1 esmithbss 2010-03-26 15:47:48 UTC
Created attachment 95973 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-05-18 09:55:46 UTC

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