Modify ↓
#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)
Note:
See TracTickets
for help on using tickets.



See MostFrequentDuplicates