-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
8.1.0.Beta
-
None
-
False
-
-
False
-
-
-
-
-
-
-
-
The server logs different warning then is documented in the README file.
After QS configuration "bin/jboss-cli.sh --connect --file=install-standalone.cli" are in server one are logged the following warning:
11:33:06,685 WARN [org.apache.activemq.artemis.core.server] (Thread-24 (ActiveMQ-server-ActiveMQServerImpl::name=default)) AMQ222186: unable to authorise cluster control: AMQ229099: Unable to authenticate cluster user: ACTIVEMQ.CLUSTER.ADMIN.USER 11:33:06,685 WARN [org.apache.activemq.artemis.core.server] (Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=default)) AMQ222186: unable to authorise cluster control: AMQ229099: Unable to authenticate cluster user: ACTIVEMQ.CLUSTER.ADMIN.USER 11:33:06,689 ERROR [org.apache.activemq.artemis.core.server] (Thread-2 (ActiveMQ-client-netty-threads)) AMQ224058: Stopping ClusterManager. As it failed to authenticate with the cluster: AMQ229099: Unable to authenticate cluster user: ACTIVEMQ.CLUSTER.ADMIN.USER 11:33:06,690 WARN [org.apache.activemq.artemis.core.server] (Thread-24 (ActiveMQ-server-ActiveMQServerImpl::name=default)) AMQ224091: Bridge ClusterConnectionBridge@3b7178ee [name=$.artemis.internal.sf.my-cluster.10952537-f42d-11ef-b1d8-0296a96cfe87, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.10952537-f42d-11ef-b1d8-0296a96cfe87, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=default], temp=false]@1effbd32 targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@3b7178ee [name=$.artemis.internal.sf.my-cluster.10952537-f42d-11ef-b1d8-0296a96cfe87, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.10952537-f42d-11ef-b1d8-0296a96cfe87, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::name=default], temp=false]@1effbd32 targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=http-connector, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)?httpUpgradeEndpoint=http-acceptor&activemqServerName=default&httpUpgradeEnabled=true&port=8180&host=localhost], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@980152684[nodeUUID=d1b541be-f42c-11ef-b357-0296a96cfe87, connector=TransportConfiguration(name=http-connector, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)?httpUpgradeEndpoint=http-acceptor&activemqServerName=default&httpUpgradeEnabled=true&port=8080&host=localhost, address=jms, server=ActiveMQServerImpl::name=default])) [initialConnectors=[TransportConfiguration(name=http-connector, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory)?httpUpgradeEndpoint=http-acceptor&activemqServerName=default&httpUpgradeEnabled=true&port=8180&host=localhost], discoveryGroupConfiguration=null]] is unable to connect to destination. Retrying 11:33:06,692 WARN [org.apache.activemq.artemis.core.server] (Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=default)) AMQ222186: unable to authorise cluster control: AMQ229099: Unable to authenticate cluster user: ACTIVEMQ.CLUSTER.ADMIN.USER
The server two also contains a warning
13:19:43,421 WARN [org.apache.activemq.artemis.core.client] (Thread-165) AMQ212037: CORE connection failure to 127.0.0.1:60290 has been detected: Broken pipe [code=GENERIC_EXCEPTION]
The README file does not contains instruction to start integration tests for standalone server like for domain server.