Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 error when trying to list buckets #160

Open
timfennis opened this issue May 17, 2018 · 0 comments
Open

500 error when trying to list buckets #160

timfennis opened this issue May 17, 2018 · 0 comments

Comments

@timfennis
Copy link

I've set up a Riak cluster running in docker(compose) using the instructions from here and here. I've built a small application in Kotlin using the Java library that can connect to the cluster and store and retrieve values. This works perfectly!

The only problem is that when I open Riak Explorer, no matter what I do, I can't see any buckets. Here is what I'm doing:

I open the admin panel and click 'data' and I select the 'default' bucket type. At this point I can see 3 HTTP errors in my javascript console console

Request URL: http://localhost:8098/admin/riak/clusters/default/search/index
Request Method: GET
Status Code: 404 Object Not Found

Response Content:

<HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY><H1>Not Found</H1>The requested document was not found on this server.<P><HR><ADDRESS>mochiweb+webmachine web server</ADDRESS></BODY></HTML>

This error shows up once

Request URL: http://localhost:8098/admin/explore/clusters/default/bucket_types/default/buckets?start=1&rows=500
Request Method: GET
Status Code: 500 Internal Server Error

Response Content:

{"error":"enoent"}

This error shows up twice. If I try to refresh the cash list nothing happens, if I try to create a bucket manually nothing happens either.

Is there any one that can point me in the right direction or help me figure this out. I'm running docker on OSX, not sure if that matters. This problem shouldn't be hard to reproduce!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant