titan-rexster
titan-rexster copied to clipboard
Connecting to Cassandra (172.17.0.8:9160)........................... timeout exceeded (60 seconds): could not connect to 172.17.0.8:9160
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...
In the [rexster template (line 105)](https://github.com/apobbati/titan-rexster/blob/master/rexster-titan.xml.template#L105) the correct configuration is: ``` xml true ``` This corrects the following exception I noticed in the container logs: ``` shell 6107 [main] INFO...