: Thanks for your reply. I could not find in the log files any mention to : that. By the way I only have YYYY_MM_DD.request.log files in my directory. : : Do I have to enable any specific log or level to catch those errors?
if you are using that "java -jar start.jar" command for the example jetty nstance then the log messages i'm refering to are written directly to your console. if you are using running solr in some other servlet container, then it all depneds on the servlet container... http://wiki.apache.org/solr/SolrLogging http://wiki.apache.org/solr/LoggingInDefaultJettySetup -Hoss