On Wed, Nov 12, 2014 at 8:20 AM, Ebbinge <[email protected]> wrote:
> run:
> java.io.IOException: Error receiving outputs: normal
>
> That's the error I am receiving :/ Could you guide me to make it work with
> my "Producto" Class, I am total beginner to the Riak API for Java.

The error message you're receiving is coming from Riak itself, not the
client. You're discarding the stack trace in your code by printing
`Ex.getMessage()` instead of just `Ex`.

Your code, as it it written now, is fine. You've got some problem on
the Riak side that you'll ned to look in the log files to diagnose.

Here's a gist showing that your code isn't the problem:

https://gist.github.com/broach/d0d79df429f5ff725c8a

Thanks,
Roach



>
> Thanks in advance,
> Edwin.
>
>
>
> --
> View this message in context: 
> http://riak-users.197444.n3.nabble.com/Riak-API-for-Java-tp4032055p4032059.html
> Sent from the Riak Users mailing list archive at Nabble.com.
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to