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 182883 - [69cat] IllegalStateException: Too many org.netbeans.modules.quicksearch.CommandEvaluator$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.quicksearch.Comm...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 12:07 UTC by Antonin Nebuzelsky
Modified: 2010-04-02 04:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167098


Attachments
stacktrace (1.29 KB, text/plain)
2010-03-26 12:07 UTC, Antonin Nebuzelsky
Details
stacktrace (1.33 KB, text/plain)
2010-03-26 20:22 UTC, misterm
Details
stacktrace (1.33 KB, text/plain)
2010-03-26 21:04 UTC, misterm
Details
stacktrace (1.29 KB, text/plain)
2010-03-29 20:06 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2010-03-26 12:07:17 UTC
Build: NetBeans IDE Dev (Build 100326-3bcaa1e2e1ae)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
anebuzelsky: First invocation of quick search.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.quicksearch.CommandEvaluator$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.quicksearch.CommandEvaluator.runEvaluation(CommandEvaluator.java:199)
   at org.netbeans.modules.quicksearch.CommandEvaluator.evaluate(CommandEvaluator.java:98)
   at org.netbeans.modules.quicksearch.QuickSearchPopup.actionPerformed(QuickSearchPopup.java:166)
   at javax.swing.Timer.fireActionPerformed(Timer.java:271)
   at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
Comment 1 Antonin Nebuzelsky 2010-03-26 12:07:23 UTC
Created attachment 95934 [details]
stacktrace
Comment 2 misterm 2010-03-26 20:22:28 UTC
Created attachment 96019 [details]
stacktrace
Comment 3 misterm 2010-03-26 21:04:27 UTC
Created attachment 96029 [details]
stacktrace
Comment 4 Exceptions Reporter 2010-03-28 13:40:05 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=167098
Comment 5 David Simonek 2010-03-29 16:06:55 UTC
Changeset: 71a40652028d
Author:    Dafe Simonek <dsimonek@netbeans.org>
Date:      2010-03-29 18:07
Message:   #182883: use own RP instead of default one
Issue #182883 - [69cat] IllegalStateException: Too many org.netbeans.modules.quicksearch.CommandEvaluator$1 (3) in shared RequestProcessor; create your own
Comment 6 misterm 2010-03-29 20:06:33 UTC
Created attachment 96276 [details]
stacktrace
Comment 7 Quality Engineering 2010-04-02 04:56:13 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/71a40652028d
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #182883: use own RP instead of default one
Issue #182883 - [69cat] IllegalStateException: Too many org.netbeans.modules.quicksearch.CommandEvaluator$1 (3) in shared RequestProcessor; create your own