Overview
When logging into Pilot, you are not seeing all of the expected content, such as only one folder showing with no assets in it. When logging in through the WebNative portal, you can see assets. Stopping the Solr Service temporarily restores all of the missing assets.
When reviewing the Database > Admin > Searching panel in WebNative, you see "Solr Schema update is needed for current search features."
You see the following error in the server logs, "org.apache.solr.common.SolrException: SolrCore 'file' is not available due to init failure: Exception while loading DataImporter."
Solution
This behavior has been isolated to incorrectly assigned Ownership and Permissions within the main Solr folder. This is often the result of an older installation of Xinet and can be directly addressed by removing the older, invalid folders and reinstalling Solr to regenerate the correct file system configuration for your Xinet version.
- Disable the Solr Service
- Navigate to Database > Admin > Searching.
- Select "Disable Solr Service."
- Navigate to Database > Admin > Searching.
- Backup or Remove the old, invalid folder:
- Run the command below to rename the Solr folder:
mv /usr/etc/venture/solr /usr/etc/venture/solr-old
- Run the command below to remove the Solr folder:
rm -rf /usr/etc/venture/solr
- Run the command below to rename the Solr folder:
- Rerun your Xinet Server Installation Script to reinstall Solr.
- Execute the following as root to run the installation script:
/path/to/installation/package/install
- Note: If you no longer have your installation package, you can download a fresh copy of the Xinet Server installation package from the downloads section of the Xinet Reseller Portal.
- Execute the following as root to run the installation script:
Comments
0 comments
Please sign in to leave a comment.