Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple servers don't work #22

Closed
Rdornier opened this issue Nov 27, 2023 · 2 comments
Closed

Multiple servers don't work #22

Rdornier opened this issue Nov 27, 2023 · 2 comments
Labels
enhancement New feature or request long run

Comments

@Rdornier
Copy link

In the current version, having multiple omero servers running simultaneously doesn't work.
For now, only one omero server can be connected at a time

@Rdornier Rdornier added enhancement New feature or request long run labels Dec 7, 2023
@Rdornier
Copy link
Author

This error is coming from the Facility.class, where there is caching of objects. The objects coming from the first server are reused for the second one and induces an connection error.

See ome/omero-gateway-java#86 for more details

@Rdornier
Copy link
Author

This is now fixed with the new release of omero-gateway-5.9.1.
Please, download the omero-java dependencies OMERO.java-5.6.11-ice36.zip (version 5.6.11 or later) or the omero-fiji plugin omero_ij-5.8.4-all.jar (version 5.8.4 or later) and replace the old dependencies in your extensions folder by one of those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request long run
Projects
None yet
Development

No branches or pull requests

1 participant