Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C2958D49 for ; Fri, 9 Sep 2011 18:55:42 +0000 (UTC) Received: (qmail 82070 invoked by uid 500); 9 Sep 2011 18:55:42 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 81963 invoked by uid 500); 9 Sep 2011 18:55:40 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 81955 invoked by uid 99); 9 Sep 2011 18:55:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 18:55:40 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 18:55:34 +0000 Received: by wwf25 with SMTP id 25so3040wwf.5 for ; Fri, 09 Sep 2011 11:55:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.29.78 with SMTP id h56mr70922wea.51.1315594514445; Fri, 09 Sep 2011 11:55:14 -0700 (PDT) Received: by 10.216.16.201 with HTTP; Fri, 9 Sep 2011 11:55:14 -0700 (PDT) In-Reply-To: <1315562871225-3322467.post@n3.nabble.com> References: <1315490961930-3319842.post@n3.nabble.com> <1315562871225-3322467.post@n3.nabble.com> Date: Fri, 9 Sep 2011 14:55:14 -0400 Message-ID: Subject: Re: Caused by: java.io.IOException: read past EOF From: Michael McCandless To: general@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Can you post the traceback/exception? Are you overriding the default LockFactory for your Directory? Mike McCandless http://blog.mikemccandless.com On Fri, Sep 9, 2011 at 6:07 AM, Java_dev wrote: > Hi Michael, > > Thx for taking time to help me out. > > We are using Lucene to index the > titles(maintitle,subtitle,isbnnumber,productavailability...) in our database > for a faster search on several fields. We are adding every day new titles > and a lot of titles are being updated. > > > > The index is stored in a directory on the local filesystem (Linux RedHat). > In the directory there are +/- 50 files > (segments_grr4f,segments.gen,_21z41.cfs(847MB),_6zq20.cf(643MB)s ...) > > When the update is in progress lucene creates a 'write.lock' file now and > then. > > Thx in advance. > > > > > > > > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Caused-by-java-io-IOException-read-past-EOF-tp3319842p3322467.html > Sent from the Lucene - General mailing list archive at Nabble.com. >