Re: [ceph-users] Java librados issue

2016-12-27 Thread Bogdan SOLGA
Thank you, Wido! It was indeed the keyring; the connection works after setting it. Thanks a lot for your help! Bogdan On Tue, Dec 27, 2016 at 3:43 PM, Wido den Hollander wrote: > > > Op 27 december 2016 om 14:25 schreef Bogdan SOLGA < > bogdan.so...@gmail.com>: > > > > > > Thanks for the recom

Re: [ceph-users] Java librados issue

2016-12-27 Thread Wido den Hollander
> Op 27 december 2016 om 14:25 schreef Bogdan SOLGA : > > > Thanks for the recommendation, Wido! I've just tried it - the segfault no > longer occurs, but now there's a 'ENOENT: No such file or directory' error. > > com.ceph.rados.exceptions.RadosNotFoundException: Failed to connect to the > Ce

Re: [ceph-users] Java librados issue

2016-12-27 Thread Bogdan SOLGA
Thanks for the recommendation, Wido! I've just tried it - the segfault no longer occurs, but now there's a 'ENOENT: No such file or directory' error. com.ceph.rados.exceptions.RadosNotFoundException: Failed to connect to the Ceph cluster; ENOENT: No such file or directory (-2) at com.ceph.rado

Re: [ceph-users] Java librados issue

2016-12-27 Thread Wido den Hollander
> Op 26 december 2016 om 19:24 schreef Bogdan SOLGA : > > > Hello, everyone! > > I'm trying to integrate the Java port of librados > into our app, using this > > sample as a reference.