Page 1 of 1

Can't upgrade to server OMERO-5.1.2

PostPosted: Fri Jul 03, 2015 4:15 pm
by mtanus
Hello.
I communicate because I have installed omero-5.0.8-ice34 server. I use Debian 7.2 (Wheezy) as operating system.
A week ago I decided to upgrade the server to version omero-5.1.2-ice35. I formatted my computer and install Debian 8 (Jessie). The new repositories only have ice34 and I can not follow the steps to upgrade OMERO.server (https://www.openmicroscopy.org/site/sup ... grade.html).

Can you help me?
I have a database backup to protect them.

Regards.
Mauricio

Re: Can't upgrade to server OMERO-5.1.2

PostPosted: Fri Jul 03, 2015 6:33 pm
by manics
Hi Mauricio

What part of the installation/upgrade instructions did you have problems with? Can you tell us exactly what you did, and the error messages you saw?

Re: Can't upgrade to server OMERO-5.1.2

PostPosted: Sun Jul 05, 2015 3:42 pm
by mtanus
Sorry about my poor explanation. I installed Debian 8 and the packages needed as prerequisites of OMERO (version5.1.2), like ice35, postgresql 9.5.
I had problems when I tried to load my database in the version of omero5.1.2 , since the ice version does not match (before I had omero5.0.8-ice34 server installed ).
How can I do to retrieve the data from the database?

Re: Can't upgrade to server OMERO-5.1.2

PostPosted: Mon Jul 06, 2015 8:07 am
by sbesson
Hi Mauricio,

By ice version does not match, do you mean you receive an exception like the following when using the OMERO command-line interface to start the server?

Code: Select all
Exception:

        ERROR: Ice version mismatch!

        Your OMERO code has been compiled using Ice version 3.5.1
        but you seem to have Ice version 3.4.2 installed. If you need
        help understanding this issue, please send this error message
        to the OME community:

        http://www.openmicroscopy.org/site/community


Otherwise, as Simon said previously, could you paste the exact command that is failing for you together with the error message if applicable?

Best regards,
Sebastien

Re: Can't upgrade to server OMERO-5.1.2

PostPosted: Mon Jul 06, 2015 1:22 pm
by mtanus
Hi Sebastien,

You are right! The error message is:
Code: Select all
Exception:

        ERROR: Ice version mismatch!

        Your OMERO code has been compiled using Ice version 3.4.2
        but you seem to have Ice version 3.5.1 installed. If you need
        help understanding this issue, please send this error message
        to the OME community:

        http://www.openmicroscopy.org/site/community

Additionally, I can't install Ice version 3.4.2, because it does not appear any more at Debian Jessie's repositories.

Regards,
Mauricio

Re: Can't upgrade to server OMERO-5.1.2

PostPosted: Mon Jul 06, 2015 3:38 pm
by sbesson
Hi Mauricio,

this error message indicates, you are using the OMERO server built with Ice 3.4. As you have Ice 3.5 installed with your Debian repository, you might want to download the Ice 3.5 version of the OMERO.server and try the same operation.

Sebastien