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 212054 - IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.ide.JBStopRunnable (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.ide.JBStopRu...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 08:15 UTC by Petr Cyhelsky
Modified: 2012-10-24 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187650


Attachments
stacktrace (2.69 KB, text/plain)
2012-05-04 08:15 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-05-04 08:15:25 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205021516)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
cyhelsky: starting profiling multiple times using rerun button which stays enabled for a long time if the app server is busy on the background and the profiling is thus delayed




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.ide.JBStopRunnable (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:453)
   at org.netbeans.modules.j2ee.jboss4.ide.JBStartServer.stopDeploymentManager(JBStartServer.java:184)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._stop(ServerInstance.java:1608)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._startProfile(ServerInstance.java:1501)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startProfile(ServerInstance.java:1126)
   at org.netbeans.modules.j2ee.ant.StartServer.execute(StartServer.java:116)
Comment 1 Petr Cyhelsky 2012-05-04 08:15:30 UTC
Created attachment 119061 [details]
stacktrace
Comment 2 Quality Engineering 2012-10-24 01:29:55 UTC
Integrated into 'main-golden', will be available in build *201210240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/80f74914afb0
User: Petr Hejl <phejl@netbeans.org>
Log: #212054 - IllegalStateException: Too many org.netbeans.modules.j2ee.jboss4.ide.JBStopRunnable (3) in shared RequestProcessor; create your own