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 1ECC0D3BD for ; Fri, 14 Sep 2012 18:24:12 +0000 (UTC) Received: (qmail 81526 invoked by uid 500); 14 Sep 2012 18:24:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81275 invoked by uid 500); 14 Sep 2012 18:24:10 -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 81175 invoked by uid 99); 14 Sep 2012 18:24:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 18:24:10 +0000 Date: Sat, 15 Sep 2012 05:24:10 +1100 (NCT) From: "Ernest Wallace (JIRA)" To: dev@activemq.apache.org Message-ID: <590625831.81545.1347647050510.JavaMail.jiratomcat@arcas> In-Reply-To: <652373108.80860.1347638467902.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (AMQ-4050) Broker unable to distribute messages to consumers with NegativeArraySizeException loading message from JDBC Persistence 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-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernest Wallace updated AMQ-4050: -------------------------------- Description: When trying to distribute messages to consumers a corrupted message causes the Broker to stall and stop distributing messages with a NegativeArraySizeException. I can supply a sql dump of ACTIVEMQ_MSGS with the offending message to reproduce. StackTrace while running: [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: java.lang.NegativeArraySizeException| [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.BaseDataStreamMarshaller.looseUnmarshalByteSequence(BaseDataStreamMarshaller.java:639)| [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:229)| [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:101)| [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:101)| [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:364)| [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:204)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.jdbc.JDBCMessageStore$2.recoverMessage(JDBCMessageStore.java:256)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter.doRecoverNextMessages(DefaultJDBCAdapter.java:938)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.jdbc.JDBCMessageStore.recoverNextMessages(JDBCMessageStore.java:251)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.ProxyMessageStore.recoverNextMessages(ProxyMessageStore.java:88)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.QueueStorePrefetch.doFillBatch(QueueStorePrefetch.java:97)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:260)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:108)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.StoreQueueCursor.reset(StoreQueueCursor.java:157)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.Queue.doPageInForDispatch(Queue.java:1712)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.Queue.pageInMessages(Queue.java:1932)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1440)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:127)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)| [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at java.lang.Thread.run(Thread.java:619)| StackTrace on Startup: 11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: java.lang.NegativeArraySizeException| [11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.BaseDataStreamMarshaller.looseUnmarshalByteSequence(BaseDataStreamMarshaller.java:639)| [11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:229)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:101)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:101)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:364)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:204)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.getLastMessageBrokerSequenceId(JDBCPersistenceAdapter.java:236)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.region.DestinationFactoryImpl.getLastMessageBrokerSequenceId(DestinationFactoryImpl.java:145)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.region.RegionBroker.(RegionBroker.java:122)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.jmx.ManagedRegionBroker.(ManagedRegionBroker.java:99)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1830)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1824)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:1781)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:766)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.getAdminConnectionContext(BrokerService.java:2037)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.startDestinations(BrokerService.java:2024)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.start(BrokerService.java:495)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at com.myapp.server.jobqueue.broker.BrokerUtils$BrokerStart.run(BrokerUtils.java:111)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at java.lang.Thread.run(Thread.java:680)| was: When trying to distribute messages to consumers a corrupted message causes the Broker to stall and stop distributing messages with a NegativeArraySizeException. I can supply a sql dump of ACTIVEMQ_MSGS with the offending message to reproduce. Stack: 11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: java.lang.NegativeArraySizeException| [11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.BaseDataStreamMarshaller.looseUnmarshalByteSequence(BaseDataStreamMarshaller.java:639)| [11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:229)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:101)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:101)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:364)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:204)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.getLastMessageBrokerSequenceId(JDBCPersistenceAdapter.java:236)| [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.region.DestinationFactoryImpl.getLastMessageBrokerSequenceId(DestinationFactoryImpl.java:145)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.region.RegionBroker.(RegionBroker.java:122)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.jmx.ManagedRegionBroker.(ManagedRegionBroker.java:99)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1830)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1824)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:1781)| [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:766)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.getAdminConnectionContext(BrokerService.java:2037)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.startDestinations(BrokerService.java:2024)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.start(BrokerService.java:495)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at com.myapp.server.jobqueue.broker.BrokerUtils$BrokerStart.run(BrokerUtils.java:111)| [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at java.lang.Thread.run(Thread.java:680)| > Broker unable to distribute messages to consumers with NegativeArraySizeException loading message from JDBC Persistence > ----------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-4050 > URL: https://issues.apache.org/jira/browse/AMQ-4050 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.5.1 > Environment: Broker is running in JVM via java code initialization. JDBC Persistence Adapter to MySQL database. Production is CentOS. Replicable on MacOS 10.7, Java 1.6.0_35, 5.1.63 MySQL Community Server > Reporter: Ernest Wallace > Attachments: ACTIVEMQ_MSGS.sql > > > When trying to distribute messages to consumers a corrupted message causes the Broker to stall and stop distributing messages with a NegativeArraySizeException. I can supply a sql dump of ACTIVEMQ_MSGS with the offending message to reproduce. > StackTrace while running: > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: java.lang.NegativeArraySizeException| > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.BaseDataStreamMarshaller.looseUnmarshalByteSequence(BaseDataStreamMarshaller.java:639)| > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:229)| > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:101)| > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.v6.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:101)| > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:364)| > [07:33:46:882]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:204)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.jdbc.JDBCMessageStore$2.recoverMessage(JDBCMessageStore.java:256)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter.doRecoverNextMessages(DefaultJDBCAdapter.java:938)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.jdbc.JDBCMessageStore.recoverNextMessages(JDBCMessageStore.java:251)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.store.ProxyMessageStore.recoverNextMessages(ProxyMessageStore.java:88)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.QueueStorePrefetch.doFillBatch(QueueStorePrefetch.java:97)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:260)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:108)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.cursors.StoreQueueCursor.reset(StoreQueueCursor.java:157)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.Queue.doPageInForDispatch(Queue.java:1712)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.Queue.pageInMessages(Queue.java:1932)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1440)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:127)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)| > [07:33:46:883]|[09-13-2012]|[SYSOUT]|[INFO]|[122]|: at java.lang.Thread.run(Thread.java:619)| > StackTrace on Startup: > 11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: java.lang.NegativeArraySizeException| > [11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.BaseDataStreamMarshaller.looseUnmarshalByteSequence(BaseDataStreamMarshaller.java:639)| > [11:41:47:996]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.MessageMarshaller.looseUnmarshal(MessageMarshaller.java:229)| > [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.ActiveMQMessageMarshaller.looseUnmarshal(ActiveMQMessageMarshaller.java:101)| > [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.v6.ActiveMQTextMessageMarshaller.looseUnmarshal(ActiveMQTextMessageMarshaller.java:101)| > [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:364)| > [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:204)| > [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.getLastMessageBrokerSequenceId(JDBCPersistenceAdapter.java:236)| > [11:41:47:997]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.region.DestinationFactoryImpl.getLastMessageBrokerSequenceId(DestinationFactoryImpl.java:145)| > [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.region.RegionBroker.(RegionBroker.java:122)| > [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.jmx.ManagedRegionBroker.(ManagedRegionBroker.java:99)| > [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1830)| > [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1824)| > [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:1781)| > [11:41:47:998]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:766)| > [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.getAdminConnectionContext(BrokerService.java:2037)| > [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.startDestinations(BrokerService.java:2024)| > [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at org.apache.activemq.broker.BrokerService.start(BrokerService.java:495)| > [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at com.myapp.server.jobqueue.broker.BrokerUtils$BrokerStart.run(BrokerUtils.java:111)| > [11:41:47:999]|[09-14-2012]|[SYSOUT]|[INFO]|[11]|: at java.lang.Thread.run(Thread.java:680)| -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira