Closed sbesson closed 1 year ago
I think this will fix issue for team member wanting to run local server. The fix will not affect production server
I still haven't managed to run the sever locally on M1 Mac, or on local Docker etc (but not because of this issue).
I still haven't managed to run the sever locally on M1 Mac, or on local Docker etc (but not because of this issue).
Is that due to not having ARM architecture wheels for Ice or something else?
@chris-allan Don't know. I made quite limited notes... https://gist.github.com/will-moore/a1c18155a192a43d893122b6451bdc10
$ omero admin start ...
FileNotFoundError: [Errno 2] No such file or directory: 'icegridnode'
Encountered during the deployment of a local development server (OS X 12.6, Java 11, Python 3.8, OpenSSL 1.1.1) after configuring the local self-signed certificates using
omero certificates
. Using the current version ofomero-py
, the connections to the server were broken:After removing
omero.glacier2.IceSSL.Ciphers
following a discussion with @chris-allan and restarting the server:This is an edge case and potentially something we don't necessarily want to handle in this plugin anyways as OS X is not part of the operating systems we officially support. But at minimum this PR can act as a knowledge base for anyone running into a similar issue