Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4905


Ignore:
Timestamp:
Mar 6, 2007, 11:56:12 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Database is not closed but locked (for exclusive access)

This issue has been reported many times and already addressed - you can search for "database is locked" w/ the search engine to obtain more details.

You did not specify which version of Trac you're using; if you are using a 0.10.x release, try upgrading to 0.10.3

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4905

    • Property Status newclosed
    • Property Resolutionduplicate
    • Property Type enhancementdefect
    • Property Summary Database closedDatabase is locked
  • Ticket #4905 – Description

    initial v1  
    1212TracGuide — The Trac User and Administration Guide
    1313Python Traceback
    14 
     14{{{
    1515Traceback (most recent call last):
    1616  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    3131    self.db.commit()
    3232OperationalError: database is locked
     33}}}