I am unable to start Riak CS? In the app.config for Riak, Riak CS. I've replaced the localhost IP address 127.0.0.1 with 0.0.0.0. Riak is running fine. I get a "pong" response. But Riak CS says "Node 'riak-cs@0.0.0.0' not responding to pings."
Asked
Active
Viewed 375 times
0
-
What happens when you do riak-cs start? And when you do stanchion ping? – Miguel Marques Jul 01 '15 at 10:43
1 Answers
1
While the HTTP and Protocol Buffer interfaces can bind to all IP addresses by defining 0.0.0.0 as an IP address, the nodes need to have a name that can be resolved as it is used when connecting nodes. riak-cs@0.0.0.0
will therefore not work.

Christian Dahlqvist
- 1,665
- 12
- 9