You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If cassandra service is not ready, TheHive fails to start with the error:
java.lang.reflect.InvocationTargetException: null
com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: /x.x.x.x:9042 (com.datastax.driver.core.exceptions.TransportException: [/x.x.x.x:9042] Cannot connect))
The solution is to retry the connection to cassandra after a while. The following configuration is added to define the timings and the number of retries:
Request Type
Bug
Work Environment
TheHive with cassandra
Problem Description
If cassandra service is not ready, TheHive fails to start with the error:
The solution is to retry the connection to cassandra after a while. The following configuration is added to define the timings and the number of retries:
The text was updated successfully, but these errors were encountered: