The {tcp,econnrefused} errors mean that RiakCS is unable to connect to
Riak.
Riak must be running when you start RiakCS. Also make sure your settings in
the RiakCS app.config for riak_ip and riak_pb_port match the settings that
your
Riak instance is actually listening on. Hope that helps.
Kelly
Thank you the response.
Checking whether ip is correct:
root@q092:~# cat /etc/riak-cs/app.config | grep stanchion
{stanchion_ip, "127.0.0.1"},
{stanchion_port, 8085 },
{stanchion_ssl, false },
%% the admin credentials specified in the stanch
Hi,
Borrowing from a response to a similar thread a few days ago regarding
CS, this particular error message is misleading. In general it can be
treated as a 500 error.
Generally, it translates to Riak CS inability to speak to Stanchion
(which is used for creating users and buckets). Please confi
I'm following guidelines and set up anomimous user creation
cat /etc/riak-cs/app.config | grep anonymous_user_creation
{anonymous_user_creation, true},
and using post request to create admin user:
> curl -H 'Content-Type: application/json' \
> -X POST `http://localhost:8080/riak-