stelfrich wrote:Well.. I got a little adventurous this morning after your (semi)resignation, Josh.
Definitely only semi.
Is it standard procedure to create a bfmemo file if there is already one?
Only if is out-of-date or otherwise defective, i.e. cannot be used.
It seems that in our setup the renaming fails because the destination of renaming already exists. But why write a new one if there is already one?
Only for the above reasons. Would you mind trying to up the log level for Memoizer to "TRACE" in etc\logback.xml? The following lines will need to be changed from "DEBUG":
- https://github.com/openmicroscopy/openmicroscopy/blob/dev_5_0/etc/logback.xml#L54
- https://github.com/openmicroscopy/openmicroscopy/blob/dev_5_0/etc/logback.xml#L110
Does anyone know, if the renaming operation is executed as the user that starts the OMERO.master service?
The operation is performed in the same security context as the service is running, which depending on how you started the server is likely not the user who started the service but rather the "Local Service" user.
Cheers,
~Josh