Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 99390 invoked from network); 28 Mar 2006 16:33:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Mar 2006 16:33:46 -0000 Received: (qmail 21674 invoked by uid 500); 28 Mar 2006 16:33:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 21607 invoked by uid 500); 28 Mar 2006 16:33:44 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 21598 invoked by uid 99); 28 Mar 2006 16:33:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 08:33:44 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 08:33:43 -0800 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FOH8E-0002TG-SW for dev@jackrabbit.apache.org; Tue, 28 Mar 2006 08:33:22 -0800 Message-ID: <3633066.post@talk.nabble.com> Date: Tue, 28 Mar 2006 08:33:22 -0800 (PST) From: thomasg To: dev@jackrabbit.apache.org Subject: ClassCastException in timer thread MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: thomasgascoigne@hotmail.com X-Nabble-From: thomasg X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi guys, I am experiencing the following exception on a regular basis when adding documents to a repository. The document still gets added but it would be good to know the cause / solution for the exception if anyone has seen it before: Exception in thread "Timer-1" java.lang.ClassCastException: org.apache.lucene.store.FSIndexOutput at org.apache.lucene.store.Directory.createFile(Directory.java:67) at org.apache.jackrabbit.core.query.lucene.FSDirectory.createFile(FSDirectory.java:161) at org.apache.lucene.store.Directory.createOutput(Directory.java:75) at org.apache.lucene.index.SegmentInfos.write(SegmentInfos.java:78) at org.apache.lucene.index.IndexWriter$1.doBody(IndexWriter.java:263) at org.apache.lucene.store.Lock$With.run(Lock.java:109) at org.apache.lucene.index.IndexWriter.(IndexWriter.java:260) at org.apache.lucene.index.IndexWriter.(IndexWriter.java:245) at org.apache.jackrabbit.core.query.lucene.AbstractIndex.(AbstractIndex.java:105) at org.apache.jackrabbit.core.query.lucene.PersistentIndex.(PersistentIndex.java:75) at org.apache.jackrabbit.core.query.lucene.MultiIndex.getOrCreateIndex(MultiIndex.java:484) at org.apache.jackrabbit.core.query.lucene.MultiIndex$CreateIndex.execute(MultiIndex.java:1426) at org.apache.jackrabbit.core.query.lucene.MultiIndex.executeAndLog(MultiIndex.java:770) at org.apache.jackrabbit.core.query.lucene.MultiIndex.commitVolatileIndex(MultiIndex.java:811) at org.apache.jackrabbit.core.query.lucene.MultiIndex.flush(MultiIndex.java:690) at org.apache.jackrabbit.core.query.lucene.MultiIndex.checkFlush(MultiIndex.java:936) at org.apache.jackrabbit.core.query.lucene.MultiIndex.access$000(MultiIndex.java:73) at org.apache.jackrabbit.core.query.lucene.MultiIndex$1.run(MultiIndex.java:290) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Thanks, Thomas -- View this message in context: http://www.nabble.com/ClassCastException-in-timer-thread-t1356696.html#a3633066 Sent from the Jackrabbit - Dev forum at Nabble.com.