Re: Error on storing JCLoud blob

2015-11-11 Thread Ignasi Barrera
> java.io.IOException: Não há espaço disponível no dispositivo It looks like the disk ran out of space?

Re: Error on storing JCLoud blob

2015-11-11 Thread Felipe Gutierrez
yes. thanks On Wed, Nov 11, 2015 at 2:11 PM, Ignasi Barrera wrote: > > java.io.IOException: Não há espaço disponível no dispositivo > > It looks like the disk ran out of space? > --

Error on storing JCLoud blob

2015-11-11 Thread Felipe Gutierrez
Hi, I got this error using JClouds after 2 days I am copying files to my container. The line is where I call putBlob Blob blob = mStore.blobBuilder(Integer.toString(mBucketIndex)).build(); blob.setPayload(data); mStore.putBlob(mContainerName, blob); I am using this versions