Hi Neo4j Community, any one know how to debug this?
When trying to connect with my cluster database xx.xx.xx.xx, I got this error.
"org.neo4j.driver.exceptions.ServiceUnavailableException: Unable to connect to xx.xx.xx.xx:7687, ensure the database is running and that there is a working network connection to it.
at org.neo4j.driver.internal.util.Futures.blockingGet(Futures.java:143)
at org.neo4j.driver.internal.InternalSession.beginTransaction(InternalSession.java:163)
at org.neo4j.driver.internal.InternalSession.lambda$transaction$4(InternalSession.java:147)
at org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic.retry(ExponentialBackoffRetryLogic.java:104)
at org.neo4j.driver.internal.InternalSession.transaction(InternalSession.java:146)
at org.neo4j.driver.internal.InternalSession.writeTransaction(InternalSession.java:124)
at org.neo4j.driver.internal.InternalSession.writeTransaction(InternalSession.java:118)
- neo4j version: 4.3.2
- what kind of API / driver do you use: java driver