Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 39499 invoked by uid 500); 3 Nov 2002 18:41:20 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 39488 invoked from network); 3 Nov 2002 18:41:20 -0000 Date: Sun, 3 Nov 2002 18:41:21 +0000 Subject: Lucene Problems Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) From: Jeremy Quinn To: cocoon-dev@xml.apache.org Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.546) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dear All, I am getting some problems with Lucene, and would like to see if any-one else is getting the same. They are not reported on the Lucene bug-list. I am getting these problems on MacOSX 10.2.1, JVM 1.3.1. Indexing: When my site got over a certain size, Lucene started throwing an exception during the indexing process saying: IOException in index() description org.apache.cocoon.ProcessingException: IOException in index(): java.io.FileNotFoundException: /Users/jermq/Library/TomCat/work/Standalone/localhost/cocoon/cocoon- files/index/_1d.f30 (Too many open files) This causes the index to be incomplete, and causes further problems when you try to search using the index. If I use the Lucene Samples in Cocoon, and index my Cocoon documentation, I always get this error. Before I started to have the indexing failures, I had another problem, this time much more difficult to replicate. About every 10 searches, I would get a "Bad Resource" error from LuceneGenerator. A simple reload of the page would give me the search hits I expected. Can anyone think of a Cocoon cause for these problems, or should I get onto the Lucene team about them? Thanks for any help regards Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org