Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 13502 invoked from network); 26 Oct 2010 23:43:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Oct 2010 23:43:06 -0000 Received: (qmail 3196 invoked by uid 500); 26 Oct 2010 23:43:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3168 invoked by uid 500); 26 Oct 2010 23:43:05 -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 3160 invoked by uid 99); 26 Oct 2010 23:43:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 23:43:05 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 23:43:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9QNgfRF028016 for ; Tue, 26 Oct 2010 23:42:41 GMT Message-ID: <391319.69251288136561298.JavaMail.jira@thor> Date: Tue, 26 Oct 2010 19:42:41 -0400 (EDT) From: "Rishi Dev (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1611) edu.emory.mathcs.backport.java.util.concurrent.ExecutionException: java.io.IOException: Already started. In-Reply-To: <673342217.1204805915050.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62854#action_62854 ] Rishi Dev commented on AMQ-1611: -------------------------------- Any update on this issue? We are facing similar problems with incubator-activemq-4.0 and will highly appreciate any help. Please refer AMQ-2977 > edu.emory.mathcs.backport.java.util.concurrent.ExecutionException: java.io.IOException: Already started. > -------------------------------------------------------------------------------------------------------- > > Key: AMQ-1611 > URL: https://issues.apache.org/activemq/browse/AMQ-1611 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Reporter: Aakanksha Singh > Fix For: 5.3.0 > > > Hi..I m getting this msg in activemq.log after every 5 minutes..please provide me the solution. > 2008-03-06 00:00:10,847 ERROR Failed to checkpoint a message store: edu.emory.mathcs.backport.java.util.concurrent.ExecutionE > xception: java.io.IOException: Already started. | org.apache.activemq.store.journal.JournalPersistenceAdapter.doCheckpoint(Jo > urnalPersistenceAdapter.java:395) [ActiveMQ Journal Checkpoint Worker] > edu.emory.mathcs.backport.java.util.concurrent.ExecutionException: java.io.IOException: Already started. > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.getResult(FutureTask.java:299) > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.get(FutureTask.java:118) > at org.apache.activemq.store.journal.JournalPersistenceAdapter.doCheckpoint(JournalPersistenceAdapter.java:386) > at org.apache.activemq.store.journal.JournalPersistenceAdapter$2.iterate(JournalPersistenceAdapter.java:129) > at org.apache.activemq.thread.DedicatedTaskRunner.runTask(DedicatedTaskRunner.java:101) > at org.apache.activemq.thread.DedicatedTaskRunner.access$000(DedicatedTaskRunner.java:25) > at org.apache.activemq.thread.DedicatedTaskRunner$1.run(DedicatedTaskRunner.java:39) > Caused by: java.io.IOException: Already started. > at org.apache.activemq.store.jdbc.TransactionContext.begin(TransactionContext.java:145) > at org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.beginTransaction(JDBCPersistenceAdapter.java:358) > at org.apache.activemq.store.journal.JournalPersistenceAdapter.beginTransaction(JournalPersistenceAdapter.java:189) > at org.apache.activemq.util.TransactionTemplate.run(TransactionTemplate.java:41) > at org.apache.activemq.store.journal.JournalMessageStore.checkpoint(JournalMessageStore.java:247) > at org.apache.activemq.store.journal.JournalMessageStore.checkpoint(JournalMessageStore.java:221) > at org.apache.activemq.store.journal.JournalPersistenceAdapter$4.call(JournalPersistenceAdapter.java:356) > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:595) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.