You might encounter errors similar to the below messages seen in the server.log file on the server hosting your ESI Indexproxy which is fundamental for running a Spider Incident/Change environments:
...marking and sending shard failed due to [failed recovery]...
...IndexShardRecoveryException[failed to recovery from gateway]...
...EngineCreationFailureException[failed to create engine]...
...NoSuchFileException[<Drive\ESIdataFolder>\indexproxy\nodes\0\indices\mod_incident_xxxxxx....
This problem means that the Elasticsearch index is corrupted (deleted) and it must be rebuilt.
For example, you might try deleting some files in the translog directory of the server to break the Indexproxy service, intentionally or unintentionally during a server cleanup:
<Drive\ESIdataFolder>\indexproxy\nodes\0\indices\mod_incident_xxxxx-xxxxxx-xxxxxx-xxxx-xxxxx\0\translog\translog-XXX.ckp
Resolution
Please run through the following steps to rebuild the index:
This will take some time depending on the size of the application data. Please be patient with the process until it is complete. Once completed, you can start the Indexproxy service non-problematically.
net start indexproxy
Nov 01, 2019 06:11 AM