cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j 4.3.2 driver ServiceUnavailableException

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
2 REPLIES 2

Can you connect with your web browser at http://xx.xx.xx.xx:7474 ?
Is the server running SSL/TLS?
How do you know the server is up?

yes, i can connect the web browser with the same ip addr, the server is set with dbms.ssl.policy.bolt.enabled=true