Dear Sir/Madam:
I try to create a eventstore builder with “clusterNodeUsingDns(cluster -> cluster.dns(”")).userCredential(“admin”, “changeit”).build()"
It failed with following error messages:
INFO [esio-1-2] [ClusterEndpointDiscoverer.java:74] Discovering attempt 1/10 failed: no candidate found.
INFO [esio-1-3] [ClusterEndpointDiscoverer.java:74] Discovering attempt 2/10 failed: no candidate found.
INFO [esio-1-4] [ClusterEndpointDiscoverer.java:74] Discovering attempt 3/10 failed: no candidate found.
INFO [esio-1-1] [ClusterEndpointDiscoverer.java:74] Discovering attempt 4/10 failed: no candidate found.
INFO [esio-1-2] [ClusterEndpointDiscoverer.java:74] Discovering attempt 5/10 failed: no candidate found.
…
…
…
INFO [esio-1-3] [ClusterEndpointDiscoverer.java:74] Discovering attempt 9/10 failed: no candidate found.
INFO [esio-1-4] [ClusterEndpointDiscoverer.java:74] Discovering attempt 10/10 failed: no candidate found.
ERROR [esio-1-3] [EvetnStoreTCP.java:599] Unable to connect: Cannot resolve target end point.
ERROR [es-1-2] [EventStroreTCP.java:853] Failed to resolve TCP endping to which to connect
We have get singleNodeAddress eventstore builder working perfectly, even TCP with SSL.
Any one could give me some clues?
Best wishes,