Hi All,
We are running OMERO.server 4.5.7 and OMERO.web on seperate RHEL7 servers. We followed the OMERO.web installation separately from OMERO.server on CentOS 7 and IcePy 3.6 instructions.
The OMERO.server is running, we can login using OMERO.insight and load and view images. Great program and we love it. But we can not login to the web client on the OMERO.web and it seems to be a communication problem between the two servers. The OMERO.web server can listen and ping each other but the guest login seems to have gone wrong:
2018-08-22 04:51:51,126 ERROR [omeroweb.connector] (proc.21932) create_guest_connection():192 Cannot create a guest connection.
Traceback (most recent call last):
File "/home/omero/OMERO.py/lib/python/omeroweb/connector.py", line 186, in create_guest_connection
if connection.connect():
File "/home/omero/OMERO.py/lib/python/omero/gateway/__init__.py", line 2174, in connect
self._createSession()
File "/home/omero/OMERO.py/lib/python/omero/gateway/__init__.py", line 2034, in _createSession
self._ic_props[omero.constants.PASSWORD])
File "/home/omero/OMERO.py/lib/python/omero/clients.py", line 569, in createSession
prx = rtr.createSession(username, password, ctx)
File "/home/omero/omerowebvenv/lib/python2.7/site-packages/Glacier2_Router_ice.py", line 258, in createSession
return _M_Glacier2.Router._op_createSession.invoke(self, ((userId, password), _ctx))
ConnectionRefusedException: Ice.ConnectionRefusedException:
Connection refused
2018-08-22 04:51:51,127 INFO [ omero.gateway] (proc.21932) close():1932 closed connection (uuid=None)
We wiped and reinstalled OMERO.web and got the same problem. We then installed the 2 servers again in our IT companies servers and reproduce the same error.
Do you have any ideas on why the two servers can not communicate?
J