0

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."

systemboot
  • 860
  • 2
  • 8
  • 22

1 Answers1

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