Event ID: 41293
Task Category: Index Admin Service
Level: Error
Description: An unexpected error has occurred.
Error Summary: Indexing Service start up error Error Details: Index Admin child process EVIndexVolumesProcessor failed to start within the timeout period.
V-437-41293
Event ID: 40966
Task Category: Index Volumes Processor
Level: Error
Description: A program fault has raised an exception.
Exception: There is already a listener on IP endpoint 0.0.0.0:8000.
Make sure that you are not trying to use this endpoint multiple times in your application and that there are no other applications listening on this endpoint.Event ID: 41312
Task Category: Index Volumes Processor
Level: Error
Description: The Index Volume Processor could not complete all the required startup routines.
Exception: There is already a listener on IP endpoint 0.0.0.0:8000.
Make sure that you are not trying to use this endpoint multiple times in your application and that there are no other applications listening on this endpoint.The IndexVolumeProcessor process has stopped due to another application listening on the port 8000.
There are 3 solutions that can be applied:
Solution 1:
Solution 2:
Performing a NETSTAT -abno | more command should list the name of the all the processes and the PIDs currently running on the Enterprise Vault Server.
If changing the port of the conflicting application is not possible, the port of the EVIndexVolumesProcessor.exe process can be changed.
Solution 3:
Ensure that there are enough TCP ports available on the EV server in order to avoid further port conflicts.
Run the following command to find out how many are currently available:
netsh int ipv4 show dynamicport tcp
If there aren't enough ports available then increase the value:
netsh int ipv4 dynamicport tcp start=1500 num=63000