Ticket #3563 (closed defect: fixed)
Intermittent constraint violation
| Reported by: | exarkun@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.11.1 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | session |
| Cc: | jenn@… |
Description
The following traceback appears in my logs once or twice a day:
File "/home/trac/Run/trac/external.py", line 115, in tracApplication
return trac.web.main.dispatch_request(environ, start_response)
File "/home/trac/Projects/trac/trunk/trac/web/main.py", line 367, in dispatch_request
req.send_error(sys.exc_info(), status=500)
File "/home/trac/Projects/trac/trunk/trac/web/api.py", line 365, in send_error
exc_info)
File "/home/trac/Projects/trac/trunk/trac/web/main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "/home/trac/Projects/trac/trunk/trac/web/main.py", line 236, in dispatch
req.session.save()
File "/home/trac/Projects/trac/trunk/trac/web/session.py", line 173, in save
(self.sid, self.last_visit, authenticated))
File "/home/trac/Projects/trac/trunk/trac/db/util.py", line 47, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/home/trac/Projects/trac/trunk/trac/db/sqlite_backend.py", line 44, in execute
args or [])
File "/home/trac/Projects/trac/trunk/trac/db/sqlite_backend.py", line 36, in _rollback_on_error
return function(self, *args, **kwargs)
pysqlite2.dbapi2.OperationalError: columns sid, authenticated are not unique
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


