[jboss-jira] [JBoss JIRA] Updated: (JBAS-8934) RejectedExecutionExceptions in management API
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Fri Apr 8 05:03:33 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan updated JBAS-8934:
-----------------------------
Fix Version/s: 7.0.0.Beta4
(was: 7.0.0.Beta3)
Rescheduling until JBAS-9101
> RejectedExecutionExceptions in management API
> ---------------------------------------------
>
> Key: JBAS-8934
> URL: https://issues.jboss.org/browse/JBAS-8934
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: David Lloyd
> Assignee: Kabir Khan
> Fix For: 7.0.0.Beta4
>
>
> Running demos occasionally yields:
> Exception in thread "Read thread for localhost/127.0.0.1:9999" java.util.concurrent.RejectedExecutionException
> at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
> at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
> at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
> at org.jboss.as.protocol.ConnectionImpl$1.run(ConnectionImpl.java:211)
> at java.lang.Thread.run(Thread.java:662)
> The created executors should most likely have a rejection policy of CallerRuns, and probably a longer queue.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list