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 182732 - IllegalStateException: Too many org.netbeans.modules.editor.settings.storage.ProfilesTracker$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 FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: issues@editor
URL:
Keywords:
: 182858 182924 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-25 07:48 UTC by Ivan Sidorkin
Modified: 2010-09-23 11:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166950


Attachments
stacktrace (4.88 KB, text/plain)
2010-03-25 07:48 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2010-03-25 07:48:27 UTC
Build: NetBeans IDE Dev (Build 201003250201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b06
OS: Windows XP

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:1405)
   at org.netbeans.modules.editor.settings.storage.ProfilesTracker$Listener.notifyRebuild(ProfilesTracker.java:377)
   at org.netbeans.modules.editor.settings.storage.ProfilesTracker$Listener.fileFolderCreated(ProfilesTracker.java:361)
   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 Ivan Sidorkin 2010-03-25 07:48:31 UTC
Created attachment 95743 [details]
stacktrace
Comment 2 Ivan Sidorkin 2010-03-25 07:51:26 UTC
Code completion doesn't work
Comment 3 Vitezslav Stejskal 2010-03-25 12:54:44 UTC
local changeset: b50150ed3245
Comment 4 Quality Engineering 2010-03-27 06:18:31 UTC
Integrated into 'main-golden', will be available in build *201003270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b50150ed3245
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #182732: using dedicated RequestProcessor with throughput 1
Comment 5 Vitezslav Stejskal 2010-05-18 09:55:46 UTC
*** Bug 182924 has been marked as a duplicate of this bug. ***
Comment 6 David Strupl 2010-09-23 11:03:58 UTC
*** Bug 182858 has been marked as a duplicate of this bug. ***