Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8698 closed defect (duplicate)

OperationalError: database is locked

Reported by: mvannorden Owned by: cfsmith
Priority: normal Milestone:
Component: general Version:
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{'USER': u'mvannorden',
 'asc': u'1',
 'id': u'6',
 'page': u'2',
 'sort': u'modified'}

System Information

Trac 0.11.5stable
Python 2.5.2 (r252:60911, Apr 30 2008, 16:21:16)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]
setuptools 0.6c8
SQLite 3.6.16
pysqlite 2.5.5
Genshi 0.5.1
mod_python 3.3.1
Pygments 1.0
Subversion 1.6.4 (r38063)

Python Traceback

Traceback (most recent call last):
  File "/usr/local/Python-2.5.2/lib/python2.5/site-packages/trac/web/main.py", line 441, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/Python-2.5.2/lib/python2.5/site-packages/trac/web/main.py", line 228, in dispatch
    req.session.save()
  File "/usr/local/Python-2.5.2/lib/python2.5/site-packages/trac/web/session.py", line 137, in save
    db.commit()
OperationalError: database is locked

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 15 years ago

Resolution: duplicate
Status: newclosed

comment:2 by Christian Boos, 15 years ago

Note that this shouldn't happen anymore, with the next release 0.11.6 or the current source:branches/0.11-stable.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cfsmith.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from cfsmith 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.