Start a conversation

Resolving SOLR Service Issues in Xinet

Overview

When encountering issues with the SOLR service in Xinet, it may be necessary to update the Java Development Kit (JDK) to version 17, restart the xinet service, and save changes in the Admin UI. This process can help resolve visibility and functionality issues with the SOLR service.

Information

To resolve issues with the SOLR service in Xinet, follow these steps:

  1. Update the JDK to version 17:
    • Ensure that Java 17 is selected as the default version by running the command:
      java -version
  2. Restart the xinet service
    • Use the following command to restart the xinet service: 
      systemctl restart xinet
  3. Save changes in the Admin UI
    • Navigate to the Admin UI at Database > Admin > Searching.
    • Click on the Save Changes button.
  4. Verify the solution
    • Run the following commands to check the output: 
      /usr/etc/venture/bin/solrutil -schema
      /usr/etc/venture/bin/solrutil -post

These steps should resolve any issues with the SOLR service visibility and functionality in Xinet.

Frequently Asked Questions

What should I do if the SOLR service is not visible in Xinet?
Ensure that the JDK is updated to version 17, restart the xinet service, and save changes in the Admin UI.
How can I confirm the Java version being used?
Run the command java -version to confirm the current Java version.
What commands should I run to verify the SOLR service functionality?
Use the commands /usr/etc/venture/bin/solrutil -schema and /usr/etc/venture/bin/solrutil -post to verify the functionality after saving changes in the Admin UI.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments