
Hallo, in the last hour or so I've been trying to log into Trac without success. All I get is a "Trac detected an internal error" message, with the following traceback: Python Traceback Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 184, in dispatch req.session = Session(self.env, req) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 52, in __init__ self.promote_session(sid) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 154, in promote_session db.commit() File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/sqlite/main.py", line 540, in commit OperationalError: database is locked Is this to be expected for some reason? Cheers, Nicola Musatti

On Aug 22, 2007, at 9:15 AM, Nicola Musatti wrote:
Hallo, in the last hour or so I've been trying to log into Trac without success. All I get is a "Trac detected an internal error" message, with the following traceback: Python Traceback
Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 184, in dispatch req.session = Session(self.env, req) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 52, in __init__ self.promote_session(sid) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 154, in promote_session db.commit() File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/ sqlite/main.py", line 540, in commit OperationalError: database is locked
Is this to be expected for some reason?
It should be fixed now. Someone was hammering our server, and Trac couldn't get a DB request through. - Doug
participants (2)
-
Douglas Gregor
-
Nicola Musatti