Event ID: 41312 The Elasticsearch Indexing Engine could not complete all the required startup routines: Failed to start Elasticsearch JVM. Service will be stopped.
V-439-41312
Event ID: 41293 An unexpected error has occurred. |Error Summary: Indexing Service start up error |Error Details: Fatal error in Indexing Service child process EV Indexing Engine Elasticsearch.
V-439-41293
The Elasticssearch JVM takes more than (60 seconds) to start causing the EV indexing service to stop.
This issue can now be resolved by adding the below JVMStartUpTimeOutInSeconds app setting in the EVIndexingEngineElasticSearch.exe.config file, which is only available in EV 14.3.1 and later releases.
1. Edit the EVIndexingEngineElasticsearch.exe.config file (<EVInstall Directory>\Enterprise Vault).
2. Add the app setting value under the </configSections>:
<appSettings>
<add key="JVMStartUpTimeOutInSeconds" value="240"/>
</appSettings>
3. Save the EVIndexingEngineElasticsearch.exe.config file.
4. Start the EV Indexing service.
Note: The above setting only applies to EV version 14.3.1 or later.
EV 14.3.1 can be downloaded from here (Enterprise Vault Downloads).
Note: It may also be necessary to increase the Maximum child process startup time and Maximum indexing engine startup time to allow indexing to start properly.
The Enterprise Vault (EV) Indexing service terminates due to Elasticsearch JVM timeout. This issue applies to EV 14.2 & later versions.
JIRA: CFT-5011 SW Download: UPD671016