Thank you Shawn.
We do use one jar not listed in the default configuration.
What do steps do you recommend to resolve these potential causes?
We have attempted the install multiple times. Is there a particular order of 
operations?
We installed and then copied the core into the appropriate directory and 
restarted the service.

Thank you for your insights.


 [cid:f3d25570-5ac3-400c-aa2b-65941d61d1fa]

Matthew Castrigno

IHT Developer II

St. Luke’s Health System

•  208-859-4276
•  castr...@slhs.org<mailto:xxxxx...@slhs.org>

________________________________
From: Shawn Heisey <apa...@elyograg.org>
Sent: Friday, January 27, 2023 1:34 PM
To: users@solr.apache.org <users@solr.apache.org>
Subject: Re: Fresh install resulting in error

On 1/27/23 13: 09, Matthew Castrigno wrote: > We have been running SOLR 9. 0 on 
Red Hat nix. We spun up another server > and installed SOLR 9. 0 on it. > We 
believe we have identical installs however the same calls produce > this 500
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside the St. Luke's email system.

ZjQcmQRYFpfptBannerEnd

On 1/27/23 13:09, Matthew Castrigno wrote:
> We have been running SOLR 9.0 on Red Hat nix. We spun up another server
> and installed SOLR 9.0 on it.
> We believe we have identical installs however the same calls produce
> this 500 error.

Getting java.lang.NoClassDefFoundError: Lorg/apache/lucene/index/Term;
means that it's not able to find a very core Lucene class.  I see two
possible causes, with the second being more likely:

* The install wasn't complete and there are jar files missing.

* You have loaded the core Lucene jars more than once.  They should get
loaded once just from the default Solr install, but by enabling some
non-default functionality, you may have caused them to get loaded again.
  Java tends to have issues when the same jar gets loaded more than
once, or when the install already has a jar and a different version of
that jar also gets loaded.

Thanks,
Shawn


----------------------------------------------------------------------
"This message is intended for the use of the person or entity to which it is 
addressed and may contain information that is confidential or privileged, the 
disclosure of which is governed by applicable law. If the reader of this 
message is not the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this information is strictly 
prohibited. If you have received this message by error, please notify us 
immediately and destroy the related message."

Reply via email to