Thanks Bryan but according to Java github project : riak-client-2.0-technical-preview - Core preview for Riak 2.0 riak-client-1.4.4 - For use with Riak 1.4+ riak-client-1.1.4 - For use with < Riak 1.4.0
Is v1.1.4 https://github.com/basho/riak-java-client/commit/875bfbe66ac9c24a4ddc1b5cca819b8f2aee8381 fixing exactly that problem? Daniel On 8 May 2014 17:30, bryan hunt <bh...@basho.com> wrote: > > Daniel > > http://docs.basho.com/riak/latest/dev/references/protocol-buffers/ > > Sounds it’s trying to process the response for a ping instead of the > response for a delete. > > I’d upgrade to Java client 1.1.4 and see if the behavior continues. > > Best Regards, > > Bryan Hunt > > > > On 8 May 2014, at 15:02, Daniel Iwan <iwan.dan...@gmail.com> wrote: > > > Hi > > > > I got following exception with riak Java client 1.1.3, Riak cluster 1.3.1 > > I don't see any error messages in Riak's console log. Any idea what may > be causing this? > > > > Caused by: com.basho.riak.client.RiakRetryFailedException: > java.io.IOException: bad message code. Expected: 14 actual: 1 > > at > com.basho.riak.client.cap.DefaultRetrier.attempt(DefaultRetrier.java:79) > > at > com.basho.riak.client.cap.DefaultRetrier.attempt(DefaultRetrier.java:81) > > at > com.basho.riak.client.cap.DefaultRetrier.attempt(DefaultRetrier.java:81) > > at > com.basho.riak.client.cap.DefaultRetrier.attempt(DefaultRetrier.java:81) > > at > com.basho.riak.client.cap.DefaultRetrier.attempt(DefaultRetrier.java:53) > > at > com.basho.riak.client.operations.DeleteObject.execute(DeleteObject.java:111) > > at > com.basho.riak.client.bucket.DomainBucket.delete(DomainBucket.java:484) > > at > com.basho.riak.client.bucket.DomainBucket.delete(DomainBucket.java:418) > > at server.riak.k.b(SourceFile:104) > > ... 19 more > > Caused by: java.io.IOException: bad message code. Expected: 14 actual: 1 > > at > com.basho.riak.pbc.RiakConnection.receive_code(RiakConnection.java:153) > > at com.basho.riak.pbc.RiakClient.delete(RiakClient.java:622) > > at com.basho.riak.pbc.RiakClient.delete(RiakClient.java:609) > > at > com.basho.riak.client.raw.pbc.PBClientAdapter.delete(PBClientAdapter.java:222) > > at > com.basho.riak.client.operations.DeleteObject$2.call(DeleteObject.java:106) > > at > com.basho.riak.client.operations.DeleteObject$2.call(DeleteObject.java:104) > > at > com.basho.riak.client.cap.DefaultRetrier.attempt(DefaultRetrier.java:72) > > ... 27 more > > > > Regards > > Daniel > > _______________________________________________ > > riak-users mailing list > > riak-users@lists.basho.com > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com