Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#4476 closed defect

Database lockup - regular but intermittent — at Initial Version

Reported by: jed@… Owned by: Jonas Borgström
Priority: highest Milestone:
Component: general Version: 0.10.3
Severity: critical Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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/democracy. However when I try to do anything like (https://develop.participatoryculture.org/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

}}}

Change History (0)

Note: See TracTickets for help on using tickets.