I am having problems configuring a production setup of Omero. I am using Apache with mod_wsgi to server the python/Django files on Ubuntu 9. Has anyone done this?
The development server works fine. My Apache setup works fine on a trivial Django application and it displays the Omero root page OK (the same way as the development server).
However, the /webadmin or /webclient pages generate an "OperationalError" error.
Here is some info I dug out of the error page.
....com/webclient/login/?error=OperationalError&url=/webclient/
class="exception_value">unable to open database file
class="code"><div>(<class 'sqlite3.OperationalError'>,
OperationalError('unable to open database file',),
<traceback object at 0x821c384c>)
The Apache error.log file has this error:
[error] No handlers could be found for logger "views-web"
I question my Apache configuration. Anyone have a httpd.conf and a django.wsgi configured for Omero that they can share? Any suggestions on setting up a production server?