Modify ↓
Opened 16 years ago
Closed 16 years ago
#8376 closed defect (duplicate)
OperationalError: database is locked
| Reported by: | hp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | database locked trac-admin resync |
| 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)
The thing was I:
- trac-admin /PATH resync
- And during the resync I requested the timeline.
- Both crashed.
System Information
| Trac | 0.11.1
|
| Python | 2.4.3 (#1, May 24 2008, 13:47:28) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]
|
| setuptools | 0.6c9
|
| SQLite | 3.3.6
|
| pysqlite | 1.1.7
|
| Genshi | 0.5.1
|
| mod_python | 3.2.8
|
| Subversion | 1.5.1 (r32289)
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 222, in dispatch
req.session.save()
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/session.py", line 97, in save
(self.sid,))
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 255, in execute
self.rs = self.con.db.execute(SQL % parms)
OperationalError: database is locked
Attachments (0)
Note:
See TracTickets
for help on using tickets.



See MostFrequentDuplicates, more specifically #3446.