On 8/28/2013 2:59 PM, Tom Burton-West wrote:
Do you think I should open another JIRA and link it to yours or just add
this information (i.e. other scenarios where class loading not working) to
your JIRA?
The documentation does sound confused.
My personal opinion (which may not be what ends up
Hi Shawn,
I'm going to add this to the your JIRA unless you think that it would be
good to open another issue.
The issue for me is that making a ./lib in the instanceDir is documented as
working in several places and has worked in previous versions of Solr, for
example solr 4.1.0.
I make a ./lib
On 8/28/2013 9:34 AM, Tom Burton-West wrote:
I think I am running into the same bug, but the symptoms are a bit
different.
I'm wondering if it makes sense to file a separate linked bug report.
The workaround is to remove sharedLib from solr.xml,
The solr.xml that comes out-of-the-box does not
My point in the previous e-mail was that following the instructions in the
documentation does not seem to work.
The workaround I found was to simply change the name of the collection1/lib
directory to collection1/foobar and then include it in solrconfig.xml.
This works, but does not
Thanks Shawn and Naomi,
I think I am running into the same bug, but the symptoms are a bit
different.
I'm wondering if it makes sense to file a separate linked bug report.
>>The workaround is to remove sharedLib from solr.xml,
The solr.xml that comes out-of-the-box does not have a sharedLib.
On 8/27/2013 5:11 PM, Naomi Dushay wrote:
Perhaps you are missing the following from your solrconfig
I ran into this issue (I'm the one that filed SOLR-4852) and I am not
using blacklight. I am only using what can be found in a Solr download,
plus the MySQL JDBC driver for dataimport.
I
Hi Tom,
Sorry - I was meeting with the East-Asia librarians …
Perhaps you are missing the following from your solrconfig
(this is the top of my solrconfig.xml:
${solr.abortOnConfigurationError:true}
4.4
/data/solr/cjk-icu
…
and here is my solr.xml, if it mat
On 8/27/2013 4:29 PM, Tom Burton-West wrote:
According to the README.txt in solr-4.4.0/solr/example/solr/collection1,
all we have to do is create a collection1/lib directory and put whatever
jars we want in there.
".. /lib.
If it exists, Solr will load any Jars
found in this dire
Hello all,
According to the README.txt in solr-4.4.0/solr/example/solr/collection1,
all we have to do is create a collection1/lib directory and put whatever
jars we want in there.
".. /lib.
If it exists, Solr will load any Jars
found in this directory and use them to resolve any "pl