Opened 13 years ago
Closed 12 years ago
#3140 closed Bugs (wontfix)
OperationalError: database is locked
| Reported by: | Andrey Semashev | Owned by: | Douglas Gregor |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | trac / subversion |
| Version: | Boost 1.39.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
How to Reproduce
While doing a GET operation on /report/14, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'page': u'2', 'id': u'14'}
System Information
| Trac | 0.11
|
| Python | 2.4.4 (#1, Jan 25 2007, 13:04:51) [GCC 3.4.6 20060404 (Red Hat 3.4.6-3)]
|
| setuptools | 0.6c8
|
| SQLite | 3.5.4
|
| pysqlite | 2.4.1
|
| Genshi | 0.5
|
| Subversion | 1.4.2 (r22196)
|
Python Traceback
Traceback (most recent call last):
File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/main.py", line 222, in dispatch
req.session.save()
File "/opt/trac2/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/session.py", line 122, in save
db.commit()
OperationalError: database is locked
Note:
See TracTickets
for help on using tickets.

These are intermittent as far as I know. I think they are based on server load. If there is ever a consistent way to reproduce them, please reopen this ticket.