Hi, I am trying to connect to riak using the riak-erlang-client v1.0.2 from https://github.com/basho/riak-erlang-client/ but I've not been successful. I get the error listed below - ------------------------------------------------------------------------------ 2> {ok, Pid}=riakc_pb_socket:start_link("127.0.0.1", 8098). {ok,<0.35.0>} 3> Pid. <0.35.0> 4> riakc_pb_socket:ping(Pid).
=ERROR REPORT==== 7-Jan-2011::20:37:22 === ** Generic server <0.35.0> terminating ** Last message in was {req_timeout,#Ref<0.0.0.42>} ** When Server state == {state,"127.0.0.1",8098,false,false,undefined, undefined, {[],[]}, 1,[],infinity,100} ** Reason for termination == ** disconnected ** exception exit: disconnected ---------------------------------------------------------------------------------- I am running riak 0.14 and I know that it's working fine as I am able to connect to it through the http interface. I have erlang R13B04 installed. I tried this on Ubuntu 10.10 with erlang R13B03 installed and I had the same problem. Any suggestions? Is this is a erlang client issue? Thanks in advance, Qvin
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com