Re: NoClassDefFoundError while indexing in Solr

2014-07-23 Thread Steve McKay
the lib in solr runtime lib directory should solve your issue. > > > Pablo. > > From: Shalin Shekhar Mangar > Sent: Wednesday, July 23, 2014 7:43 AM > To: solr-user@lucene.apache.org > Subject: Re: NoClassDefFoundError while index

Re: NoClassDefFoundError while indexing in Solr

2014-07-23 Thread Ameya Aware
directory should solve your issue. > > > Pablo. > > From: Shalin Shekhar Mangar > Sent: Wednesday, July 23, 2014 7:43 AM > To: solr-user@lucene.apache.org > Subject: Re: NoClassDefFoundError while indexing in Solr > > Solr is tryi

RE: NoClassDefFoundError while indexing in Solr

2014-07-23 Thread Pablo Queixalos
rg Subject: Re: NoClassDefFoundError while indexing in Solr Solr is trying to load "com/uwyn/jhighlight/renderer/XhtmlRendererFactory" but that is not a class which is shipped or used by Solr. I think you have some custom plugins (a highlighter perhaps?) which uses that class and the cl

Re: NoClassDefFoundError while indexing in Solr

2014-07-22 Thread Shalin Shekhar Mangar
Solr is trying to load "com/uwyn/jhighlight/renderer/XhtmlRendererFactory" but that is not a class which is shipped or used by Solr. I think you have some custom plugins (a highlighter perhaps?) which uses that class and the classpath is not setup correctly. On Wed, Jul 23, 2014 at 2:20 AM, Ameya

NoClassDefFoundError while indexing in Solr

2014-07-22 Thread Ameya Aware
Hi I am running into below error while indexing a file in solr. Can you please help to fix this? ERROR - 2014-07-22 16:40:32.126; org.apache.solr.common.SolrException; null:java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/uwyn/jhighlight/renderer/XhtmlRendererFactory at org.apache