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 '[email protected]' not responding to pings."
0
votes
1 Answers
1
votes
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. [email protected] will therefore not work.