Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 40937 invoked from network); 11 Aug 2010 04:31:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 04:31:26 -0000 Received: (qmail 78761 invoked by uid 500); 11 Aug 2010 04:31:24 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 78321 invoked by uid 500); 11 Aug 2010 04:31:20 -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 78310 invoked by uid 99); 11 Aug 2010 04:31:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 04:31:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,MIME_QP_LONG_LINE,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [202.86.5.92] (HELO smtp105.mail.in.yahoo.com) (202.86.5.92) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Aug 2010 04:31:12 +0000 Received: (qmail 51026 invoked from network); 11 Aug 2010 04:30:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=a4WNoy0YbNjeWhkoJGQv+ZLgd+eedGr4UDdZB2QvHtxzcJ1F2EKzg2qV1pHNAemdTt9Gq2EjyA5PLdpTZ5n6NmzzBswglA6eE1OEEDNr902TdTcMDdBnEn/4Nm9BH2VlgiuGyM37l5yLd8KukujLYxxqDh9/ZxcYwPLPEoJNXTQ= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024; t=1281501050; bh=8MI4xrua+FI7pxYI0Z5qPxdm19WaMPbqjXAF9AsuAHE=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=WWoBZVEVbW+fAKbb9b0+1FH9m0M8TDjoLtt9c1Vl1NpCABJZ7ObzxwG9nIgRIOZBt9Qn+auj33BYQR2nsihyyUlNQW6hhEjNmVe1QlcsDC6Oje9arq+aWsDrBKq9dug9ez4ANulpqfWXzlIvTyr3UXV76kDRvRa9nTjpv0y3pSg= Received: from GaneshM (emailgane@121.244.159.130 with login) by smtp105.mail.in.yahoo.com with SMTP; 11 Aug 2010 10:00:50 +0530 IST X-Yahoo-SMTP: JObyHkuswBBrNSLZp.Ycd7Boqpr_GQ-- X-YMail-OSG: IXQzr4EVM1luYPIXsHuv9JzwyzyyctHmBhrgI.9fiSfe7Uy Em1abSjAIzs4C4930mmRGw_nHDW4w.m79sG6tGi3grtmmesnhG1n0OMtO82C s6B2Lzf25YuWbL6Nv_101WCfNo.B0ecmYCH_ujbD2civX2UUEmkoEIJirJ4c DfEHRJty0I0dofAH.ffJ_XhHJnUrvqqyC X-Yahoo-Newman-Property: ymail-3 Message-ID: From: "Ganesh" To: Subject: read past EOF Date: Wed, 11 Aug 2010 10:00:41 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-Virus-Checked: Checked by ClamAV on apache.org Hello all, I am getting the following exception for one of my customer. I think the = database is corrupted but want to know the exact cause. Exception: read past EOF =20 = org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.j= ava:135) = org.apache.lucene.store.BufferedIndexInput.readBytes(BufferedIndexInput.j= ava:92) = org.apache.lucene.util.BitVector.readBits(BitVector.java:225) org.apache.lucene.util.BitVector.(BitVector.java:214) = org.apache.lucene.index.SegmentReader.loadDeletedDocs(SegmentReader.java:= 666) = org.apache.lucene.index.SegmentReader.get(SegmentReader.java:642) = org.apache.lucene.index.SegmentReader.get(SegmentReader.java:599) = org.apache.lucene.index.DirectoryReader.(DirectoryReader.java:104) = org.apache.lucene.index.ReadOnlyDirectoryReader.(ReadOnlyDirectoryR= eader.java:27) = org.apache.lucene.index.DirectoryReader$1.doBody(DirectoryReader.java:74)= = org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.ja= va:704) = org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:69) = org.apache.lucene.index.IndexReader.open(IndexReader.java:476) = org.apache.lucene.index.IndexReader.open(IndexReader.java:403) =20 Regards Ganesh Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org