Opened 13 years ago
Closed 13 years ago
#10222 closed defect (duplicate)
Operational Error: database is locked
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | database backend | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Attempted to register, when submitted it took an exception long time and returned a similar message below. Attempted to register again and said the user was already recreated. Attempted to log in with the account and got the message below.
Python Traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 184, in dispatch
req.session = Session(self.env, req)
File "/var/lib/python-support/python2.4/trac/web/session.py", line 52, in init
self.promote_session(sid)
File "/var/lib/python-support/python2.4/trac/web/session.py", line 152, in promote_session
(self.req.authname, int(time.time())))
File "/var/lib/python-support/python2.4/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/var/lib/python-support/python2.4/trac/db/sqlite_backend.py", line 56, in execute
args or [])
File "/var/lib/python-support/python2.4/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
return function(self, *args, kwargs)
OperationalError: database is locked
Duplicate of #10077. Please search for similar tickets before submitting a new one.