Jeff Newburn wrote:
Nothing else is in the lib directory but this one jar.

Additionally, the logs seem to say that it finds the lib as shown below
INFO: Solr home set to '/home/zetasolr/'
May 20, 2009 10:16:56 AM org.apache.solr.core.SolrResourceLoader
createClassLoader
INFO: Adding 'file:/home/zetasolr/lib/FacetCubeComponent.jar' to Solr
classloader

However as soon as it tries the component it cannot find the class.

Something must be wacky. I just did a quick custom component with 1.3 and trunk, and it loaded no problem in both cases.

Anything odd about your Component? Your sure it extends SearchComponent?

As Noble mentioned, you will not be able to find other classes/jars in the solr.home/lib directory from a class/jar in the solr.home/lib directory. But this, oddly, doesn't appear to be the issue your facing.

Do share if you have anything else you can add.

--
- Mark

http://www.lucidimagination.com



Reply via email to