Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 76991 invoked from network); 1 Aug 2008 12:59:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 12:59:08 -0000 Received: (qmail 21850 invoked by uid 500); 1 Aug 2008 12:59:01 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 21823 invoked by uid 500); 1 Aug 2008 12:59:00 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 21812 invoked by uid 99); 1 Aug 2008 12:59:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 05:59:00 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 12:58:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KOuDG-0006oC-V8 for java-user@lucene.apache.org; Fri, 01 Aug 2008 05:58:30 -0700 Message-ID: <18773824.post@talk.nabble.com> Date: Fri, 1 Aug 2008 05:58:30 -0700 (PDT) From: Wojtek212 To: java-user@lucene.apache.org Subject: Re: FileNotFoundException during indexing In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: wojtekg212@gmail.com References: <18766343.post@talk.nabble.com> <18769652.post@talk.nabble.com> <18772749.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org The strange thing is that when I use only FSDirectory with SimpleFSLockFactory I don't see any exception (or I couldn't reproduce the problem). FSDirectory with NativeFSLockFactory doesn't work as well as my implementation of Directory and Lock (based on java.nio). Hmmm, I don't see the reason of such behaviour... -- View this message in context: http://www.nabble.com/FileNotFoundException-during-indexing-tp18766343p18773824.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org