Re: rc4 and FileNotFoundException: an update

2002-04-29 Thread Julian_Mitchell
Hi Petite, SZFinder.findObjectsWithSpecificationInStore: java.io.FileNotFoundException: _2.f14 (Too many open files) I don't know what environment you're using Lucene in. However, we had this too many open files problem on our Solaris box, and increasing the number of file descriptors

Re: rc4 and FileNotFoundException: an update

2002-04-29 Thread petite_abeille
I don't know what environment you're using Lucene in. However, we had this too many open files problem on our Solaris box, and increasing the number of file descriptors through the ulimit -n command fixed it. Thanks. That should help. However, I have a little desktop app and it will be

Re: rc4 and FileNotFoundException: an update

2002-04-29 Thread Otis Gospodnetic
--- petite_abeille [EMAIL PROTECTED] wrote: I don't know what environment you're using Lucene in. The problem seems to be specially bad on osx (10.1.4 + JRE 1.3.1 + latest updates). Does this mean you tried it on other OSs and it worked? Which ones? What JDK did those have and what was

Re: rc4 and FileNotFoundException: an update

2002-04-29 Thread petite_abeille
Does this mean you tried it on other OSs and it worked? Yes. Which ones? Win2k SP2 What JDK did those have jre 1.4.0 and what was their ulimit and what is the ulimit on your OSX machine? Just curious. I don't know. Does it matter? PA -- To unsubscribe, e-mail: mailto:[EMAIL

Re: rc4 and FileNotFoundException: an update

2002-04-29 Thread Otis Gospodnetic
Hello, and what was their ulimit and what is the ulimit on your OSX machine? Just curious. I don't know. Does it matter? Of course it does - a low (u)limit is a part of your problem, perhaps. Otis P.S. I don't know how Winblows deals with file descriptors. Try your application on

Re: rc4 and FileNotFoundException: an update

2002-04-27 Thread Steven J. Owens
On Fri, Apr 26, 2002 at 07:05:23PM +0200, petite_abeille wrote: I guess it's really not my day... [...] Well, it's pretty ugly. Whatever I'm doing with Lucene in the previous package (com.lucene) is magnified many folds in rc4. After processing a paltry 16 objects I got:

Re: rc4 and FileNotFoundException: an update

2002-04-27 Thread petite_abeille
Hi Steven, Sounds like a pretty nasty situation. It is... This makes sense - any effort to solve the problem will first involve isolating the bug, and that's a task you're best suited for, since you know your system best. Ok... From what I understand, this situation arise depending on

rc4 and FileNotFoundException: an update

2002-04-26 Thread petite_abeille
Hello again, I guess it's really not my day... Just to make sure I'm not hallucinating to much, I downloaded the latest and greatest: rc4. Changed all the packages names to org.apache. Updated a method here and there to reflect the APIs changes. And run my little app. I would like to

Re: rc4 and FileNotFoundException: an update

2002-04-26 Thread Ian Lea
Have you posted code that demonstrates this problem? If so I missed it. If you send, to this list, the shortest program you can come up with that demonstrates the problem there is a fair chance that someone may spot something. I, and many others, use that release of Lucene to index far more

Re: rc4 and FileNotFoundException: an update

2002-04-26 Thread petite_abeille
Have you posted code that demonstrates this problem? If so I missed it. Thanks for your help. PA. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]