titan-rexster icon indicating copy to clipboard operation
titan-rexster copied to clipboard

could not connect to cassandra

Open kylehr opened this issue 8 years ago • 0 comments

Hi Abhinav,

I did this...

docker run -d --name es1 elasticsearch docker run -d --name cs1 cassandra docker run -d -P --name mytitan --link es1:elasticsearch --link cs1:cassandra apobbati/titan-rexster

but got this...

Connecting to Elasticsearch (172.17.0.3:9300). OK (connected to 172.17.0.3:9300). Connecting to Cassandra (172.17.0.4:9160)............................. timeout exceeded (60 seconds): could not connect to 172.17.0.4:9160

Should I have used a specific tag for cassandra? Which elastisearch and cassandra tags would you have fetched?

Thanks for any assistance.

Regards, Kyle

kylehr avatar Apr 17 '16 08:04 kylehr