Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 72588 invoked from network); 30 Sep 2010 05:52:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 05:52:06 -0000 Received: (qmail 81715 invoked by uid 500); 30 Sep 2010 05:52:06 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 81466 invoked by uid 500); 30 Sep 2010 05:52:03 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 81454 invoked by uid 99); 30 Sep 2010 05:52:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 05:52:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of extsknk@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gy0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 05:51:55 +0000 Received: by gyc15 with SMTP id 15so906958gyc.2 for ; Wed, 29 Sep 2010 22:51:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6VTYu8nb5QWsUUnrO66Qv7P7mNp6EIWTr4P84s+qMfY=; b=vqnrpCksBj+uiUSi0eFNy/Stbi+xfCgH2Q+aPfLbFSaXmO3vrj2lDfDQ190qJpSczO pgRnpAC/o5CQlwc4SskhrSotsI9TWZfAo4pz0b4Q94spXgC4zzVdBEBKTtzk7Vl/oER4 kwxoQxXiHMrTiVdcv6Ur2m0LZEW9tW/1Iodr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kZ12hknC+CvZpF3AXDF05ljacCbqUyXtva+7mj8VoPo19cyuWtLuha5ExNWq4uK2MN 2WznNd+OOB1MsUhL540NrExk8Ac2WeAxRBy9RVl1fn/eFp2BLXACJUnjvjcTeB5zrcRQ 2NhvfNNrbZBZm7dgfPwnQksh0tnBdlHiK5ymA= MIME-Version: 1.0 Received: by 10.90.66.7 with SMTP id o7mr49985aga.159.1285825893649; Wed, 29 Sep 2010 22:51:33 -0700 (PDT) Received: by 10.90.133.17 with HTTP; Wed, 29 Sep 2010 22:51:33 -0700 (PDT) Date: Wed, 29 Sep 2010 22:51:33 -0700 Message-ID: Subject: Exception when using bin/activemq query or list ... From: Ravi To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001636163d77a2511c049173ab80 --001636163d77a2511c049173ab80 Content-Type: text/plain; charset=ISO-8859-1 The command line bin/activemq list throws the following error (we first tried to access the broker through web console, but no response) ... Anyone know what the problem might be. Is the broker state hosed and we need to restart ? ERROR: java.lang.RuntimeException: Failed to execute list task. Reason: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.EOFException java.lang.RuntimeException: Failed to execute list task. Reason: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.EOFException at org.apache.activemq.console.command.ListCommand.runTask(ListCommand.java:52) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:292) at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:137) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.activemq.console.Main.runTaskClass(Main.java:251) at org.apache.activemq.console.Main.main(Main.java:107) ERROR: java.lang.Exception: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.EOFException java.lang.Exception: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.EOFException at org.apache.activemq.console.command.ListCommand.runTask(ListCommand.java:53) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:292) at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:137) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.activemq.console.Main.runTaskClass(Main.java:251) at org.apache.activemq.console.Main.main(Main.java:107) Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.EOFException at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:157) at com.sun.jmx.remote.internal.PRef.invoke(Unknown Source) at javax.management.remote.rmi.RMIConnectionImpl_Stub.getConnectionId(Unknown Source) at javax.management.remote.rmi.RMIConnector.getConnectionId(RMIConnector.java:332) at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:294) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248) at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:207) at org.apache.activemq.console.command.AbstractJmxCommand.createJmxConnector(AbstractJmxCommand.java:214) at org.apache.activemq.console.command.AbstractJmxCommand.createJmxConnection(AbstractJmxCommand.java:237) at org.apache.activemq.console.command.ListCommand.runTask(ListCommand.java:50) ... 11 more Caused by: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2498) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1273) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:290) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:139) ... 20 more --001636163d77a2511c049173ab80--