Server index status Error while checking server index status: An error occurred while trying to search with Solr: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/lean/elevate STATUS:404 MESSAGE:Not Found SERVLET:default
Setup
- PHP version: 7.4.30
- Solr version: 8.11.2
- Drupal Core version: 9.3.9
- Search API version: 8.x-1.23
- Search API Solr version: 4.2.7
- Configured Solr Connector:
Issue
The server is connected, the index is enable and I can index the content successfully Content (221/221 indexed). However, there are not elements when I search and also the following message is shown in the index:
Server index status Error while checking server index status: An error occurred while trying to search with Solr: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/lean/elevate STATUS:404 MESSAGE:Not Found SERVLET:default
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screenshot 2023-07-28 at 3.15.04 PM.png | 25.81 KB | neha.gangwar |
Comments
Comment #2
mkalkbrennerIt seems like you didn't provide correct data for the connection in the settings.
Comment #3
mkalkbrennerOr you activated the elevator component on the Drupal side without deploying a corresponding config to Solr.
Comment #4
mkalkbrennerNo further feedback
Comment #5
mkalkbrennerFYI someone showed me the similar error message in his environment. After rebooting the servers the error was gone.
So I assume that a software update or any other maintenance task caused that erroneous state.
Comment #6
mjpa commentedFor us, this was caused by the following missing from
solrconfig_extra.xml:Comment #7
neha.gangwar commentedElevator request handler was disabled. After enabling and updating the solrconfig_extra.xml works for me.