omero server installation - web setting error
Posted: Wed Mar 02, 2011 5:35 pm
Hi all,
I am tying to install omero server (beta 4.1.1) on cent OS 5.5
I installed all packages without problem, and I got diagnostic table as follows.
but, when I run 'bin/omero web setting', it generates a couple of error messages.
It said that I need to install 'pysqlite2' package, but I have no idea what this lib is, and
how I can download this lib ? I got error messages as follows.
It would be very helpful if you guys give me any suggestions !!!
Thanks in advance.
I am tying to install omero server (beta 4.1.1) on cent OS 5.5
I installed all packages without problem, and I got diagnostic table as follows.
- Code: Select all
==================================================
OMERO Diagnostics Beta-4.1.1-r5927-b91
================================================================================
Commands: java -version 1.6.0 (/develop/software/java/jdk1.6.0_21/bin/java -- 2 others)
Commands: python -V 2.4.3 (/usr/bin/python)
Commands: icegridnode --version 3.3.1 (/usr/bin/icegridnode)
Commands: icegridadmin --version 3.3.1 (/usr/bin/icegridadmin)
Commands: psql --version 8.1.22 (/usr/bin/psql)
Server: icegridnode running
Server: Blitz-0 active (pid = 15634, enabled)
Server: DropBox inactive (disabled)
Server: FSServer inactive (disabled)
Server: Indexer-0 active (pid = 15664, enabled)
Server: OMERO.Glacier2 active (pid = 15662, enabled)
Server: OMERO.IceStorm active (pid = 15665, enabled)
Server: Processor-0 active (pid = 15666, enabled)
Server: Tables-0 inactive (disabled)
Server: TestDropBox inactive (enabled)
Server: Web inactive (enabled)
Log dir: /home/omerouser/omero/omero_dist/var/log exists
Log files: Blitz-0.log 342.0 KB errors=0 warnings=4
Log files: DropBox.log 1.0 KB errors=4 warnings=0
Log files: FSServer.log 1.0 KB errors=2 warnings=0
Log files: Indexer-0.log 209.0 MB errors=49785 warnings=4
Log files: OMEROweb.log 0.0 KB errors=1 warnings=1
Log files: OMEROweb.log.2011-03-02 0.0 KB errors=2 warnings=2
Log files: Processor-0.log 2.0 KB errors=0 warnings=1
Log files: Tables-0.log n/a
Log files: TestDropBox.log n/a
Log files: master.err 2.0 KB errors=0 warnings=4
Log files: master.out 0.0 KB
Log files: Total size 209.84 MB
but, when I run 'bin/omero web setting', it generates a couple of error messages.
It said that I need to install 'pysqlite2' package, but I have no idea what this lib is, and
how I can download this lib ? I got error messages as follows.
It would be very helpful if you guys give me any suggestions !!!
Thanks in advance.
- Code: Select all
Database synchronization...
Traceback (most recent call last):
File "manage.py", line 42, in ?
execute_manager(settings)
File "/home/omerouser/omero/omero_dist/lib/python/django/core/management/__init__.py", line 340, in execute_manager
utility.execute()
File "/home/omerouser/omero/omero_dist/lib/python/django/core/management/__init__.py", line 295, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/omerouser/omero/omero_dist/lib/python/django/core/management/base.py", line 77, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/omerouser/omero/omero_dist/lib/python/django/core/management/base.py", line 87, in execute
translation.activate('en-us')
File "/home/omerouser/omero/omero_dist/lib/python/django/utils/translation/__init__.py", line 73, in activate
return real_activate(language)
File "/home/omerouser/omero/omero_dist/lib/python/django/utils/translation/__init__.py", line 43, in delayed_loader
return g['real_%s' % caller](*args, **kwargs)
File "/home/omerouser/omero/omero_dist/lib/python/django/utils/translation/trans_real.py", line 209, in activate
_active[currentThread()] = translation(language)
File "/home/omerouser/omero/omero_dist/lib/python/django/utils/translation/trans_real.py", line 198, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/home/omerouser/omero/omero_dist/lib/python/django/utils/translation/trans_real.py", line 181, in _fetch
app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]), appname[p+1:])
File "/home/omerouser/omero/omero_dist/lib/python/django/contrib/admin/__init__.py", line 1, in ?
from django.contrib.admin.options import ModelAdmin, HORIZONTAL, VERTICAL
File "/home/omerouser/omero/omero_dist/lib/python/django/contrib/admin/options.py", line 5, in ?
from django.contrib.contenttypes.models import ContentType
File "/home/omerouser/omero/omero_dist/lib/python/django/contrib/contenttypes/models.py", line 1, in ?
from django.db import models
File "/home/omerouser/omero/omero_dist/lib/python/django/db/__init__.py", line 16, in ?
backend = __import__('%s%s.base' % (_import_path, settings.DATABASE_ENGINE), {}, {}, [''])
File "/home/omerouser/omero/omero_dist/lib/python/django/db/backends/sqlite3/base.py", line 26, in ?
raise ImproperlyConfigured, "Error loading %s module: %s" % (module, e)
django.core.exceptions.ImproperlyConfigured: Error loading pysqlite2 module: No module named pysqlite2