Re: Getting a wierd Class Not Found Exception: SolrParams

2011-07-25 Thread Sowmya V.B.
Hi Eric Yes, it was a classpath issue. Sowmya. On Mon, Jul 25, 2011 at 4:01 PM, Erick Erickson erickerick...@gmail.comwrote: Well, MultiMapSolrParams is a subclass of SolrParams, so you actually do use it in your code G But this looks like a classpath problem. You say your code

Re: Getting a wierd Class Not Found Exception: SolrParams

2011-07-25 Thread Erick Erickson
Well, MultiMapSolrParams is a subclass of SolrParams, so you actually do use it in your code G But this looks like a classpath problem. You say your code compiles, but do you make all the jars you path to during compilation available to your servlet? And/or do you have any old jar files in

Getting a wierd Class Not Found Exception: SolrParams

2011-07-21 Thread Sowmya V.B.
Hi All I have been getting this wierd error since yday evening, whose cause I am not able to figure out. I made a webinterface to read and display Solr Results, which is a servlet that calls Solr Servlet. I am I give the query to Solr, using: MultiMapSolrParams solrparamsmini =