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 193595 - [70cat] IllegalStateException: Too many java.util.concurrent.FutureTask (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many java.util.concurrent.FutureTask (3) i...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 194330 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-19 10:08 UTC by Chiana
Modified: 2011-01-14 00:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175148


Attachments
stacktrace (2.03 KB, text/plain)
2010-12-19 10:08 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2010-12-19 10:08:11 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows Vista

User Comments:
Chiana: Stopped a build (Actually a Run/Debug on a EJB module)




Stacktrace: 
java.lang.IllegalStateException: Too many java.util.concurrent.FutureTask (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.glassfish.common.CommonServerSupport.startServer(CommonServerSupport.java:335)
   at org.netbeans.modules.glassfish.javaee.Hk2StartServer.startDebugging(Hk2StartServer.java:229)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._startDebug(ServerInstance.java:1474)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1387)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startDebug(ServerInstance.java:1100)
Comment 1 Chiana 2010-12-19 10:08:14 UTC
Created attachment 104264 [details]
stacktrace
Comment 2 Quality Engineering 2010-12-23 07:08:36 UTC
Integrated into 'main-golden', will be available in build *201012230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0b06baa60240
User: vince kraemer <vkraemer@netbeans.org>
Log: #193595: ISE from default RequestProcessor
Comment 3 Vince Kraemer 2010-12-23 17:31:02 UTC
changes in main
Comment 4 Vince Kraemer 2011-01-14 00:45:39 UTC
*** Bug 194330 has been marked as a duplicate of this bug. ***