You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2015/06/24 20:41:05 UTC

[jira] [Resolved] (ARTEMIS-105) ActiveMQServerControl#forceFailover() always throw an exception

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

Justin Bertram resolved ARTEMIS-105.
------------------------------------
    Resolution: Fixed

> ActiveMQServerControl#forceFailover() always throw an exception
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-105
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-105
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Jeff Mesnil
>            Assignee: Justin Bertram
>             Fix For: 1.0.1
>
>
> {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)