Edgewall Software

Changes between Initial Version and Version 2 of Ticket #2345


Ignore:
Timestamp:
Nov 13, 2005, 2:21:11 PM (18 years ago)
Author:
Christian Boos
Comment:

Interesting, it seems that there are still locking issues with PySqlite 1.1.6, then.

In the meantime, can you try to upgrade to a newer version of PySqlite? (≥ 2.0.5)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2345

    • Property Version 0.9devel
  • Ticket #2345 – Description

    initial v2  
    11System successfully installed and working -- shortly after, stopped working:
    22
    3 
     3{{{
    44[Fri Nov 11 13:52:05 2005] [error] [client 16.110.70.23] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
    55[Fri Nov 11 13:52:05 2005] [error] [client 16.110.70.23] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n    result = object(req)
     
    1313[Fri Nov 11 13:52:05 2005] [error] [client 16.110.70.23] PythonHandler trac.web.modpython_frontend:   File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 244, in execute\n    self.rs = self.con.db.execute(SQL)
    1414[Fri Nov 11 13:52:05 2005] [error] [client 16.110.70.23] PythonHandler trac.web.modpython_frontend: OperationalError: database is locked
     15}}}