Edgewall Software
Modify

Opened 17 years ago

Closed 16 years ago

#6175 closed defect (worksforme)

login issue

Reported by: nicolas.sola@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

When I tryed to login as 'admin' I entered 'admin' as username and then my password, but an Oops… page appears. I cannot login.

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 184, in dispatch
    req.session = Session(self.env, req)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 52, in __init__
    self.promote_session(sid)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 147, in promote_session
    (self.req.authname, sid))
  File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/usr/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: columns sid, authenticated, name are not unique

Attachments (1)

Clipboard.jpg (109.2 KB ) - added by nicolas.sola@… 17 years ago.
screenshot

Download all attachments as: .zip

Change History (7)

by nicolas.sola@…, 17 years ago

Attachment: Clipboard.jpg added

screenshot

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Keywords: needinfo added

Which version of Trac are you using?

comment:2 by Emmanuel Blot, 17 years ago

Component: webadmingeneral
Owner: changed from Christopher Lenz to Jonas Borgström
Severity: majornormal

comment:3 by sid, 17 years ago

Keywords: needinfo removed
Version: 0.10.4

According to this page http://www.jumpbox.com/jumpbox-for-tracsubversion-software-project-management, Jumpbox has 0.10.4 installed on their servers. So this is different than #3183 (which was reported against 0.9.x).

comment:4 by sid, 16 years ago

Keywords: needinfo added

Were you able to get this to work?

comment:5 by anonymous, 16 years ago

I reinstall and it worked

comment:6 by sid, 16 years ago

Keywords: needinfo removed
Resolution: worksforme
Status: newclosed

Thanks for the reply and glad you got it to work. I assume this was an installation issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.