Jeff Mesnil created ACTIVEMQ6-105:
-------------------------------------
Summary: ActiveMQServerControl#forceFailover() always throw an
exception
Key: ACTIVEMQ6-105
URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-105
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Jeff Mesnil
{noformat}
14:31:36,734 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 3) WFLYCTL0013: Operation ("force-failover")
failed - address: ([
("subsystem" => "messaging-activemq"),
("server" => "default")
]): java.lang.RuntimeException: Server is stopped
at
org.apache.activemq.artemis.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:72)
at
org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl.forceFailover(ActiveMQServerControlImpl.java:1937)
at
org.wildfly.extension.messaging.activemq.ActiveMQServerControlHandler.executeRuntimeStep(ActiveMQServerControlHandler.java:221)
{noformat}
The call to blockOnIO in the finally block always fail because the server has
been stopped beforehands.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)