Never mind, this was a dependency issue between Solr and JAX-RS. Managed
the dependency to 4.4.1 fixed it
On Wed, Jun 22, 2016 at 2:44 PM, Webster Homer
wrote:
> I tried adding the solr-core dependency but that caused the app to fail to
> deploy entirely.
>
> On Wed, Jun 22, 2016 at 2:36 PM, Web
I tried adding the solr-core dependency but that caused the app to fail to
deploy entirely.
On Wed, Jun 22, 2016 at 2:36 PM, Webster Homer
wrote:
> I have an application that we wrote to support solr cloud collections. It
> is a rest service that uses solrj. I am in the process of upgrading it t
Hello Shawn,
Thanks for your reply.
Yes, I have defined ${solr.solr.home} explicitly, and all the mentioned
jars present in ${solr.solr.home}/lib. solr.log also shows that those files
are getting added once (grep "icu4" solr.log). I could see the lines in
log,
INFO - 2014-04-15 15:40:21.448; or
Hello Shawn,
Thanks for your reply.
Yes, I have defined ${solr.solr.home} explicitly, and all the mentioned jars
present in ${solr.solr.home}/lib. solr.log also shows that those files are
getting added once (grep "icu4" solr.log). I could see the lines in log,
INFO - 2014-04-15 15:40:21.448; or
On 4/11/2014 3:44 AM, ronak kirit wrote:
> I am facing the same issue discussed at SOLR-4852. I am getting below error:
>
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.lucene.analysis.icu.ICUFoldingFilter
> at
> org.apache.lucene.analysis.icu.ICUFoldingFilter
> The jar containing the class is in
> here:
>
> /usr/local/apache-tomcat-6.0.20/webapps/solr/WEB-INF/lib
>
http://wiki.apache.org/solr/SolrPlugins#How_to_Load_Plugins
The jar containing the class is in here:
/usr/local/apache-tomcat-6.0.20/webapps/solr/WEB-INF/lib
for my setup.
Tri
From: Erick Erickson
To: solr-user@lucene.apache.org
Sent: Thu, April 7, 2011 3:24:14 PM
Subject: Re: class not found
Can you give us some
yes.
From: Ahmet Arslan
To: solr-user@lucene.apache.org
Sent: Thu, April 7, 2011 3:23:56 PM
Subject: Re: class not found
> I wrote my own parser plugin.
>
> I'm getting a NoClassCefFoundError. Any ideas why?
Did you put jar file - that conta
Can you give us some more details? I suspect the jar file containing
your plugin isn't in the Solr lib directory and/or you don't have a lib
directive in your solrconfig.xml file pointing to where your jar is.
But that's a guess since you haven't provided any information about
what you did to try
> I wrote my own parser plugin.
>
> I'm getting a NoClassCefFoundError. Any ideas why?
Did you put jar file - that contains you custom code - into /lib directory?
http://wiki.apache.org/solr/SolrPlugins
10 matches
Mail list logo