On Mon, Jun 24, 2013 at 1:33 AM, Guy Morton <guy.mor...@bksv.com> wrote:
> Hi people. I've seen posts where others have had this same issue, 
> specifically this on the riak_cs issues list - 
> https://github.com/basho/riak_cs/issues/529
>
> Unfortunately the solution is not posted, if there is one. I have followed 
> the instructions to be found here: 
> http://docs.basho.com/riakcs/latest/tutorials/fast-track/Building-a-Local-Test-Environment/
>  but that didn't help. I am still stuck with the same issue.

The 3 most common causes of Riak CS installation issues I've seen so far:

* Riak's `app.config` is not configured with the proper backend [0]
* `anonymous_user_creation` is not set to `true` in the Riak CS `app.config` [1]
* `stanchion_ip` is misconfigured in either the Riak CS or Stanchion
`app.config` [2] [3]

My recommendation would be to check these, and after restarting all of
the services, test that they're up using:

  sudo riak ping
  sudo riak-cs ping
  sudo stanchion ping

[0] 
http://docs.basho.com/riakcs/latest/cookbooks/configuration/Configuring-Riak/#Setting-up-the-Proper-Riak-Backend
[1] 
http://docs.basho.com/riakcs/latest/cookbooks/configuration/Configuring-Riak-CS/#Specifying-the-Admin-User
[2] 
http://docs.basho.com/riakcs/latest/cookbooks/configuration/Configuring-Riak-CS/#Specifying-the-Stanchion-Node
[3] 
http://docs.basho.com/riakcs/latest/cookbooks/configuration/Configuring-Stanchion/#Specifying-the-Stanchion-IP-Address-and-Port

> Help, please?
>
> # curl -H 'Content-Type: application/json' -X POST 
> http://localhost:8080/riak-cs/user -v --data '{"email":"guy.mor...@bksv.com", 
> "name":"guy"}'
> * About to connect() to localhost port 8080 (#0)
> *   Trying 127.0.0.1... connected
> * Connected to localhost (127.0.0.1) port 8080 (#0)
>> POST /riak-cs/user HTTP/1.1
>> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o 
>> zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
>> Host: localhost:8080
>> Accept: */*
>> Content-Type: application/json
>> Content-Length: 45
>>
> < HTTP/1.1 503 Service Unavailable
> < Vary: Accept
> < Server: Riak CS
> < Location: http://localhost:8080/riak-cs/user
> < Date: Mon, 24 Jun 2013 05:21:13 GMT
> < Content-Type: application/xml
> < Content-Length: 192
> <
> * Connection #0 to host localhost left intact
> * Closing connection #0
> <?xml version="1.0" 
> encoding="UTF-8"?><Error><Code>ServiceUnavailable</Code><Message>Please 
> reduce your request 
> rate.</Message><Resource>/riak-cs/user</Resource><RequestId></RequestId></Error>
>
> --
> Guy Morton
> Web Development Manager
> Brüel & Kjær EMS
>
> This e-mail is confidential and may be read, copied and used only by the 
> intended recipient. If you have received it in error, please contact the 
> sender immediately by return e-mail. Please then delete the e-mail and do not 
> disclose its contents to any other person.
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to