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 187584 - [69cat] IllegalStateException: Too many org.netbeans.modules.maven.repository.RepositoryNode$RefreshIndexAction$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.maven.repository...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 08:00 UTC by mhuebner
Modified: 2010-08-05 03:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170691


Attachments
stacktrace (2.37 KB, text/plain)
2010-06-15 08:00 UTC, mhuebner
Details

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

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.repository.RepositoryNode$RefreshIndexAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:422)
   at org.netbeans.modules.maven.repository.RepositoryNode$RefreshIndexAction.actionPerformed(RepositoryNode.java:195)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
Comment 1 mhuebner 2010-06-15 08:00:22 UTC
Created attachment 100080 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-08-04 12:38:14 UTC
core-main #6e6fdc184f4f
Comment 3 Quality Engineering 2010-08-05 03:19:22 UTC
Integrated into 'main-golden', will be available in build *201008050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6e6fdc184f4f
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #187584: Too many threads in shared RequestProcessor; create your own.