Re: An error I can't manage to fix: java.lang.NoClassDefFoundError: org/apache/solr/search/QParserPlugin

2011-05-04 Thread Gavin Engel
ve that directory entirely and still start > w/o > copying the jar. > > Are you absolutely sure you have a directive in your solrconfig.xml > file that paths to a directory that has your spatial jar in it? > > Best > Erick > > On Tue, May 3, 2011 at 8:42 PM, Gavin Engel

Re: An error I can't manage to fix: java.lang.NoClassDefFoundError: org/apache/solr/search/QParserPlugin

2011-05-03 Thread Gavin Engel
Oh, I apparently figured out how to get the jar file to load, so problem is solved I suppose. The fix seems very odd to me, but I got it from a comment on the SSP 2 blog page ( http://blog.jteam.nl/2009/08/03/geo-location-search-with-solr-and-lucene/comment-page-1/#comment-4774 ): The solution, f

An error I can't manage to fix: java.lang.NoClassDefFoundError: org/apache/solr/search/QParserPlugin

2011-05-03 Thread Gavin Engel
Hello all, I've been trying to add the Spatial Search Plugin to my Solr 1.4.1 setup, and I get this error: > java.lang.NoClassDefFoundError: org/apache/solr/search/QParserPlugin > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:634) >