RE: Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
[mailto:niran.abeygunaward...@proquest.co.uk] Sent: 22 July 2013 16:01 To: solr-user@lucene.apache.org Subject: RE: Problem instatanting a ValueSourceParser plugin in 4.3.1 Thanks Tim. I copied my jar containing the plugin to the solr's lib directory as it wasn't finding my jar due to a bug in

Re: Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Timothy Potter
I saw something similar and used an absolute path to my JAR file in solrconfig.xml vs. a relative path and it resolved the issue for me. Not elegant but worth trying, at least to rule that out. Tim On Mon, Jul 22, 2013 at 7:51 AM, Abeygunawardena, Niran wrote: > Hi, > > I'm trying to migrate to

RE: Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
Cheers, Niran -Original Message- From: Timothy Potter [mailto:thelabd...@gmail.com] Sent: 22 July 2013 15:39 To: solr-user@lucene.apache.org Subject: Re: Problem instatanting a ValueSourceParser plugin in 4.3.1 I saw something similar and used an absolute path to my JAR file in solrconfig.xml vs.

Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
Hi, I'm trying to migrate to Solr 4.3.1 from Solr 4.0.0. I have a Solr Plugin which extends ValueSourceParser and it works under Solr 4.0.0 but it does not work under Solr 4.3.1. I compiled the plugin using the solr-4.3.1*.jars and lucene-4.3.1*.jars but I get the following stacktrace error whe

Problem instatanting a ValueSourceParser plugin in 4.3.1

2013-07-22 Thread Abeygunawardena, Niran
Hi, I'm trying to migrate to Solr 4.3.1 from Solr 4.0.0. I have a Solr Plugin which extends ValueSourceParser and it works under Solr 4.0.0 but does not work under Solr 4.3.1. I compiled the plugin using the latest solr-4.3.1*.jars and lucene-4.3.1*.jars but I get the following stacktrace error