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 222338 - IllegalStateException: Too many org.netbeans.modules.maven.debug.MavenDebuggerImpl$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.maven.debug.MavenDebugge...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-18 15:56 UTC by marco76
Modified: 2012-11-21 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195329


Attachments
stacktrace (691 bytes, text/plain)
2012-11-18 15:56 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-11-18 15:56:05 UTC
Build: NetBeans IDE Dev (Build 201211180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b02, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b07
OS: Mac OS X

User Comments:
marco76: debugging a maven/ejb/jms application in glassfish,
the application was already deployed and I clicked on 'debug main project'




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.maven.debug.MavenDebuggerImpl$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.maven.debug.MavenDebuggerImpl.attachDebugger(MavenDebuggerImpl.java:88)
   at org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:205)
   at org.netbeans.modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:130)
   at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:212)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
Comment 1 marco76 2012-11-18 15:56:06 UTC
Created attachment 128002 [details]
stacktrace
Comment 2 Milos Kleint 2012-11-19 08:43:18 UTC
http://hg.netbeans.org/core-main/rev/829cc3c1138c
Comment 3 Quality Engineering 2012-11-21 13:42:00 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/829cc3c1138c
User: Milos Kleint <mkleint@netbeans.org>
Log: #222338 onw private request processor to get rid of bullying illegal state excpetion