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 2C4B6109B6 for ; Wed, 2 Oct 2013 10:42:31 +0000 (UTC) Received: (qmail 3752 invoked by uid 500); 2 Oct 2013 10:42:27 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3703 invoked by uid 500); 2 Oct 2013 10:42:26 -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 3669 invoked by uid 99); 2 Oct 2013 10:42:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 10:42:24 +0000 Date: Wed, 2 Oct 2013 10:42:24 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQ-3758) Recover scheduler database option 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-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated AMQ-3758: ----------------------------- Fix Version/s: (was: 5.9.0) 5.10.0 > Recover scheduler database option > --------------------------------- > > Key: AMQ-3758 > URL: https://issues.apache.org/jira/browse/AMQ-3758 > Project: ActiveMQ > Issue Type: New Feature > Components: Message Store > Affects Versions: 5.5.0 > Reporter: Sergei Sokolov > Labels: scheduler > Fix For: 5.10.0 > > > I am not sure why, but Scheduler database got corrupted, and some messages couldn't be delivered to a broker. I got many exceptions similar to: > {code} > 2012-03-02 03:26:08,234 | ERROR | JMS Failed to schedule job | org.apache.activemq.broker.scheduler.JobSchedulerImpl | JobScheduler:JMS > java.io.IOException: Could not locate data file \db-2.log > at org.apache.kahadb.journal.Journal.getDataFile(Journal.java:350) > at org.apache.kahadb.journal.Journal.read(Journal.java:597) > at org.apache.activemq.broker.scheduler.JobSchedulerStore.getPayload(JobSchedulerStore.java:315) > at org.apache.activemq.broker.scheduler.JobSchedulerImpl.fireJob(JobSchedulerImpl.java:421) > at org.apache.activemq.broker.scheduler.JobSchedulerImpl.mainLoop(JobSchedulerImpl.java:473) > at org.apache.activemq.broker.scheduler.JobSchedulerImpl.run(JobSchedulerImpl.java:429) > at java.lang.Thread.run(Unknown Source) > {code} > The problem is that there is no way to restore the database like you can if you are working with the main ActiveMQ database. You can fix the main database by specifying the following configuration: > {code} > > ignoreMissingJournalfiles="true" > checkForCorruptJournalFiles="true" > checksumJournalFiles="true" /> > > {code} > It would be nice to have the same feature for the scheduler database. -- This message was sent by Atlassian JIRA (v6.1#6144)