Re: sharedLib node in solr.xml

2016-01-21 Thread Bob Lawson
Shawn, that was it! I copied my lib directory to both /solr-5.4.0/example/cloud/node1/solr and /solr-5.4.0/example/cloud/node2/solr. Everything ran perfectly. Maybe the documentation should be updated with this clarification, because it currently makes it sound like all you have to do is put lib

Re: sharedLib node in solr.xml

2016-01-21 Thread Shawn Heisey
On 1/21/2016 1:56 PM, Bob Lawson wrote: I then copied the exact same solrconfig.xml file to /solr-5.4.0/server/solr/configsets/data_driven_schema_configs/conf. I copied the exact same lib directory to /solr-5.4.0/server/solr. I tried to launch the cloud gettingstarted example by executing: bin

Re: sharedLib node in solr.xml

2016-01-21 Thread Shawn Heisey
On 1/21/2016 12:21 PM, Bob Lawson wrote: Thanks. I tried what you said and sill have problems. I removed sharedLib from solr.xml, so solr.xml is back to its original state. I then placed a lib directory containing my jar into the solr home directory, which is /solr-5.4.0/server/solr. I then r

Re: sharedLib node in solr.xml

2016-01-21 Thread Bob Lawson
I just wanted to give an update on this problem. I decided to reinstall Solr 5.4.0 and try again, following the simplest procedure I could. First I created a single core collection called 'test'. I modified solrconfig.xml to use my plugin. I created a lib directory under the test folder. The l

Re: sharedLib node in solr.xml

2016-01-21 Thread Bob Lawson
Correction: Thanks. I tried what you said and sill have problems. I removed sharedLib from solr.xml, so solr.xml is back to its original state. I then placed a lib directory containing my jar into the solr home directory, which is /solr-5.4.0/server/solr. I then ran bin/solr start -e cloud -no

Re: sharedLib node in solr.xml

2016-01-21 Thread Bob Lawson
Thanks. I tried what you said and sill have problems. I removed sharedLib from solr.xml, so solr.xml is back to its original state. I then placed a lib directory containing my jar into the solr home directory, which is /solr-5.4.0/server/solr. I then ran bin/solr start -e cloud -noprompt Recei

Re: sharedLib node in solr.xml

2016-01-21 Thread Shawn Heisey
On 1/21/2016 11:13 AM, Bob Lawson wrote: > I am working with the gettingstarted example from the Solr Quick Start > guide. I developed a couple of Solr plugins and I want to tell Solr where > to find them, and I'm following this > guide to do it. For a s

sharedLib node in solr.xml

2016-01-21 Thread Bob Lawson
I am working with the gettingstarted example from the Solr Quick Start guide. I developed a couple of Solr plugins and I want to tell Solr where to find them, and I'm following this guide to do it. For a single core it was easy, I just put them in a lib