Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10222 closed defect (duplicate)

Operational Error: database is locked

Reported by: jerry.richart@… 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

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 13 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10077. Please search for similar tickets before submitting a new one.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.