Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCAC710931 for ; Mon, 28 Oct 2013 16:11:57 +0000 (UTC) Received: (qmail 80001 invoked by uid 500); 28 Oct 2013 16:02:53 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 79761 invoked by uid 500); 28 Oct 2013 16:02:44 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 79643 invoked by uid 99); 28 Oct 2013 16:02:32 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 16:02:32 +0000 Date: Mon, 28 Oct 2013 16:02:32 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-4829) activemq:dstat command can throw error for topic subscriptions views MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved AMQ-4829. ------------------------------ Resolution: Fixed > activemq:dstat command can throw error for topic subscriptions views > -------------------------------------------------------------------- > > Key: AMQ-4829 > URL: https://issues.apache.org/jira/browse/AMQ-4829 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.9.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Minor > Fix For: 5.10.0 > > > You can get errors like > {code} > activemq:dstat > Name Queue Size Producer # Consumer # Enqueue # Dequeue # Memory % > foo 105 0 0 105 0 11 > ActiveMQ.Advisory.Queue 0 0 0 1 0 0 > ActiveMQ.Advisory.MasterBroker 0 0 0 1 0 0 > ActiveMQ.Advisory.Connection 0 0 0 1 0 0 > ERROR: java.lang.RuntimeException: Failed to execute dstat task. Reason: java.lang.reflect.UndeclaredThrowableException > java.lang.RuntimeException: Failed to execute dstat task. Reason: java.lang.reflect.UndeclaredThrowableException > at org.apache.activemq.console.command.DstatCommand.runTask(DstatCommand.java:78) > at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) > at org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:387) > at org.apache.activemq.karaf.commands.ActiveMQCommandSupport.doExecute(ActiveMQCommandSupport.java:46) > at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:39) > at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35) > at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78) > at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477) > at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403) > at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108) > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) > at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89) > at org.apache.karaf.shell.console.jline.Console.run(Console.java:174) > at org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:61) > Error executing command: java.lang.reflect.UndeclaredThrowableException > {code} > Also the dstat should sort the listing first, so they are listed A..Z -- This message was sent by Atlassian JIRA (v6.1#6144)