Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8343 closed defect (duplicate)

OperationalError: database is locked

Reported by: arkeon Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /timeline, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11.4
Python 2.4.4 (#1, Oct 22 2008, 19:49:52)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
setuptools 0.6c3
SQLite 3.3.8
pysqlite 2.3.2
Genshi 0.5.1
mod_python 3.2.10
Subversion 1.4.2 (r22196)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 230, in dispatch
    req.session.save()
  File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/session.py", line 137, in save
    db.commit()
OperationalError: database is locked

Attachments (0)

Change History (2)

comment:1 by Erik Andersson <kirean@…>, 15 years ago

Resolution: duplicate
Status: newclosed

comment:2 by Christian Boos, 15 years ago

Also, which plugins are you using?

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.