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 184169 - [69cat] IllegalStateException: Too many org.netbeans.modules.maven.execute.MavenCommandLineExecutor$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.netbeans.modules.maven.execute.Ma...
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-04-14 14:31 UTC by aldobrucale
Modified: 2010-08-06 03:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168033


Attachments
stacktrace (407 bytes, text/plain)
2010-04-14 14:31 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-04-14 14:31:32 UTC
Build: NetBeans IDE Dev (Build 201004140201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.execute.MavenCommandLineExecutor$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:416)
   at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:214)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 aldobrucale 2010-04-14 14:31:38 UTC
Created attachment 97351 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-08-05 13:26:07 UTC
core-main #4fcb3a990a58
Comment 3 Quality Engineering 2010-08-06 03:20:02 UTC
Integrated into 'main-golden', will be available in build *201008060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4fcb3a990a58
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #184169: Too many threads in shared RequestProcessor; create your own.