Re: Erlang PB Client Put Issue

2011-11-14 Thread Zheng Zhibin
Please try only start/2, not the start_link/2, since every error in shell will cause the process exit. Best regards, Zheng Zhibin 在 2011-11-15,上午12:10,Geeth Narayanan 写道: > Zheng, > > Thanks for your reply. I tried the term_to_binary on It and still get the > error below. > Is there anyplace

Re: Erlang PB Client Put Issue

2011-11-14 Thread Geeth Narayanan
Zheng, Thanks for your reply. I tried the term_to_binary on It and still get the error below. Is there anyplace I can look to get more details on the exception. ** exception exit: {noproc, {gen_server,call, [<0.39.0>,

Re: Erlang PB Client Put Issue

2011-11-12 Thread Zheng Zhibin
Both the bucket name, key, and value should be binary format Best regards, Zheng Zhibin 在 2011-11-13,上午6:19,Geeth Narayanan 写道: > Hi, > > I am trying to put some erlang record item to my dev riak nodes. I get the > following error at the bottom. Can you please help? > > 1> code:which(riakc_p

Erlang PB Client Put Issue

2011-11-12 Thread Geeth Narayanan
Hi, I am trying to put some erlang record item to my dev riak nodes. I get the following error at the bottom. Can you please help? 1> code:which(riakc_pb_socket). "/Users/geeth/Apps/riak-erlang-client/ebin/riakc_pb_socket.beam" 2> {ok, Pid} = riakc_pb_socket:start_link("127.0.0.1", 8081). {ok,<0