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