Re: solrj 4.3.0

2013-05-15 Thread PeriS
Figured it out; Added a dependency for the dataimporthandler in my pom file. On May 15, 2013, at 11:59 PM, PeriS wrote: > After I turned on the logging, I found the following stack trace: > > Error loading class 'org.apache.solr.handler.dataimport.DataImportHandler' > > Not sure why the embed

Re: solrj 4.3.0

2013-05-15 Thread PeriS
After I turned on the logging, I found the following stack trace: Error loading class 'org.apache.solr.handler.dataimport.DataImportHandler' Not sure why the embeddedsolrserver is looking for it... On May 15, 2013, at 7:26 PM, PeriS wrote: > Although now its complaining about even though i hav

Re: solrj 4.3.0

2013-05-15 Thread PeriS
Although now its complaining about even though i have provided the correct core name. org.apache.solr.common.SolrException: No such core On May 15, 2013, at 7:21 PM, PeriS wrote: > Actually fixed it. So by accident i was using sole-core 3.x version. Once I > upgraded the version of solar-cor

Re: solrj 4.3.0

2013-05-15 Thread PeriS
Actually fixed it. So by accident i was using sole-core 3.x version. Once I upgraded the version of solar-core to 4.x it got resolved. Thanks -Peri.S On May 15, 2013, at 7:14 PM, Shawn Heisey wrote: > On 5/15/2013 5:02 PM, PeriS wrote: >>> I m trying to use EmbeddedSolrServer but when tryin

Re: solrj 4.3.0

2013-05-15 Thread Shawn Heisey
On 5/15/2013 5:02 PM, PeriS wrote: I m trying to use EmbeddedSolrServer but when trying to initialize the coreContainer, get the following error; java.lang.NoClassDefFoundError: org/apache/solr/common/ResourceLoader Did you only use the solrj jar and the jars in solrj-libs? This is enough fo

solrj 4.3.0

2013-05-15 Thread PeriS
> > > I m trying to use EmbeddedSolrServer but when trying to initialize the > coreContainer, get the following error; > java.lang.NoClassDefFoundError: org/apache/solr/common/ResourceLoader > > Any ideas please? > > -Peri.S > *** DISCLAIMER *** This is a PRIVATE message. If you are not th