OMERO.web not starting after upgrade from 4.2.2 to 4.3.0
Posted: Thu Jun 30, 2011 3:26 pm
Hi all,
I upgraded from 4.2.2 to 4.3.0. OMERO.server is running fine, and I imported some files with the new 4.3.0 clients. Insight client is working fine. I am having trouble with OMERO.web
when I start the web client, it gives:
but then if I run
I get:
It seems that Django is not getting the correct database parameters, though the OMERO.server is getting to the database fine.
Here is part of OMEROweb.log file:
How do I configure Django to use PostgreSQL instead of sqlite3 ?
Thanks,
Tina
I upgraded from 4.2.2 to 4.3.0. OMERO.server is running fine, and I imported some files with the new 4.3.0 clients. Insight client is working fine. I am having trouble with OMERO.web
when I start the web client, it gives:
- Code: Select all
Starting OMERO.web... [OK]
but then if I run
- Code: Select all
$ bin/omero web status
I get:
- Code: Select all
OMERO.web status... [NOT STARTED]
It seems that Django is not getting the correct database parameters, though the OMERO.server is getting to the database fine.
Here is part of OMEROweb.log file:
- Code: Select all
Thu, 30 Jun 2011 10:11:19 root DEBUG APPLICATION_SERVER = 'fastcgi-tcp' (source:omero.web.application_server)
Thu, 30 Jun 2011 10:11:19 root DEBUG APPLICATION_SERVER_HOST = '0.0.0.0' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG APPLICATION_SERVER_PORT = '4080' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG CACHE_BACKEND = '(unset)' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DATABASE_ENGINE = 'sqlite3' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DATABASE_HOST = '(unset)' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DATABASE_NAME = '(unset)' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DATABASE_PASSWORD = '***' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DATABASE_PORT = '(unset)' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DATABASE_USER = '(unset)' (source:default)
Thu, 30 Jun 2011 10:11:19 root DEBUG DEBUG = True (source:omero.web.debug)
...
Thu, 30 Jun 2011 10:11:19 root DEBUG WEBGATEWAY_CACHE = '/var/www/omeroweb/weblitz_cache' (source:omero.web.webgateway_cache)
How do I configure Django to use PostgreSQL instead of sqlite3 ?
Thanks,
Tina