Lorenz Quack created QPID-7399:
----------------------------------
Summary: [Java Broker] ClosedSelectorException during shutdown
Key: QPID-7399
URL: https://issues.apache.org/jira/browse/QPID-7399
Project: Qpid
Issue Type: Bug
Components: Java Broker
Reporter: Lorenz Quack
Today the Jenkins mms.0-9-1 job on trunk failed the test
{{MaxFrameSizeTest.testTooSmallFrameSize}} but the actual problem seems to have
been during shutdown of {{MaxFrameSizeTest.testTooLargeFrameSize}}. There the
following exception occurred:
{code}
2016-08-23 20:26:34,118 ERROR [IO-pool-Port-amqp-2]
o.a.q.t.u.InternalBrokerHolder Uncaught exception from thread
IO-pool-Port-amqp-2
java.nio.channels.ClosedSelectorException: null
at sun.nio.ch.EPollSelectorImpl.putEventOps(EPollSelectorImpl.java:185)
~[na:1.7.0_80]
at
sun.nio.ch.ServerSocketChannelImpl.translateAndSetInterestOps(ServerSocketChannelImpl.java:361)
~[na:1.7.0_80]
at
sun.nio.ch.SelectionKeyImpl.nioInterestOps(SelectionKeyImpl.java:105)
~[na:1.7.0_80]
at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:83)
~[na:1.7.0_80]
at
java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:201)
~[na:1.7.0_80]
at
org.apache.qpid.server.transport.SelectorThread$SelectionTask$1.run(SelectorThread.java:197)
~[qpid-broker-core-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
at
org.apache.qpid.server.transport.SelectorThread.run(SelectorThread.java:462)
~[qpid-broker-core-6.1.0-SNAPSHOT.jar:6.1.0-SNAPSHOT]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
~[na:1.7.0_80]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
~[na:1.7.0_80]
at java.lang.Thread.run(Thread.java:745) ~[na:1.7.0_80]
{code}
The full log is attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]