A few things that you should check:
Try Riak ping
Check ./log/console.log for problem
ps aux ( is there a beam.smp running )
try change the listening ip to 127.0.0.1 and curl to 127.0.0.1
From: riak-users [mailto:riak-users-boun...@lists.basho.com] On Behalf Of Ari
King
Sent: Wednesday, November
Hi Hector,
I figured out the root issue this morning. I am using ubuntu 12.10 via
vagrant on windows. I installed Riak on the default shared folder as an
admin so installation, including symlinks, was successful. But for some
reason, running Riak from this shared folder results in all the
errors/i
Is your request being made against a new bucket? If not, have you
altered your default bucket properties? Are you overriding any default
bucket properties in your request?
It might help if you could paste your test commands along with updated
app.configs.
--
Hector
On Wed, Dec 18, 2013 at 1:16
Hi Hector,
Hopefully this one resolves it:
>
> I just setup a single node on Ubuntu 12.04 using Vagrant and attempted
> to walk through your steps. In the process, I noticed that you are
> issuing the following `curl` command and receiving a 404:
>
> $ curl -v -XPUT http://10.0.2.15:8098/sessions/
Hopefully this one resolves it:
I just setup a single node on Ubuntu 12.04 using Vagrant and attempted
to walk through your steps. In the process, I noticed that you are
issuing the following `curl` command and receiving a 404:
$ curl -v -XPUT http://10.0.2.15:8098/sessions/GA123D971 -H
"content-
Hi Ari,
I applied the same changes you described to a local single instance
Riak setup and was unable to reproduce your issue.
Can you please answer/provide the following?
- Double-check your configuration changes
- Did you change IP addresses in app.config or vm.args?
- Did you startup Riak bef