Edgewall Software

Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7094 closed defect (fixed)

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

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 (last modified by Emmanuel Blot)

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 (1)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

Duplicate, search the Trac DB before submitting a new ticket.

Note: See TracTickets for help on using tickets.