866-860-1223

mosaicpaperless
How Can We Help?

Search for answers or browse our knowledge base.

Categories
< All Topics
Print

SOLR 500 Internal Server Error after v23.1 Update

Issue:

After updating to version 23.1, some users may encounter a SOLR 500 Internal Server Error. This issue has been identified as a bug by the vendor.

Workaround:

The vendor has provided a workaround to address the SOLR 500 Internal Server Error. Follow the steps below to implement the workaround:

  1. Locate the solr.xml file. The default path for this file is: c:\program data\eclipse\solrsc\solr.xml.
  2. Open the solr.xml file using a text editor.
  3. Search for the following line:
   <int name="maxBooleanClauses">${solr.max.booleanClauses:1024}</int>
  1. Replace the line with the following:
   <int name="maxBooleanClauses">${solr.max.booleanClauses:50000}</int>
  1. Save the changes to the solr.xml file.
  2. Restart the “Eclipse Solr Server Management” Windows service to apply the modifications. Follow these steps to restart the service:
  • Press Win + R to open the Run dialog.
  • Type services.msc and press Enter to open the Services window.
  • Locate the “Eclipse Solr Server Management” service.
  • Right-click on the service and select “Restart.”

Summary:

By modifying the maxBooleanClauses value in the solr.xml file and restarting the “Eclipse Solr Server Management” service, you can resolve the 500 Internal Server Error caused by the bug in version 23.1.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents