[storm] Error - Database is locked
Christian Klinger
cklinger at novareto.de
Tue Mar 10 15:39:18 GMT 2009
Hello,
i ve a problem with my zstorm-sqlite database.
i get these error. Anyone an idea howto deal with it.
arzt = store.find(Arzt, (Arzt.anmeldename == unicode(login),
Arzt.status == unicode('aktiv'))).one()
File
"/opt/python-2.4.4/lib/python2.4/site-packages/storm-0.12-py2.4.egg/storm
/store.py", line 1029, in one
result = self._store._connection.execute(select)
File
"/opt/artus/buildout-eggs/storm-0.12-py2.4.egg/storm/database.py", line
2 01, in execute
raw_cursor = self._check_disconnect(
File
"/opt/artus/buildout-eggs/storm-0.12-py2.4.egg/storm/database.py", line
3 17, in _check_disconnect
return function(*args, **kwargs)
File
"/opt/python-2.4.4/lib/python2.4/site-packages/storm-0.12-py2.4.egg/storm
/databases/sqlite.py", line 153, in raw_execute
return Connection.raw_execute(self, statement, params)
File
"/opt/artus/buildout-eggs/storm-0.12-py2.4.egg/storm/database.py", line
2 83, in raw_execute
Thanks for your help.
Christian
More information about the storm
mailing list