Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 56464 invoked from network); 26 Mar 2004 09:32:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Mar 2004 09:32:38 -0000 Received: (qmail 34490 invoked by uid 500); 26 Mar 2004 09:32:07 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 34464 invoked by uid 500); 26 Mar 2004 09:32:07 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 34448 invoked from network); 26 Mar 2004 09:32:07 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.71) by daedalus.apache.org with SMTP; 26 Mar 2004 09:32:07 -0000 Received: (cpmta 10895 invoked from network); 26 Mar 2004 01:32:19 -0800 Received: from 24.51.109.181 (HELO ?192.168.1.100?) by smtp.hatcher.net (209.228.32.71) with SMTP; 26 Mar 2004 01:32:19 -0800 X-Sent: 26 Mar 2004 09:32:19 GMT Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <78BA3D5F-7F08-11D8-9E96-000393A564E6@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: too many files open error Date: Fri, 26 Mar 2004 04:32:16 -0500 To: "Lucene Users List" X-Mailer: Apple Mail (2.613) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N If you are using Lucene 1.3, try using the index in "compound" format. You will have to rebuild (or convert) your index to this format. The handy utility Luke will convert an index easily. Erik On Mar 25, 2004, at 9:34 PM, Charlie Smith wrote: > I need to get solution to following error ASAP. Please help me with > this. > I'm getting following error returned from call to > > > > try { > searcher = new IndexSearcher( > IndexReader.open(indexName) //create an > indexSearcher for our page > ); > } catch (Exception e) { //any error > that > happens is probably due > //to a > permission > problem or non-existant > //or otherwise > corrupt > index > %> >

ERROR opening the Index - contact sysadmin!

>

While parsing query: <%=e.getMessage()%>

> <% error = true; > //don't do > anything up to the footer > } > > > > Output: > ERROR opening the Index - contact sysadmin! > > While parsing query: > /opt/famhistdev/fhstage/jbin/.docSearcher/indexes/fhstage_update/ > _3ff.f6 (Too > many open files) > >
> > Charlie > 3/25/04 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org