Hello,

I'm trying to run Riak CS on a RPI 3. I got it compiled and running, but now i'm having troubles.


I already changed the necessary attributes in the riak-cs.conf. I set up stanchion, riak kv and riak cs.

The attributes i changed include anonymous_user_creation=on and admin.listener=<my_ip>:8000.

I wanted to know, if there is a different way to create an admin user or is there something wrong in the way i'm trying to create the user.



Everytime i run the following command i get the following error:

curl -v -H 'Content-Type: application/json' -XPOST http://<my_ip>:8000/riak-cs/user --data '{"name";"m...@email.com", "name":"adminuser"}'


Best Regards,

Henry


Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to <my_ip>  port 8000 (#0)
> POST /riak-cs/user HTTP/1.1
> User-Agent: curl/7.38.0
> Host: my_ip:8000
> Accept: */*
> Content-Type: application/json
> Content-Length: 43
>
* upload completely sent off: 43 out of 43 bytes
< HTTP/1.1 500 Internal Server Error
< Vary: Accept
* Server Riak CS is not blacklisted
< Server: Riak CS
< Location: http://<my_ip>:8000/riak-cs/user
< Date: Mon, 01 May 2017 17:22:04 GMT
< Content-Type: text/html
< Content-Length: 170
<
* Connection #0 to host <my_ip> left intact
<html><head><title>500 Internal Server Error</title></head><body><h1>Internal Server Error</h1>The server encountered an error while processing this request</body></html>


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

Reply via email to