You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2016/10/24 12:11:59 UTC

[jira] [Updated] (QPID-7399) [Java Broker] ClosedSelectorException during shutdown

     [ https://issues.apache.org/jira/browse/QPID-7399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy updated QPID-7399:
-----------------------------
    Fix Version/s:     (was: qpid-java-6.1)
                   qpid-java-6.2

> [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
>            Priority: Minor
>             Fix For: qpid-java-6.2
>
>         Attachments: TEST-org.apache.qpid.transport.MaxFrameSizeTest.testTooLargeFrameSize.txt
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org