Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 16594 invoked from network); 1 Sep 2009 10:14:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 10:14:36 -0000 Received: (qmail 84568 invoked by uid 500); 1 Sep 2009 10:14:34 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 84493 invoked by uid 500); 1 Sep 2009 10:14:33 -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 84480 invoked by uid 99); 1 Sep 2009 10:14:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 10:14:33 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 10:14:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id CD77645E442 for ; Tue, 1 Sep 2009 12:14:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VVW8NuT3gGW2 for ; Tue, 1 Sep 2009 12:13:53 +0200 (CEST) Received: from VEGA (unknown [134.102.249.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 2393645E383 for ; Tue, 1 Sep 2009 12:13:52 +0200 (CEST) From: "Uwe Schindler" To: References: <247ECD1AB4ED914A80AE4873CFC230A4506845@CORPUSMX110B.corp.emc.com> <2ffb6d060909010256ye0a3ca9h44dd5d85fc339260@mail.gmail.com> <247ECD1AB4ED914A80AE4873CFC230A4506860@CORPUSMX110B.corp.emc.com> Subject: RE: exception to open a large index Insufficient system resources exist Date: Tue, 1 Sep 2009 12:13:51 +0200 Message-ID: <471B926324114432B1D4E5B9F054F93F@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <247ECD1AB4ED914A80AE4873CFC230A4506860@CORPUSMX110B.corp.emc.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 thread-index: Acoq6oECiSqANxdpSp2cvd2nxttaBgAAH1RQAAB3yNA= X-Virus-Checked: Checked by ClamAV on apache.org Which Lucene version, 64 bit JVM? ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Fang_Li@emc.com [mailto:Fang_Li@emc.com] > Sent: Tuesday, September 01, 2009 12:04 PM > To: java-user@lucene.apache.org > Subject: RE: exception to open a large index Insufficient system = resources > exist >=20 > We are running on Windows 2003 Enterprise Edition with NTFS file = system on > a local disc. JDK version is 1.5.0.12. >=20 > The problem was discussed before and there is no clear solution = confirmed. >=20 > Thanks. >=20 > -----Original Message----- > From: Danil =DEORIN [mailto:torindan@gmail.com] > Sent: Tuesday, September 01, 2009 5:56 PM > To: java-user@lucene.apache.org > Subject: Re: exception to open a large index Insufficient system = resources > exist >=20 > There should be no problem with large segments. > Please describe OS, FileSystem and JDK you are running on. >=20 > There might be some problems with file >2Gb on Win32/FAT, or in some > ancient Linuxes. >=20 > On Tue, Sep 1, 2009 at 12:37, wrote: > > I met a problem to open an index bigger than 8GB and the following > > exception was thrown. There is a segment which is bigger than 4GB > > already. After searching internet, it is said that not using = compound > > index may solve the problem. > > > > The same exception was thrown when merging with another index = happens. > > If the problem is caused by the big segment, we can adjust Lucene > > parameters to control the segment size. > > Anyone knows what's the cause for this exception? As reproducing the > > problem will take a long time, your idea will be save us a lot of > > effort. > > > > java.io.IOException: Insufficient system resources exist to complete = the > > requested service > > =A0 =A0 =A0 =A0at java.io.RandomAccessFile.readBytes(Native Method) > > =A0 =A0 =A0 =A0at = java.io.RandomAccessFile.read(RandomAccessFile.java:315) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.store.FSDirectory$FSIndexInput.readInternal(FSDirector > > y.java:596) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.jav > > a:157) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.j > > ava:38) > > =A0 =A0 =A0 =A0at > > org.apache.lucene.store.IndexInput.readVInt(IndexInput.java:78) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.index.CompoundFileReader.(CompoundFileReader.jav > > a:73) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:321) > > =A0 =A0 =A0 =A0at > > org.apache.lucene.index.SegmentReader.get(SegmentReader.java:306) > > =A0 =A0 =A0 =A0at > > org.apache.lucene.index.SegmentReader.get(SegmentReader.java:228) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.index.MultiSegmentReader.(MultiSegmentReader.jav > > a:55) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.index.DirectoryIndexReader$1.doBody(DirectoryIndexRead > > er.java:104) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.j > > ava:653) > > =A0 =A0 =A0 =A0at > > = org.apache.lucene.index.DirectoryIndexReader.open(DirectoryIndexReader.j > > ava:115) > > =A0 =A0 =A0 =A0at > > org.apache.lucene.index.IndexReader.open(IndexReader.java:316) > > =A0 =A0 =A0 =A0at > > org.apache.lucene.index.IndexReader.open(IndexReader.java:227) > > > > Thanks, > > -Li > > > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > > For additional commands, e-mail: java-user-help@lucene.apache.org > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org