RejectedExecutionException with remoting RemoteReadListener$1.handleEvent in JBoss EAP 6
Issue
- We are seeing this exception get logged in our client log when calling JMX remotely, we do not see any issues other than the log message:
java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.remote.RemoteReadListener$1$1@13e2ee8 rejected from org.xnio.XnioWorker$TaskPool@1f9d2ff[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 482]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
at org.xnio.XnioWorker.execute(XnioWorker.java:584)
at org.jboss.remoting3.remote.RemoteReadListener$1.handleEvent(RemoteReadListener.java:54)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
at org.xnio.channels.TranslatingSuspendableChannel.close(TranslatingSuspendableChannel.java:813)
at org.xnio.IoUtils.safeClose(IoUtils.java:137)
at org.xnio.channels.TranslatingSuspendableChannel$3.handleEvent(TranslatingSuspendableChannel.java:123)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
at org.xnio.channels.TranslatingSuspendableChannel.close(TranslatingSuspendableChannel.java:813)
at org.xnio.IoUtils.safeClose(IoUtils.java:137)
at org.xnio.channels.TranslatingSuspendableChannel$3.handleEvent(TranslatingSuspendableChannel.java:123)
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
at org.xnio.nio.AbstractNioStreamChannel.invokeCloseHandler(AbstractNioStreamChannel.java:384)
at org.xnio.nio.NioTcpChannel.close(NioTcpChannel.java:163)
at org.xnio.IoUtils.safeClose(IoUtils.java:137)
at org.xnio.nio.WorkerThread.run(WorkerThread.java:154)
...
Environment
Red Hat JBoss Enterprise Application Platform (EAP) 6.4 CP4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.