Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68B6D102D5 for ; Mon, 18 Nov 2013 22:38:29 +0000 (UTC) Received: (qmail 87891 invoked by uid 500); 18 Nov 2013 22:38:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 87834 invoked by uid 500); 18 Nov 2013 22:38:29 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 87826 invoked by uid 99); 18 Nov 2013 22:38:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 22:38:28 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of kpfininfo01@gmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 22:38:23 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ViXRo-0006Lp-7X for users@activemq.apache.org; Mon, 18 Nov 2013 14:37:36 -0800 Date: Mon, 18 Nov 2013 14:37:21 -0800 (PST) From: kal123 To: users@activemq.apache.org Message-ID: <1384814241185-4674643.post@n4.nabble.com> In-Reply-To: <1384556242957-4674583.post@n4.nabble.com> References: <1384523179059-4674550.post@n4.nabble.com> <1384556242957-4674583.post@n4.nabble.com> Subject: Re: replicatedLevelDB errors after failover MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Today after the exception occurred, I updated the activemq start script to redirect output to file instead of null and at the start i see the following error. Does this help? INFO | Attaching... Downloaded 295.12/295.12 kb and 4/4 files INFO | Attached java.io.IOException: invalid record position 314575339 (file: /solidstate/ldb/000000000c80071d.log, offset: 104858318) at org.apache.activemq.leveldb.RecordLog$LogReader.read(RecordLog.scala:316) at org.apache.activemq.leveldb.RecordLog$$anonfun$read$1.apply(RecordLog.scala:560) at org.apache.activemq.leveldb.RecordLog$$anonfun$read$1.apply(RecordLog.scala:560) at org.apache.activemq.leveldb.RecordLog$$anonfun$get_reader$1.apply(RecordLog.scala:552) at org.apache.activemq.leveldb.RecordLog$$anonfun$get_reader$1.apply(RecordLog.scala:534) at scala.Option.map(Option.scala:133) at org.apache.activemq.leveldb.RecordLog.get_reader(RecordLog.scala:534) at org.apache.activemq.leveldb.RecordLog.read(RecordLog.scala:560) at org.apache.activemq.leveldb.LevelDBClient$$anonfun$replay_from$1.apply$mcV$sp(LevelDBClient.scala:734) at org.apache.activemq.leveldb.LevelDBClient$$anonfun$replay_from$1.apply(LevelDBClient.scala:701) at org.apache.activemq.leveldb.LevelDBClient$$anonfun$replay_from$1.apply(LevelDBClient.scala:701) at org.apache.activemq.leveldb.LevelDBClient.might_fail(LevelDBClient.scala:551) at org.apache.activemq.leveldb.LevelDBClient.replay_from(LevelDBClient.scala:700) at org.apache.activemq.leveldb.replicated.SlaveLevelDBStore$$anonfun$send_wal_ack$1.apply$mcV$sp(SlaveLevelDBStore.scala:175) at org.fusesource.hawtdispatch.package$$anon$4.run(hawtdispatch.scala:357) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java -- View this message in context: http://activemq.2283324.n4.nabble.com/replicatedLevelDB-errors-after-failover-tp4674550p4674643.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.