Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3536


Ignore:
Timestamp:
Aug 9, 2006, 9:39:38 AM (18 years ago)
Author:
Christian Boos
Comment:

Yeah, we know… Trac has still lots of progress to make regarding concurrent write access. See e.g. #3446.

However, by looking at the stacktrace, it seems you're still using an old version of PySqlite. Try to upgrade, it can help (latest stable is version 2.3.2).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3536

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #3536 – Description

    initial v1  
    11Python Traceback
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 315, in dispatch_request
     
    1919    self.db.execute("BEGIN")
    2020OperationalError: database is locked
     21}}}