invalid contact point cass_cluster:7000 (unknown host cass_cluster) #3655
Unanswered
raphael10-collab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the 3 cloud VPS I installed JanusGraph and Cassandra via plain Docker Container
Following the indications found here: https://cassandra.apache.org/doc/latest/cassandra/configuration/cass_yaml_file.html#seed_provider
I specified, in the second and third VPS, the IP Addresses of the other two machines
When I run the janusgraph docker container without specifying any storage backend, thus using the default one, it seems working fine:
I tried then to set cass_cluster as the storage backend :
But I get :
Based on the indications here: https://docs.janusgraph.org/configs/example-config/ I should use the IP Address:
but I thought, based on what we saw yesterday: #3654 (reply in thread) that the name of the Cassandra Container should work
Anyway, I tried also with the IP Address:
But I get :
Error connecting to Node(endPoint=/127.0.0.1:7000, hostId=null, hashCode=2712615d),
:So... I'm here again for an help
Beta Was this translation helpful? Give feedback.
All reactions