Re: erlang client lib problem.

2011-12-14 Thread Alex Shneyderman
You are spot on. I was playing around with some sort fo queue and its beam is still in the directory I start the erl node from. Changed my working dir and things are looking better now. Thanks for your hint, Alex. On Thu, Dec 15, 2011 at 12:54 AM, Ryan Zezeski wrote: > Alex, > > Have you written

Re: erlang client lib problem.

2011-12-14 Thread Ryan Zezeski
Alex, Have you written you're own queue module that is on the code path? What does `code:which(queue)` show? My guess is you've defined your own queue module and that is causing the problem. -Ryan On Wed, Dec 14, 2011 at 3:12 PM, Alex Shneyderman wrote: > some oddity I see here. > I installed

erlang client lib problem.

2011-12-14 Thread Alex Shneyderman
some oddity I see here. I installed riak 1.0.2 and started it up. It runs fine as I can save docs and retrieve them via http. Then I wanted to try out erlang client. I got it from github. make all work fine. I started an erlang node and when I try to ping or do a key listing operation I get the fol