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

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

    [ https://issues.apache.org/jira/browse/ARTEMIS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599509#comment-14599509 ] 

ASF GitHub Bot commented on ARTEMIS-105:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/48

    ARTEMIS-105 forceFailover always throws exception

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis master_work

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/48.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #48
    
----
commit 21261d5479059170e5b25ea949f174403eea901b
Author: jbertram <jb...@apache.org>
Date:   2015-06-24T14:01:07Z

    ARTEMIS-105 forceFailover always throws exception

----


> 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)