[
https://issues.jboss.org/browse/WFLY-6178?page=com.atlassian.jira.plugin....
]
Jeff Mesnil reopened WFLY-6178:
-------------------------------
The previous PR was not fixing the issue, it generated a NPE if the
activeMQActivationController was null and the service was shutting down
Clean shutdown of server with Artemis configured as backup logs
warning
-----------------------------------------------------------------------
Key: WFLY-6178
URL:
https://issues.jboss.org/browse/WFLY-6178
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 10.1.0.Final
In one of our failover tests there is logged error to server.log during clean shutdown of
EAP 7.0.0.ER5 with Artemis configured as backup. (see attach config) This error is not
expected and should not appear.
Error log:
{code}
12:18:19,509 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for
server ActiveMQServerImpl::serverUUID=5d29fceb-cfd3-11e5-a0c8-11ddbbd9fb5b) AMQ224000:
Failure in initialisation: java.lang.IllegalStateException: Container is down
at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:716)
[jboss-msc-1.2.6.Final-redhat-1.jar:1.2.6.Final-redhat-1]
at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:317)
[jboss-msc-1.2.6.Final-redhat-1.jar:1.2.6.Final-redhat-1]
at
org.wildfly.extension.messaging.activemq.jms.JMSService$3.activated(JMSService.java:154)
[wildfly-messaging-activemq-7.0.0.ER5-redhat-1.jar:7.0.0.ER5-redhat-1]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.callActivateCallbacks(ActiveMQServerImpl.java:1421)
[artemis-server-1.1.0.redhat-7.jar:1.1.0.redhat-7]
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:1616)
[artemis-server-1.1.0.redhat-7.jar:1.1.0.redhat-7]
at
org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation.run(SharedStoreBackupActivation.java:85)
[artemis-server-1.1.0.redhat-7.jar:1.1.0.redhat-7]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_51]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)