I'm assuming that one way to do this would be to set the logging level to "FINEST" in the "logging" page in the solr admin tool, and then to make sure my logging.properties file is also set to record the FINEST logging level. Let me know if that won't enable to sort of debugging info you are talking about. (I do understand that the logging page in the admin tool makes temporary changes that will get reverted when you restart Solr.)
On Mon, Aug 18, 2008 at 3:05 AM, Michael McCandless <[EMAIL PROTECTED]> wrote: > > Since it seems reproducible, could you turn on debugging output > (IndexWriter.setInfoStream(...)), get the FileNotFoundException to happen > again, and post the resulting output? > > Mike