Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 12704 invoked from network); 14 Feb 2011 11:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Feb 2011 11:24:22 -0000 Received: (qmail 86326 invoked by uid 500); 14 Feb 2011 11:24:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 86088 invoked by uid 500); 14 Feb 2011 11:24:20 -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 86080 invoked by uid 99); 14 Feb 2011 11:24:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 11:24:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 11:24:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3087F19FF51 for ; Mon, 14 Feb 2011 11:23:58 +0000 (UTC) Date: Mon, 14 Feb 2011 11:23:57 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: <1034612023.14631.1297682638171.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <190651948.14621.1297681377484.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (AMQ-3180) JMX Browse of BytesMessage fails with javax.management.openmbean.OpenDataException: Argument's element itemValues[8]="[B@de15a0" is not a valid value for this item 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-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-3180. ----------------------------- Resolution: Fixed Fix Version/s: 5.5.0 resolved in http://svn.apache.org/viewvc?rev=1070442&view=rev > JMX Browse of BytesMessage fails with javax.management.openmbean.OpenDataException: Argument's element itemValues[8]="[B@de15a0" is not a valid value for this item > ------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-3180 > URL: https://issues.apache.org/jira/browse/AMQ-3180 > Project: ActiveMQ > Issue Type: Bug > Components: JMX > Affects Versions: 5.3.0, 5.4.0 > Reporter: Gary Tully > Assignee: Gary Tully > Priority: Minor > Labels: BytesMessage, jmx > Fix For: 5.5.0 > > > delivery of messages is not effected, but a browse returns no results via jmx and exceptions appear on the broker, eg: > {code}2011-01-24 05:20:05,672 [)-209.114.68.32] WARN DestinationViewMBean - exception browsing destination javax.management.openmbean.OpenDataException: Argument's element itemValues[15]="[B@8e3f75" is not a valid value for this item (itemName=BodyPreview,itemType=javax.management.openmbean.ArrayType(name=[Ljava.lang.Byte;,dimension=1,elementType=javax.management.openmbean.SimpleType(name=java.lang.Byte))). > atjavax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:145) > atjavax.management.openmbean.CompositeDataSupport.(CompositeDataSupport.java:190) > At org.apache.activemq.broker.jmx.OpenTypeSupport.convert (OpenTypeSupport.java:398) > At org.apache.activemq.broker.jmx.DestinationView.browseMessages (DestinationView.java:195) > At org.apache.activemq.broker.jmx.DestinationView.browseMessages(DestinationView.java:176) > At sun.reflect.GeneratedMethodAccessor45.invoke (Unknown Source) > At sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) > At java.lang.reflect.Method.invoke (Method.java:592) > At com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke (StandardMetaDataImpl.java:414) > At com.sun.jmx.mbeanserver.MetaDataImpl.invoke (MetaDataImpl.java:220) > ...{code} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira