Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EAE04200BB1 for ; Thu, 3 Nov 2016 21:40:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E9A64160B19; Thu, 3 Nov 2016 20:40:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3FA73160B13 for ; Thu, 3 Nov 2016 21:40:05 +0100 (CET) Received: (qmail 76302 invoked by uid 500); 3 Nov 2016 20:40:04 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 76088 invoked by uid 99); 3 Nov 2016 20:40:03 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2016 20:40:03 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4E8D52C2ABA for ; Thu, 3 Nov 2016 20:40:03 +0000 (UTC) Date: Thu, 3 Nov 2016 20:40:03 +0000 (UTC) From: "clebert suconic (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (ARTEMIS-105) ActiveMQServerControl#forceFailover() always throw an exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 03 Nov 2016 20:40:06 -0000 [ https://issues.apache.org/jira/browse/ARTEMIS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clebert suconic closed ARTEMIS-105. ----------------------------------- > 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.1.0 > > > {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)