after of step :
-Build all the other Clearwater Docker images and start a deployment.
sudo docker-compose -f minimal-distributed.yaml up -d
the nodes are running
and I can go to web interface and register new user
but always get the error ( after click register and redirect to dashboard ) :
Failed to update the server ( see detailed diagnostics in developer console). Please refresh the page
I ssh to Cassandra node and run cqlsh to view data
$cqlsh
Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
Impact
Release and environment
Vmware workstation 12 pro.
Docker on Ubuntu 14.04 server
Symptoms
after of step : -Build all the other Clearwater Docker images and start a deployment. sudo docker-compose -f minimal-distributed.yaml up -d
the nodes are running and I can go to web interface and register new user but always get the error ( after click register and redirect to dashboard ) :
Failed to update the server ( see detailed diagnostics in developer console). Please refresh the page
I ssh to Cassandra node and run cqlsh to view data $cqlsh Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
Impact
Release and environment
Vmware workstation 12 pro. Docker on Ubuntu 14.04 server
Steps to reproduce