solr config ganglia report class not found exception

2018-07-11 Thread zhenyuan wei
Hi all, My solr version is release7.3.1, and I follow the solr 7.3.0 ref guide to config ganglia reporter in solr.xml as below: .. emr-header-1 8649 than start solr service and encounted the execption like: 2018-07-11 17:47:31.246 ERROR (main) [ ] o.a

RE: data import class not found

2017-08-31 Thread Steve Pruitt
-user@lucene.apache.org Subject: [EXTERNAL] - data import class not found I still can't understand how Solr establishes the classpath. I have a custom entity processor that subclasses EntityProcessorBase. When I execute the /dataimport call I get java.lang.NoClassDefFoundError: org/apache/so

data import class not found

2017-08-31 Thread Steve Pruitt
te in solrconfig.xml to locate the solr-dataimporthandler jar. I have tried: from the existing libs in solrconfig.xml from the Ref Guide try anything But, I always get the class not found error. The DataImportHandler class is found when Solr starts, since EntityProcessorBase is in the same jar w

Re: Class Not found: CloseableHttpClient

2016-06-22 Thread Webster Homer
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

Re: Class Not found: CloseableHttpClient

2016-06-22 Thread Webster Homer
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

Class Not found: CloseableHttpClient

2016-06-22 Thread Webster Homer
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 to use 6.1 Solr The application builds with maven. I get the following error: Caused by: java.lang.NoClassDefFoundError: org/apache/http/impl/client/Clo

Re: Solr Deduplicate - Class Not Found Exception

2014-05-26 Thread Shawn Heisey
On 5/26/2014 12:20 PM, Manikandan Saravanan wrote: > I’m running Nutch 2 on a Hadoop 1.2.1 cluster with 2 nodes. I’m running Solr > 4 separately on a box and I replaced Solr’s schema with Nutch’s Solr-4 > schema. When I run a crawl, I get the following error at the end of the job > > 14/05/26 14

Solr Deduplicate - Class Not Found Exception

2014-05-26 Thread Manikandan Saravanan
Hi, I’m running Nutch 2 on a Hadoop 1.2.1 cluster with 2 nodes. I’m running Solr 4 separately on a box and I replaced Solr’s schema with Nutch’s Solr-4 schema. When I run a crawl, I get the following error at the end of the job 14/05/26 14:08:32 INFO solr.SolrDeleteDuplicates: SolrDeleteDuplica

Re: Class not found ICUFoldingFilter (SOLR-4852)

2014-04-15 Thread ronak kirit
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

Re: Class not found ICUFoldingFilter (SOLR-4852)

2014-04-15 Thread Ronak Kirit
oader But, still, I get the same exception ICUFoldingFilter not found. However, coping those files to WEB-INF/lib, works fine for me. -- View this message in context: http://lucene.472066.n3.nabble.com/Class-not-found-ICUFoldingFilter-SOLR-4852-tp4130612p4131221.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Class not found ICUFoldingFilter (SOLR-4852)

2014-04-11 Thread Shawn Heisey
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

Class not found ICUFoldingFilter (SOLR-4852)

