Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 17441 invoked from network); 5 May 2010 05:17:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 05:17:12 -0000 Received: (qmail 43674 invoked by uid 500); 5 May 2010 05:17:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 43556 invoked by uid 500); 5 May 2010 05:17: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 43548 invoked by uid 99); 5 May 2010 05:17:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 05:17:09 +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; Wed, 05 May 2010 05:17:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o455GiXQ021563 for ; Wed, 5 May 2010 05:16:45 GMT Message-ID: <475826.411273036604635.JavaMail.jira@thor> Date: Wed, 5 May 2010 01:16:44 -0400 (EDT) From: "Hondong (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1063) Journaled JDBC checkpoint fails with java.io.IOException: Already started. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1063?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D59= 196#action_59196 ]=20 Hondong commented on AMQ-1063: ------------------------------ We even have the same Issue under ActiveMQ 4.1.2 and Oracle DS It seems, that it appear under heavy Load? I=C2=B4ll try to reproduce it with debugging enabled... > Journaled JDBC checkpoint fails with java.io.IOException: Already started= . > -------------------------------------------------------------------------= - > > Key: AMQ-1063 > URL: https://issues.apache.org/activemq/browse/AMQ-1063 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.0.0 > Environment: Windows XP Professional, JVM 1.5.0_09, MySQL 5.0.27 > Reporter: jk@penguinsfan.com > Fix For: NEEDS_REVIEWED > > > I am running trunk using JDBC against MySQL 5.0.27. I am seeing the abov= e mentioned IOException. Do not have specific instructions on how to repro= duce at the current time, but I was using durable subscriptions with the st= ore durable cursor if that helps. (I'll post if I find out more informatio= n.) > > =20 > > > > > > > > > =20 > Log trace: > 2006-11-19 19:19:48,078 [/127.0.0.1:4898] DEBUG JournalPersistenceAdapter= - Waking for checkpoint to complete. > 2006-11-19 19:19:48,078 [eckpoint Worker] DEBUG JournalPersistenceAdapter= - Checkpoint started. > 2006-11-19 19:19:48,078 [eckpoint Worker] ERROR JournalPersistenceAdapter= - Failed to checkpoint a message store: java.util.concurrent.Executio= nException: java.io.IOException: Already started. > java.util.concurrent.ExecutionException: java.io.IOException: Already sta= rted. > =09at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:205) > =09at java.util.concurrent.FutureTask.get(FutureTask.java:80) > =09at org.apache.activemq.store.journal.JournalPersistenceAdapter.doCheck= point(JournalPersistenceAdapter.java:386) > =09at org.apache.activemq.store.journal.JournalPersistenceAdapter$2.itera= te(JournalPersistenceAdapter.java:129) > =09at org.apache.activemq.thread.DedicatedTaskRunner.runTask(DedicatedTas= kRunner.java:88) > =09at org.apache.activemq.thread.DedicatedTaskRunner.access$0(DedicatedTa= skRunner.java:76) > =09at org.apache.activemq.thread.DedicatedTaskRunner$1.run(DedicatedTaskR= unner.java:39) > Caused by: java.io.IOException: Already started. > =09at org.apache.activemq.store.jdbc.TransactionContext.begin(Transaction= Context.java:145) > =09at org.apache.activemq.store.jdbc.JDBCPersistenceAdapter.beginTransact= ion(JDBCPersistenceAdapter.java:358) > =09at org.apache.activemq.store.journal.JournalPersistenceAdapter.beginTr= ansaction(JournalPersistenceAdapter.java:189) > =09at org.apache.activemq.util.TransactionTemplate.run(TransactionTemplat= e.java:41) > =09at org.apache.activemq.store.journal.JournalMessageStore.checkpoint(Jo= urnalMessageStore.java:247) > =09at org.apache.activemq.store.journal.JournalTopicMessageStore.checkpoi= nt(JournalTopicMessageStore.java:162) > =09at org.apache.activemq.store.journal.JournalPersistenceAdapter$5.call(= JournalPersistenceAdapter.java:373) > =09at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) > =09at java.util.concurrent.FutureTask.run(FutureTask.java:123) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolEx= ecutor.java:650) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut= or.java:675) > =09at java.lang.Thread.run(Thread.java:595) > 2006-11-19 19:19:48,109 [eckpoint Worker] DEBUG JournalPersistenceAdapter= - Checkpoint done. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.