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 194330 - [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: RESOLVED DUPLICATE of bug 193595
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 23:41 UTC by Exceptions Reporter
Modified: 2011-01-14 00:45 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169675


Attachments
stacktrace (2.12 KB, text/plain)
2011-01-13 23:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-01-13 23:41:16 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows Vista

User Comments:
simpatico: I've just re-started the glassfish server, and asked to run the application.




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:421)
   at org.netbeans.modules.glassfish.common.CommonServerSupport.startServer(CommonServerSupport.java:335)
   at org.netbeans.modules.glassfish.javaee.Hk2StartServer.startDeploymentManager(Hk2StartServer.java:146)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1454)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1405)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1210)
Comment 1 Exceptions Reporter 2011-01-13 23:41:21 UTC
Created attachment 104979 [details]
stacktrace
Comment 2 Vince Kraemer 2011-01-14 00:45:39 UTC
resolved by http://hg.netbeans.org/web-main/rev/0b06baa60240

*** This bug has been marked as a duplicate of bug 193595 ***