Edgewall Software

Opened 16 years ago

Last modified 13 years ago

#7094 closed defect

Traceback: "IntegrityError: columns sid, authenticated are not unique" — at Initial Version

Reported by: peter.arrenbrecht@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.12.3
Component: general Version: 0.10.3
Severity: major Keywords:
Cc: Thijs Triemstra Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I tried to log on while viewing a ticket I wanted to close. Then I got the following:

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)

IntegrityError: columns sid, authenticated are not unique

Change History (0)

Note: See TracTickets for help on using tickets.