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 417801091D for ; Wed, 5 Mar 2014 05:51:47 +0000 (UTC) Received: (qmail 33353 invoked by uid 500); 5 Mar 2014 05:51:44 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 33236 invoked by uid 500); 5 Mar 2014 05:51:43 -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 33223 invoked by uid 99); 5 Mar 2014 05:51:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 05:51:43 +0000 Date: Wed, 5 Mar 2014 05:51:43 +0000 (UTC) From: "liurui (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQ-5083) Cannot consume messages. Failed to fill batch . cased by NegativeArraySizeException 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-5083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liurui updated AMQ-5083: ------------------------ Attachment: activemq.xml > Cannot consume messages. Failed to fill batch . cased by NegativeArraySizeException > ----------------------------------------------------------------------------------- > > Key: AMQ-5083 > URL: https://issues.apache.org/jira/browse/AMQ-5083 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.7.0 > Environment: CentOS release 5.5 (Final) > Reporter: liurui > Priority: Critical > Attachments: activemq.xml > > > Consumers cannot consume any message . > I had to delete the queue in order to get ActiveMQ to start consuming messages. > With the error messages below: > 2014-03-05 11:27:41,230 | ERROR | org.apache.activemq.broker.region.cursors.QueueStorePrefetch@19f0b0a6:queue.psu.product.update,batchResetNeeded=false,storeHasMessages=true,size=935106,cacheEnabled=false,maxBatchSize:200 - Failed to fill batch | org.apache.activemq.broker.region.cursors.AbstractStoreCursor | ActiveMQ BrokerService[slave] Task-176 > java.io.IOException: Invalid location: 965:1286, : java.lang.NegativeArraySizeException > at org.apache.kahadb.journal.DataFileAccessor.readRecord(DataFileAccessor.java:92) > at org.apache.kahadb.journal.Journal.read(Journal.java:604) > at org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:879) > at org.apache.activemq.store.kahadb.KahaDBStore.loadMessage(KahaDBStore.java:1030) > at org.apache.activemq.store.kahadb.KahaDBStore$KahaDBMessageStore$4.execute(KahaDBStore.java:558) > at org.apache.kahadb.page.Transaction.execute(Transaction.java:769) > at org.apache.activemq.store.kahadb.KahaDBStore$KahaDBMessageStore.recoverNextMessages(KahaDBStore.java:547) > at org.apache.activemq.store.ProxyMessageStore.recoverNextMessages(ProxyMessageStore.java:106) > at org.apache.activemq.broker.region.cursors.QueueStorePrefetch.doFillBatch(QueueStorePrefetch.java:97) > at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:274) > at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:110) > at org.apache.activemq.broker.region.cursors.StoreQueueCursor.reset(StoreQueueCursor.java:157) > at org.apache.activemq.broker.region.Queue.doPageInForDispatch(Queue.java:1765) > at org.apache.activemq.broker.region.Queue.pageInMessages(Queue.java:1993) > at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1486) > at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129) > at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > 2014-03-05 11:27:41,230 | ERROR | org.apache.activemq.broker.region.cursors.QueueStorePrefetch@19f0b0a6:queue.psu.product.update,batchResetNeeded=false,storeHasMessages=true,size=935106,cacheEnabled=false,maxBatchSize:200 - Failed to fill batch | org.apache.activemq.broker.region.cursors.AbstractStoreCursor | ActiveMQ BrokerService[slave] Task-176 > java.lang.RuntimeException: java.io.IOException: Invalid location: 965:1286, : java.lang.NegativeArraySizeException > at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:277) > at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:110) > at org.apache.activemq.broker.region.cursors.StoreQueueCursor.reset(StoreQueueCursor.java:157) > at org.apache.activemq.broker.region.Queue.doPageInForDispatch(Queue.java:1765) > at org.apache.activemq.broker.region.Queue.pageInMessages(Queue.java:1993) > at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1486) > at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129) > this is my activemq.xml > xmlns="http://www.springframework.org/schema/beans" > xmlns:amq="http://activemq.apache.org/schema/core" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd > http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> > > > file:${activemq.base}/conf/credentials.properties > > > > true > 30000 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- This message was sent by Atlassian JIRA (v6.2#6252)