Hi, It looks like a file access rights problem, but I think Jukka is right: maybe it's caused by a virus scanner. The relevant code is:
if (!file.setLastModified(now + ACCESS_TIME_RESOLUTION)) {
if (file.canWrite()) {
throw new DataStoreException("Failed to update record modified
date: " + identifier);
}
}
If it is in fact a virus scanner problem, we could add a workaround (maybe
re-trying a few time, with delay, works).
Regards,
Thomas
