java.io.IOException: Bad file descriptor errors

2011-06-25 Thread Aman Gupta
Hi. I'm running a multicore solr 3.2.0 instance with jetty on java 1.6.0_26-b03. I'm seeing a number of "Bad file descriptor" exceptions in the solr log that I have been unable to isolate or track down: -- SEVERE: java.io.IOException: Bad file descriptor at java.io.RandomAccessFile.close0(

Re: "Bad file descriptor" Errors

2010-11-30 Thread John Williams
Bump. Anyone? -J On Nov 29, 2010, at 3:17 PM, John Williams wrote: > Recently, we have started to get "Bad file descriptor" errors in one of our > Solr instances. This instance is a searcher and its index is stored on a > local SSD. The master however has it's in

"Bad file descriptor" Errors

2010-11-29 Thread John Williams
Recently, we have started to get "Bad file descriptor" errors in one of our Solr instances. This instance is a searcher and its index is stored on a local SSD. The master however has it's index stored on NFS, which seems to be working fine, currently. I have tried restar