Hello! That's a good question. I suppose its there to show users how to setup a custom path to libraries.
-- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch > ok thanks :) > But why was it there anyway? I mean it says in comments: > If a 'dir' option (with or without a regex) is used and nothing > is found that matches, a warning will be logged. > So it looks like a kind of exception handling or logging for libs not > found... so shouldnt this folder actually exist? > On Mon, Jun 3, 2013 at 2:06 PM, Rafał Kuć <r....@solr.pl> wrote: >> Hello! >> >> You should remove that entry from your solrconfig.xml file. It is >> something like this: >> >> <lib dir="/non/existent/dir/yields/warning" /> >> >> >> -- >> Regards, >> Rafał Kuć >> Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch >> >> > Hi, >> >> > I am constantly getting this error in my solr log: >> >> > Can't find (or read) directory to add to classloader: >> > /non/existent/dir/yields/warning (resolved as: >> > >> E:\Projects\apache_solr\solr-4.3.0\example\solr\genesis_experimental\non\existent\dir\yields\warning). >> >> > Anyone got any idea on how to solve this.... >> >> >>