Re: Riak Ruby client cannot connect to server

2014-10-15 Thread Cui Liqiang
That’s very helpful. Thanks a lot! -- Cui Liqiang On Tuesday, October 14, 2014 at 9:57 PM, Sean Cribbs wrote: > You are connecting the binary client to the HTTP port. Use port 8087 instead. > > On Tue, Oct 14, 2014 at 8:50 AM, Cui Liqiang (mailto:cui.liqi...@gmail.com)> wrote: > > Hi, >

Re: Riak Ruby client cannot connect to server

2014-10-14 Thread Sean Cribbs
You are connecting the binary client to the HTTP port. Use port 8087 instead. On Tue, Oct 14, 2014 at 8:50 AM, Cui Liqiang wrote: > Hi, > > I just started to learn Riak, but encounter a problem. > > I have installed Riak on my mac os using the official mac distribution. > After starting the Riak

Riak Ruby client cannot connect to server

2014-10-14 Thread Cui Liqiang
Hi, I just started to learn Riak, but encounter a problem. I have installed Riak on my mac os using the official mac distribution. After starting the Riak server, I can interact with it via http interface properly. Then I tried using Ruby client, and problem came. Below is the code I extract