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

Justin Bertram reassigned ARTEMIS-179:
--------------------------------------

    Assignee: Justin Bertram

> Artemis is logging warnings during reconnecting cluster connection on server 
> shut down 
> ---------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-179
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-179
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.0.0
>            Reporter: Miroslav Novak
>            Assignee: Justin Bertram
>             Fix For: 1.0.1
>
>
> Artemis is trying reconnect cluster connection if node in cluster is cleanly 
> shut downed. Problem is that server.log is filled by:
> {code}
> 13:07:09,855 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> {code}
> which makes the logs completely unreadable. 
> Run two instances with:
> ./artemis create --clustered /server1
> ./artemis create --clustered /server2 --port-offset 100
> start botsh servers and stop one of them:
> server.log:
> {code}
> 13:06:37,059 INFO  [org.apache.activemq.artemis.core.server] (Thread-17 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ221027: Bridge ClusterConnectionBridge@7eb486c7 
> [name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> queue=QueueImpl[name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> postOffice=PostOfficeImpl 
> [server=ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f]]@7f77c8d9
>  targetConnector=ServerLocatorImpl 
> (identity=(Cluster-connection-bridge::ClusterConnectionBridge@7eb486c7 
> [name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> queue=QueueImpl[name=sf.my-cluster.5638e157-35e1-11e5-82f6-752f620dec6f, 
> postOffice=PostOfficeImpl 
> [server=ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f]]@7f77c8d9
>  targetConnector=ServerLocatorImpl 
> [initialConnectors=[TransportConfiguration(name=http-connector, 
> factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)
>  
> ?httpUpgradeEnabled=true&port=9080&host=localhost&http-upgrade-endpoint=http-acceptor],
>  
> discoveryGroupConfiguration=null]]::ClusterConnectionImpl@841790227[nodeUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f,
>  connector=TransportConfiguration(name=http-connector, 
> factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)
>  
> ?host=localhost&http-upgrade-endpoint=http-acceptor&httpUpgradeEnabled=true&port=8080,
>  address=jms, 
> server=ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f])) 
> [initialConnectors=[TransportConfiguration(name=http-connector, 
> factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)
>  
> ?httpUpgradeEnabled=true&port=9080&host=localhost&http-upgrade-endpoint=http-acceptor],
>  discoveryGroupConfiguration=null]] is connected
> 13:07:09,305 WARN  [org.apache.activemq.artemis.core.client] (Thread-0 
> (ActiveMQ-client-global-threads-166185675)) AMQ212037: Connection failure has 
> been detected: AMQ119015: The connection was disconnected because of server 
> shutdown [code=DISCONNECTED]
> 13:07:09,311 WARN  [org.apache.activemq.artemis.core.client] (Thread-2 
> (ActiveMQ-client-global-threads-166185675)) AMQ212037: Connection failure has 
> been detected: AMQ119015: The connection was disconnected because of server 
> shutdown [code=DISCONNECTED]
> 13:07:09,310 WARN  [org.apache.activemq.artemis.core.client] (Thread-1 
> (ActiveMQ-client-global-threads-166185675)) AMQ212037: Connection failure has 
> been detected: AMQ119015: The connection was disconnected because of server 
> shutdown [code=DISCONNECTED]
> 13:07:09,325 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-client-global-threads-166185675)) AMQ222095: Connection failed with 
> failedOver=false: ActiveMQDisconnectedException[errorType=DISCONNECTED 
> message=AMQ119015: The connection was disconnected because of server shutdown]
>       at 
> org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$CloseRunnable.run(ClientSessionFactoryImpl.java:1183)
>       at 
> org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:105)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>       at java.lang.Thread.run(Thread.java:745)
> 13:07:09,354 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-client-global-threads-166185675)) AMQ222095: Connection failed with 
> failedOver=false: ActiveMQDisconnectedException[errorType=DISCONNECTED 
> message=AMQ119015: The connection was disconnected because of server shutdown]
>       at 
> org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$CloseRunnable.run(ClientSessionFactoryImpl.java:1183)
>       at 
> org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:105)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>       at java.lang.Thread.run(Thread.java:745)
> 13:07:09,855 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:09,856 WARN  [org.apache.activemq.artemis.core.server] (Thread-9 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,356 WARN  [org.apache.activemq.artemis.core.server] (Thread-11 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,357 WARN  [org.apache.activemq.artemis.core.server] (Thread-12 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,857 WARN  [org.apache.activemq.artemis.core.server] (Thread-13 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:10,858 WARN  [org.apache.activemq.artemis.core.server] (Thread-14 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,358 WARN  [org.apache.activemq.artemis.core.server] (Thread-16 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,360 WARN  [org.apache.activemq.artemis.core.server] (Thread-16 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,860 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:11,861 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,362 WARN  [org.apache.activemq.artemis.core.server] (Thread-19 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,363 WARN  [org.apache.activemq.artemis.core.server] (Thread-19 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,863 WARN  [org.apache.activemq.artemis.core.server] (Thread-22 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:12,865 WARN  [org.apache.activemq.artemis.core.server] (Thread-22 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,365 WARN  [org.apache.activemq.artemis.core.server] (Thread-21 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,366 WARN  [org.apache.activemq.artemis.core.server] (Thread-21 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,866 WARN  [org.apache.activemq.artemis.core.server] (Thread-20 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:13,867 WARN  [org.apache.activemq.artemis.core.server] (Thread-20 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,368 WARN  [org.apache.activemq.artemis.core.server] (Thread-4 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,369 WARN  [org.apache.activemq.artemis.core.server] (Thread-4 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,869 WARN  [org.apache.activemq.artemis.core.server] (Thread-24 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:14,870 WARN  [org.apache.activemq.artemis.core.server] (Thread-24 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,371 WARN  [org.apache.activemq.artemis.core.server] (Thread-17 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,371 WARN  [org.apache.activemq.artemis.core.server] (Thread-17 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,872 WARN  [org.apache.activemq.artemis.core.server] (Thread-25 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:15,873 WARN  [org.apache.activemq.artemis.core.server] (Thread-25 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,373 WARN  [org.apache.activemq.artemis.core.server] (Thread-28 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,374 WARN  [org.apache.activemq.artemis.core.server] (Thread-28 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,875 WARN  [org.apache.activemq.artemis.core.server] (Thread-27 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:16,876 WARN  [org.apache.activemq.artemis.core.server] (Thread-27 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,376 WARN  [org.apache.activemq.artemis.core.server] (Thread-1 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,377 WARN  [org.apache.activemq.artemis.core.server] (Thread-1 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,878 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:17,879 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,379 WARN  [org.apache.activemq.artemis.core.server] (Thread-7 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,381 WARN  [org.apache.activemq.artemis.core.server] (Thread-7 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,881 WARN  [org.apache.activemq.artemis.core.server] (Thread-3 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:18,883 WARN  [org.apache.activemq.artemis.core.server] (Thread-3 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,383 WARN  [org.apache.activemq.artemis.core.server] (Thread-5 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,384 WARN  [org.apache.activemq.artemis.core.server] (Thread-5 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,885 WARN  [org.apache.activemq.artemis.core.server] (Thread-6 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:19,885 WARN  [org.apache.activemq.artemis.core.server] (Thread-6 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,386 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,387 WARN  [org.apache.activemq.artemis.core.server] (Thread-0 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,887 WARN  [org.apache.activemq.artemis.core.server] (Thread-9 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:20,887 WARN  [org.apache.activemq.artemis.core.server] (Thread-9 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,388 WARN  [org.apache.activemq.artemis.core.server] (Thread-10 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,389 WARN  [org.apache.activemq.artemis.core.server] (Thread-10 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,890 WARN  [org.apache.activemq.artemis.core.server] (Thread-11 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:21,890 WARN  [org.apache.activemq.artemis.core.server] (Thread-11 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,391 WARN  [org.apache.activemq.artemis.core.server] (Thread-13 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,392 WARN  [org.apache.activemq.artemis.core.server] (Thread-13 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,892 WARN  [org.apache.activemq.artemis.core.server] (Thread-14 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:22,893 WARN  [org.apache.activemq.artemis.core.server] (Thread-16 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,393 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,394 WARN  [org.apache.activemq.artemis.core.server] (Thread-15 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,894 WARN  [org.apache.activemq.artemis.core.server] (Thread-18 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:23,896 WARN  [org.apache.activemq.artemis.core.server] (Thread-18 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> 13:07:24,396 WARN  [org.apache.activemq.artemis.core.server] (Thread-22 
> (ActiveMQ-server-ActiveMQServerImpl::serverUUID=60b3fc86-35e1-11e5-aa4b-0324779e0c1f-753751730))
>  AMQ222109: NodeID=5638e157-35e1-11e5-82f6-752f620dec6f is not available on 
> the topology. Retrying the connection to that node now
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to