Page 1 of 1

Client version mismatch?

PostPosted: Mon Apr 09, 2018 4:16 pm
by claybreshears
I have installed the server (OMERO.server-5.4.3-ice36-b77) and OMERO.web (OMERO.py-5.4.4-ice36-b82). Now that I've got the web client to come up, whenever I try to connect, I get the following message in the login box:
Code: Select all
Error: Client version does not match server, please contact administrator.

Are the 5.4.3 server and 5.4.4 web client that far apart that they can't cooperate?

My OMERO.insight client (5.4.4-ice36-b82) is able to connect to the installed server. Since I've had some trouble getting the web client started, I am wondering if there might be something deeper that is not allowing the web client and server to harmonize.

Any ideas?

Re: Client version mismatch?

PostPosted: Mon Apr 09, 2018 4:33 pm
by jmoore
Hi Clay,

you can force OMERO.web to work with your chosen OMERO.server by setting:

Code: Select all
$ bin/omero config set omero.web.check_version false


Cheers,
~Josh

Re: Client version mismatch?

PostPosted: Thu Apr 19, 2018 11:28 pm
by claybreshears
Thanks!