I have some problems after upgrading from 5.1.2 to 5.2. I'm under CentOS 6.5, the upgrade process was nice before I install Django 1.8 required by Omero server 5.2. Than means the Omero server started incorrectly I was able to connect to the server via Insight except I can't start the web server. So I install python 2.7.9 and mod_wsgi required by Django 1.8 alternatively to 2.6 installed to avoid yum break. And them install Django with pip. However, when I try to start the web server or when I run any omero commands I get the same error :
[omero@omero ~]$ omero web start
********************************************************************************
ERROR: Could not import omero.cli! (No module named Ice)
This means that your installation is incomplete. Contact
the OME mailing lists for more information:
http://www.openmicroscopy.org/site/community
If you are building from source, please supply the build log
as well as which version you are building from. If you
downloaded a distribution, please provide which link you
used.
********************************************************************************
Debugging Info:
--------------
CWD=/home/omero
VERSION=2.7.9 (default, Nov 4 2015, 11:40:46) [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)]
OMERO_HOME=None
PYTHONPATH=['/opt/OMERO.server/lib/python', '/opt/OMERO.server/var/lib', '/opt/OMERO.server-5.2.0-ice35-b12/bin', '/usr/local/lib/python2.7/site-packages/distribute-0.7.3-py2.7.egg', '/opt/distribute-0.7.3', '/usr/local/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-linux2', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/opt/OMERO.server/lib/fallback']
I didn't restart the Omero server ( it's not possible) and didn't reboot the machine (I'm afraid that the omero server break)
Philippe