2014-04-11 Thread ronak kirit
Hello, 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.ICUFoldingFilterFactory.create(ICUFoldingFilterFactory.java:5

Re: new collection clustering class not found.

2013-11-09 Thread Shawn Heisey
On 11/9/2013 6:26 PM, mike st. john wrote: > I have a cluster with several collections using the same config in zk, > when i add a new collection through the collection api it > throws org.apache.solr.common.SolrException: Error loading class > 'solr.clustering.ClusteringComponent' > > > when i q

new collection clustering class not found.

2013-11-09 Thread mike st. john
I have a cluster with several collections using the same config in zk, when i add a new collection through the collection api it throws org.apache.solr.common.SolrException: Error loading class 'solr.clustering.ClusteringComponent' when i query all the other collections, clustering works fine, i

Re: ICUTokenizer class not found with Solr 4.4

2013-08-28 Thread Shawn Heisey
On 8/28/2013 2:59 PM, Tom Burton-West wrote: Do you think I should open another JIRA and link it to yours or just add this information (i.e. other scenarios where class loading not working) to your JIRA? The documentation does sound confused. My personal opinion (which may not be what ends up

Re: ICUTokenizer class not found with Solr 4.4

2013-08-28 Thread Tom Burton-West
b" in the out-of-the-box >> example/solr/solr.xml. >> >> I did not change the out-of-the-box solrconfig.xml. >> >> According to the README.txt, all that needs to be done is create the >> collection1/lib directory and put the jars there. >> However, I a

Re: ICUTokenizer class not found with Solr 4.4

2013-08-28 Thread Shawn Heisey
ange the out-of-the-box solrconfig.xml. According to the README.txt, all that needs to be done is create the collection1/lib directory and put the jars there. However, I am getting the class not found error. Should I open another bug report or comment on the existing report? I have never

Re: ICUTokenizer class not found with Solr 4.4

2013-08-28 Thread Tom Burton-West
My point in the previous e-mail was that following the instructions in the documentation does not seem to work. The workaround I found was to simply change the name of the collection1/lib directory to collection1/foobar and then include it in solrconfig.xml. This works, but does not

Re: ICUTokenizer class not found with Solr 4.4

2013-08-28 Thread Tom Burton-West
he-box solrconfig.xml. According to the README.txt, all that needs to be done is create the collection1/lib directory and put the jars there. However, I am getting the class not found error. Should I open another bug report or comment on the existing report? Tom On Tue, Aug 27, 2013 at 6:48 PM

Re: ICUTokenizer class not found with Solr 4.4

2013-08-27 Thread Shawn Heisey
On 8/27/2013 5:11 PM, Naomi Dushay wrote: Perhaps you are missing the following from your solrconfig I ran into this issue (I'm the one that filed SOLR-4852) and I am not using blacklight. I am only using what can be found in a Solr download, plus the MySQL JDBC driver for dataimport. I

Re: ICUTokenizer class not found with Solr 4.4

2013-08-27 Thread Naomi Dushay
rs we > want in there. > > ".. /lib. >If it exists, Solr will load any Jars >found in this directory and use them to resolve any "plugins" > specified in your solrconfig.xml or schema.xml " > > > I did so (see b

Re: ICUTokenizer class not found with Solr 4.4

2013-08-27 Thread Shawn Heisey
this directory and use them to resolve any "plugins" specified in your solrconfig.xml or schema.xml " I did so (see below). However, I keep getting a class not found error (see below). Has the default changed from what is documented in the README.txt file? Is there

ICUTokenizer class not found with Solr 4.4

2013-08-27 Thread Tom Burton-West
e any "plugins" specified in your solrconfig.xml or schema.xml " I did so (see below). However, I keep getting a class not found error (see below). Has the default changed from what is documented in the README.txt file? Is there something I have to change in solrconfig.xml

Re: UnionDocsAndPositionsEnum class not found

2013-02-09 Thread Alan Woodward
gt;> Sent: Sat 09-Feb-2013 15:13 >> To: solr-user@lucene.apache.org >> Subject: Re: UnionDocsAndPositionsEnum class not found >> >> Looks odd - the supposedly missing class looks like an inner class in >> MultiPhraseQuery. >> >> - Mark >> &g

RE: UnionDocsAndPositionsEnum class not found

2013-02-09 Thread Markus Jelsma
Yes indeed. It makes little sense, the class is there. -Original message- > From:Mark Miller > Sent: Sat 09-Feb-2013 15:13 > To: solr-user@lucene.apache.org > Subject: Re: UnionDocsAndPositionsEnum class not found > > Looks odd - the supposedly missing class looks l

RE: UnionDocsAndPositionsEnum class not found

2013-02-09 Thread Markus Jelsma
Yes, but it also happens when running locally. I've not yet been able to reproduce it without our request handler defaults. -Original message- > From:Jack Krupansky > Sent: Sat 09-Feb-2013 16:04 > To: solr-user@lucene.apache.org > Subject: Re: UnionDocsAndPositionsEnu

Re: UnionDocsAndPositionsEnum class not found

2013-02-09 Thread Jack Krupansky
Any chance that you built with one version of Java but ran with an older version? -- Jack Krupansky -Original Message- From: Markus Jelsma Sent: Saturday, February 09, 2013 6:19 AM To: solr-user@lucene.apache.org Subject: RE: UnionDocsAndPositionsEnum class not found Any ideas so

Re: UnionDocsAndPositionsEnum class not found

2013-02-09 Thread Mark Miller
Original message- >> From:Markus Jelsma >> Sent: Wed 06-Feb-2013 10:23 >> To: solr-user@lucene.apache.org >> Subject: UnionDocsAndPositionsEnum class not found >> >> Hi, >> >> We're getting the following trace for some Dismax q

RE: UnionDocsAndPositionsEnum class not found

2013-02-09 Thread Markus Jelsma
Any ideas so far? I've not yet found anything that remotely looks like the root of the problem so far :) -Original message- > From:Markus Jelsma > Sent: Wed 06-Feb-2013 10:23 > To: solr-user@lucene.apache.org > Subject: UnionDocsAndPositionsEnum class not found &g

UnionDocsAndPositionsEnum class not found

2013-02-06 Thread Markus Jelsma
Hi, We're getting the following trace for some Dismax queries that contain non-alphanumerics: Feb 6, 2013 10:06:56 AM org.apache.solr.common.SolrException log SEVERE: null:java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/apache/lucene/search/UnionDocsAndPositionsEnum at

Re: RecursivePrefixTreeStrategy class not found

2012-08-27 Thread Jack Krupansky
ubject: RE: RecursivePrefixTreeStrategy class not found Should I post this message for the Solr Dev list? This communication (including all attachments) is intended solely for the use of the person(s) to whom it is addressed and should be treated as a confidential AAA communication. If you are not the intended recipien

RE: RecursivePrefixTreeStrategy class not found

2012-08-27 Thread Jones, Dan
Should I post this message for the Solr Dev list? This communication (including all attachments) is intended solely for the use of the person(s) to whom it is addressed and should be treated as a confidential AAA communication. If you are not the intended recipient, any use, distribution, prin

RE: RecursivePrefixTreeStrategy class not found

2012-08-27 Thread Jones, Dan
bject: RE: RecursivePrefixTreeStrategy class not found SORRY! RecursivePrefixTreeFieldType cannot be found! Sent: Saturday, August 25, 2012 6:30 PM To: solr-user@lucene.apache.org Subject: RecursivePrefixTreeStrategy class not found According to the document I was reading here: http://wiki.apach

RE: RecursivePrefixTreeStrategy class not found

2012-08-25 Thread Jones, Dan
SORRY! RecursivePrefixTreeFieldType cannot be found! Sent: Saturday, August 25, 2012 6:30 PM To: solr-user@lucene.apache.org Subject: RecursivePrefixTreeStrategy class not found According to the document I was reading here: http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4 First

RecursivePrefixTreeStrategy class not found

2012-08-25 Thread Jones, Dan
olr/RecursivePrefixTreeStrategy> based field type used in a geospatial context. I need to set the fieldType to RecursivePrefixTreeStrategy<http://wiki.apache.org/solr/RecursivePrefixTreeStrategy> and of course, I'm getting class not found. I'm using the latest solr 4.0.0-BETA

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 wrote: > Well, MultiMapSolrParams is a subclass of SolrParams, so you actually > do use it in your code > > But this looks like a classpath problem. You say your code compiles, > but do you make

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 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 your

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 = SolrRequestParsers

Re: class not found

2011-04-07 Thread Ahmet Arslan
> 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

Re: class not found

2011-04-07 Thread Tri Nguyen
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

Re: class not found

2011-04-07 Thread Tri Nguyen
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

Re: class not found

2011-04-07 Thread Erick Erickson
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

Re: class not found

2011-04-07 Thread Ahmet Arslan
> 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

class not found

2011-04-07 Thread Tri Nguyen
Hi, I wrote my own parser plugin. I'm getting a NoClassCefFoundError.  Any ideas why? Apr 7, 2011 1:12:43 PM org.apache.solr.common.SolrException log SEVERE: java.lang.NoClassDefFoundError: Could not initialize class org.apache.solr.search.QParserPlugin     at org.apache.solr.core.SolrCore.

Re: org.apache.*.*.... class not found exception in Internet Explorer

2009-05-03 Thread ahmed baseet
text in a large font. You can enter > new text to display in the form below, and JavaScript will call the > Java applet to change the text. > > > > onClick="document.ControlJava.SetMessage(document.form1.text1.value);"> > > > > > > End of page.

org.apache.*.*.... class not found exception in Internet Explorer

2009-05-03 Thread ahmed baseet
hen I'm trying to access this page and putting the query in the box that this html shows, the browser [IE] gives some error and after checking I found that the error is some class not found exception, its not able to find the org.apache.*.* classes and hence giving errors. Now instead of call