You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in Fiji with the "Import from OMERO" commands, given two OMERO database locations (server A and server B), attempting to open an image from server A and then an image from server B within the same JVM results in security errors such as "User doesn't have access" or "Group doesn't exist".
Interestingly, when the following steps happens:
Open server A image
Try to open server B image (fails but leaves a cached OMEROSession for server B)
Manually closing the session created in (2)
Opening an image from server B again
It works! But then trying to open a server A image using its originally cached OMEROSession fails with the aforementioned security exceptions.
This strongly suggests one of:
there is additional cached state on the OMERO side making caching sessions inadvisable
we're using the OMERO API incorrectly
Currently, the user workaround is to restart the application when needing to switch servers.
The text was updated successfully, but these errors were encountered:
When running in Fiji with the "Import from OMERO" commands, given two OMERO database locations (
server A
andserver B
), attempting to open an image fromserver A
and then an image fromserver B
within the same JVM results in security errors such as "User doesn't have access" or "Group doesn't exist".Interestingly, when the following steps happens:
server A
imageserver B
image (fails but leaves a cachedOMEROSession
forserver B
)server B
againIt works! But then trying to open a
server A
image using its originally cachedOMEROSession
fails with the aforementioned security exceptions.This strongly suggests one of:
Currently, the user workaround is to restart the application when needing to switch servers.
The text was updated successfully, but these errors were encountered: