Ticket #4476 (closed defect: duplicate)
Database lockup - regular but intermittent
| Reported by: | jed@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.10.3 |
| Severity: | critical | Keywords: | needinfo |
| Cc: |
Description (last modified by cboos) (diff)
I am unable to logon to Trac. I get the error message shown below. If you believe it is a server issue please let me know. This problem has occurred about 5 times in the last 10 minutes. But seems to be an intermittent issue. I am fine when I go to the main page: https://develop.participatoryculture.org/trac/democracy/
However when I try to do anything like https://develop.participatoryculture.org/trac/democracy/query?status=new&milestone=Unassigned&order=id&desc=1 I get the error.
Python Traceback
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 192, in dispatch
req.session = Session(self.env, req)
File "/usr/lib64/python2.4/site-packages/trac/web/session.py", line 52, in __init__
self.promote_session(sid)
File "/usr/lib64/python2.4/site-packages/trac/web/session.py", line 154, in promote_session
db.commit()
OperationalError: database is locked
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


