yes, I used local file system context. Properties properties = new Properties(); properties.setProperty(FilesystemConstants.PROPERTY_BASEDIR, pFile.getAbsolutePath()); ContextBuilder overrides = ContextBuilder.newBuilder("filesystem").overrides(properties); mContext = overrides.buildView(BlobStoreContext.class);
Is there a way to go around it? Thanks. On Mon, Aug 25, 2014 at 3:00 PM, Jeremy Daggett < jeremy.dagg...@rackspace.com> wrote: > Hi Felipe! > > Would you be able to send a code example of what you are trying to > accomplish? I have a feeling that you have configured your Context to use > the local blob store (local filesystem) which could potentially exhaust > resources on the system. > > Please let us known, thanks! > > /jd > > > > > On 8/25/14, 10:44 AM, "Andrew Phillips" <andr...@apache.org> wrote: > > >> How could I delete the files only the temporary directory? I also cant > >>find > >> this directory at /tmp > > > >All I can see in your stacktrace is: > > > >> java.lang.RuntimeException: java.io.IOException: No space left on device > > > >It does not say *which* device is out of space. Could you check on > >your target system to find out which device has no space left [1]? > > > >ap > > > >[1] https://kb.iu.edu/d/agfe > >