----- Original Message -----
From: "Michael D. Carey" <[EMAIL PROTECTED]>
> I wonder what is going on here... From time to time, when
> I attempt to get a key; at the end I get an error message:
>
> Delete failed on bucket t31b00b97
The relevant code is:
if(!file.delete()) {
Core.logger.log(this, "Delete failed on bucket "+file.getName(),
Logger.MINOR);
looks to me like you are using windows and for some reason the file hasn't
been closed properly and we the os won't let us delete the file. sadly,
there is no clean workaround.
-Mathew
_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/devl