Robbie Gemmell created ARTEMIS-2968:
---------------------------------------
Summary: stacktrace-including warnings of non-existent
queues/addresses emitted during AMQPReplicaTest#testDualStandard
Key: ARTEMIS-2968
URL: https://issues.apache.org/jira/browse/ARTEMIS-2968
Project: ActiveMQ Artemis
Issue Type: Bug
Components: AMQP
Affects Versions: 2.16.0
Reporter: Robbie Gemmell
Assignee: Clebert Suconic
Lots of stacktrace-including warnings about non-existent queues/addresses are
emitted during AMQPReplicaTest#testDualStandard:
{noformat}
<etc etc>
port 5673,i::195
port 5673,i::196
port 5673,i::197
port 5673,i::198
port 5673,i::199
[Thread-1 (activemq-netty-threads)] 10:56:30,775 WARN
[org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget]
AMQ229017: Queue testDualStandard does not exist:
ActiveMQNonExistentQueueException[errorType=QUEUE_DOES_NOT_EXIST
message=AMQ229017: Queue testDualStandard does not exist]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2288)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2273)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2261)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.deleteQueue(AMQPMirrorControllerTarget.java:279)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.actualDelivery(AMQPMirrorControllerTarget.java:138)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver.onMessage(ProtonAbstractReceiver.java:268)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.onDelivery(AMQPConnectionContext.java:661)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:92)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:564)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:359)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.inputBuffer(ProtonHandler.java:316)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.inputBuffer(AMQPConnectionContext.java:215)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.bufferReceived(ActiveMQProtonRemotingConnection.java:149)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:678)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.channelRead(ActiveMQChannelHandler.java:73)
[artemis-core-client-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
[artemis-commons-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
[Thread-1 (activemq-netty-threads)] 10:56:30,787 WARN
[org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget]
AMQ229203: Address Does Not Exist: testDualStandard:
ActiveMQAddressDoesNotExistException[errorType=ADDRESS_DOES_NOT_EXIST
message=AMQ229203: Address Does Not Exist: testDualStandard]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.removeAddressInfo(ActiveMQServerImpl.java:3585)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.deleteAddress(AMQPMirrorControllerTarget.java:256)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.actualDelivery(AMQPMirrorControllerTarget.java:124)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver.onMessage(ProtonAbstractReceiver.java:268)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.onDelivery(AMQPConnectionContext.java:661)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:92)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:564)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:359)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.inputBuffer(ProtonHandler.java:316)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.inputBuffer(AMQPConnectionContext.java:215)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.bufferReceived(ActiveMQProtonRemotingConnection.java:149)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:678)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.channelRead(ActiveMQChannelHandler.java:73)
[artemis-core-client-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
[artemis-commons-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
[Thread-2 (activemq-netty-threads)] 10:56:30,785 WARN
[org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget]
AMQ229017: Queue testDualStandard does not exist:
ActiveMQNonExistentQueueException[errorType=QUEUE_DOES_NOT_EXIST
message=AMQ229017: Queue testDualStandard does not exist]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2288)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2273)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.destroyQueue(ActiveMQServerImpl.java:2261)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.deleteQueue(AMQPMirrorControllerTarget.java:279)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.actualDelivery(AMQPMirrorControllerTarget.java:138)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver.onMessage(ProtonAbstractReceiver.java:268)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.onDelivery(AMQPConnectionContext.java:661)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:92)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:564)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:359)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.inputBuffer(ProtonHandler.java:316)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.inputBuffer(AMQPConnectionContext.java:215)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.bufferReceived(ActiveMQProtonRemotingConnection.java:149)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:678)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.channelRead(ActiveMQChannelHandler.java:73)
[artemis-core-client-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
[artemis-commons-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
[Thread-2
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@682bd3c4)]
10:56:30,789 INFO [org.apache.activemq.artemis.protocol.amqp.logger]
AMQ111002:
*******************************************************************************************************************************
Retrying Server AMQP Connection test on localhost:5,672 retry 1 of -1
*******************************************************************************************************************************
[Thread-2 (activemq-netty-threads)] 10:56:30,792 WARN
[org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget]
AMQ229203: Address Does Not Exist: testDualStandard:
ActiveMQAddressDoesNotExistException[errorType=ADDRESS_DOES_NOT_EXIST
message=AMQ229203: Address Does Not Exist: testDualStandard]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.removeAddressInfo(ActiveMQServerImpl.java:3585)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.deleteAddress(AMQPMirrorControllerTarget.java:256)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.connect.mirror.AMQPMirrorControllerTarget.actualDelivery(AMQPMirrorControllerTarget.java:124)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.ProtonAbstractReceiver.onMessage(ProtonAbstractReceiver.java:268)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.onDelivery(AMQPConnectionContext.java:661)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.Events.dispatch(Events.java:92)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:564)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:359)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.inputBuffer(ProtonHandler.java:316)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.inputBuffer(AMQPConnectionContext.java:215)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.bufferReceived(ActiveMQProtonRemotingConnection.java:149)
[artemis-amqp-protocol-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$DelegatingBufferHandler.bufferReceived(RemotingServiceImpl.java:678)
[artemis-server-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
org.apache.activemq.artemis.core.remoting.impl.netty.ActiveMQChannelHandler.channelRead(ActiveMQChannelHandler.java:73)
[artemis-core-client-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
[netty-transport-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
[netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar:4.1.51.Final]
at
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[netty-common-4.1.51.Final.jar:4.1.51.Final]
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
[artemis-commons-2.16.0-SNAPSHOT.jar:2.16.0-SNAPSHOT]
[main] 10:56:30,827 INFO [org.apache.activemq.artemis.core.server] AMQ221002:
Apache ActiveMQ Artemis Message Broker version
identity=server_1,version=2.16.0-SNAPSHOT
[665de4f1-19d5-11eb-b5b8-000c29e9f622] stopped, uptime 0.720 seconds
[Thread-7
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$6@682bd3c4)]
10:56:30,829 INFO [org.apache.activemq.artemis.protocol.amqp.logger]
AMQ111002:
*******************************************************************************************************************************
Retrying Server AMQP Connection test2 on localhost:5,674 retry 1 of -1
*******************************************************************************************************************************
[main] 10:56:30,864 INFO [org.apache.activemq.artemis.core.server] AMQ221002:
Apache ActiveMQ Artemis Message Broker version
identity=server_3,version=2.16.0-SNAPSHOT
[6660a412-19d5-11eb-b5b8-000c29e9f622] stopped, uptime 0.739 seconds
[main] 10:56:30,895 INFO [org.apache.activemq.artemis.core.server] AMQ221002:
Apache ActiveMQ Artemis Message Broker version 2.16.0-SNAPSHOT
[6666be93-19d5-11eb-b5b8-000c29e9f622] stopped, uptime 0.730 seconds
[main] 10:56:30,904 INFO
[org.apache.activemq.artemis.tests.util.ActiveMQTestBase] **** end #test
testDualStandard() ***
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)