Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52416 invoked from network); 10 Apr 2008 08:07:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 08:07:32 -0000 Received: (qmail 9224 invoked by uid 500); 10 Apr 2008 08:07:32 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 9204 invoked by uid 500); 10 Apr 2008 08:07:32 -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 9195 invoked by uid 99); 10 Apr 2008 08:07:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 01:07:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 08:06:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7E079234C0BA for ; Thu, 10 Apr 2008 01:04:43 -0700 (PDT) Message-ID: <1281090315.1207814683513.JavaMail.jira@brutus> Date: Thu, 10 Apr 2008 01:04:43 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-1357) fails to unmarshal openwire messages In-Reply-To: <15350537.1186500001900.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies reassigned AMQ-1357: ------------------------------- Assignee: Rob Davies > fails to unmarshal openwire messages > ------------------------------------ > > Key: AMQ-1357 > URL: https://issues.apache.org/activemq/browse/AMQ-1357 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 5.2.0 > Environment: activemq_5.0-20070805-44 > Debian Linux > Reporter: Adrian Bridgett > Assignee: Rob Davies > Fix For: 5.1.0 > > > We are running AMQ 4.1.1 and are being bitten by AMQ-1067. To see if this release might fix it, we tried the nightly snapshot. > However this fails to start as it cannot unmarshal old messages from the journal. This seems to be as a result of SVN revision 546196. (Left priority as major since this will break upgrades AFAICT) > INFO | jvm 1 | 2007/08/07 15:19:38 | ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in file [/usr/share/activemq/activemq.xml]: Invocation of init method failed; nested exception is java.lang.NegativeArraySizeException > INFO | jvm 1 | 2007/08/07 15:19:38 | java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in file [/usr/share/activemq/activemq.xml]: Invocation of init method failed; nested exception is java.lang.NegativeArraySizeException > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:70) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:50) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:105) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:50) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:77) > INFO | jvm 1 | 2007/08/07 15:19:38 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2007/08/07 15:19:38 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > INFO | jvm 1 | 2007/08/07 15:19:38 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > INFO | jvm 1 | 2007/08/07 15:19:38 | at java.lang.reflect.Method.invoke(Method.java:585) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.Main.runTaskClass(Main.java:213) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.Main.main(Main.java:102) > INFO | jvm 1 | 2007/08/07 15:19:38 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > INFO | jvm 1 | 2007/08/07 15:19:38 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > INFO | jvm 1 | 2007/08/07 15:19:38 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > INFO | jvm 1 | 2007/08/07 15:19:38 | at java.lang.reflect.Method.invoke(Method.java:585) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:197) > INFO | jvm 1 | 2007/08/07 15:19:38 | at java.lang.Thread.run(Thread.java:595) > INFO | jvm 1 | 2007/08/07 15:19:38 | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in file [/usr/share/activemq/activemq.xml]: Invocation of init method failed; nested exception is java.lang.NegativeArraySizeException > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1174) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.(ResourceXmlApplicationContext.java:64) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.xbean.spring.context.ResourceXmlApplicationContext.(ResourceXmlApplicationContext.java:52) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:95) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:52) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:65) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:51) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:82) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:47) > INFO | jvm 1 | 2007/08/07 15:19:38 | ... 16 more > INFO | jvm 1 | 2007/08/07 15:19:38 | Caused by: java.lang.NegativeArraySizeException > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.openwire.v3.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:253) > INFO | jvm 1 | 2007/08/07 15:19:38 | > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.openwire.v3.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:101) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.openwire.v3.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:101) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:351) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:206) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.store.journal.JournalPersistenceAdapter.recover(JournalPersistenceAdapter.java:476) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.store.journal.JournalPersistenceAdapter.start(JournalPersistenceAdapter.java:227) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1415) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:1364) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:523) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.broker.BrokerService.start(BrokerService.java:425) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.apache.activemq.xbean.XBeanBrokerService.afterPropertiesSet(XBeanBrokerService.java:47) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1201) > INFO | jvm 1 | 2007/08/07 15:19:38 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171) > INFO | jvm 1 | 2007/08/07 15:19:38 | ... 31 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.