Keith Wall created QPID-7938:
--------------------------------
Summary: [Java Broker] Closing messaging connection logs "Failed
to register with selector for connection" at DEBUG
Key: QPID-7938
URL: https://issues.apache.org/jira/browse/QPID-7938
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: qpid-java-6.1, qpid-java-6.0, qpid-java-broker-7.0.0
Reporter: Keith Wall
Priority: Minor
At DEBUG level the following stack trace is logged at DEBUG when a connection
is closed. There is no known functional impact, but it is an annoyance.
2017-09-26 15:49:55,569 DEBUG [Selector-Port-AMQP] (o.a.q.s.t.SelectorThread) -
Failed to register with selector for connection [NonBlockingConnection
/127.0.0.1:51605]. Connection is probably being closed by peer.
java.nio.channels.ClosedChannelException: null
at
java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:197)
at
org.apache.qpid.server.transport.SelectorThread$SelectionTask.processUnscheduledConnections(SelectorThread.java:150)
at
org.apache.qpid.server.transport.SelectorThread$SelectionTask.performSelect(SelectorThread.java:333)
at
org.apache.qpid.server.transport.SelectorThread$SelectionTask.run(SelectorThread.java:97)
at
org.apache.qpid.server.transport.SelectorThread.run(SelectorThread.java:521)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]