That is exactly what we were missing.  As soon as we added the sharedlib in
solr.xml it started working.  Thank you very much for all the help on this
one.  It is greatly appreciated.
-- 
Jeff Newburn
Software Engineer, Zappos.com
[email protected] - 702-943-7562


> From: Mark Miller <[email protected]>
> Reply-To: <[email protected]>
> Date: Tue, 26 May 2009 10:15:59 -0400
> To: <[email protected]>
> Subject: Re: Plugin Not Found
> 
> Mark Miller wrote:
>> Jeff Newburn wrote:
>> 
>> Whats your setup there? It looks like everything is getting launched
>> twice. How many cores are you using?
>> 
>> You have file:/home/zetasolr/lib/FacetCubeComponent.jar, but then
>> /home/zetasolr/cores/zeta-main/ indicates
>> you are actually trying to use the component from that core?
>> 
>> If thats the case, try putting the jar in:
>> file:/home/zetasolr/cores/zeta-main/lib/FacetCubeComponent.jar
>> 
> Oh yeah, you could also check that you have set the shared lib option in
> solr.xml:
> 
> ie
> 
> <solr persistent="true" sharedLib="lib">
>  <cores adminPath="/admin/cores">
>   <core name="core0" instanceDir="core0" />
>   <core name="core1" instanceDir="core1" />
>  </cores>
> </solr>
> 
> 
> 
> -- 
> - Mark
> 
> http://www.lucidimagination.com
> 
> 
> 

Reply via email to