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 184369 - [69cat] IllegalStateException: Too many org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.parsing.impl.ind...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-16 15:04 UTC by stefan79
Modified: 2010-04-20 05:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168130


Attachments
stacktrace (1.21 KB, text/plain)
2010-04-16 15:04 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2010-04-16 15:04:35 UTC
Build: NetBeans IDE Dev (Build 201004160201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
stefan79: Exception occured while "CVS-Diff" and "Scanning Projects" - Task was running.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1451)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.exitProtectedMode(RepositoryUpdater.java:3420)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Controller.exitProtectedMode(RepositoryUpdater.java:3749)
   at org.netbeans.modules.parsing.api.indexing.IndexingManager.runProtected(IndexingManager.java:303)
   at org.netbeans.modules.versioning.indexingbridge.Bridge.runWithoutIndexing(Bridge.java:56)
   at org.netbeans.modules.versioning.util.IndexingBridge.runWithoutIndexing(IndexingBridge.java:130)
Comment 1 stefan79 2010-04-16 15:04:40 UTC
Created attachment 97545 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-04-19 09:49:12 UTC
local changeset: 8f84f2433d70
Comment 3 Quality Engineering 2010-04-20 05:16:02 UTC
Integrated into 'main-golden', will be available in build *201004200200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8f84f2433d70
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #184369: using private instance of RequestProcessor