Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6569 closed defect (duplicate)

error on initial login (fresh install)

Reported by: ann@… 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)

Installed trac/svn jumpbox - on initial visit to trac home page, clicked "login" link at top right, logged in with admin/pass and received login error as follows:

Oops… Trac detected an internal error:

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

Change History (5)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Keywords: needinfo added
Priority: highnormal

Please report the version of Trac you are using.

in reply to:  1 ; comment:2 by ann@…, 16 years ago

Replying to eblot:

Please report the version of Trac you are using.

It is Trac 0.10.4 (as part of JumpBox virtual machine config)

Ann

in reply to:  2 comment:3 by Emmanuel Blot, 16 years ago

Keywords: needinfo removed
Version: 0.10.4

Replying to ann@cor-techs.net:

It is Trac 0.10.4 (as part of JumpBox virtual machine config)

Please notice the version field in the ticket property box ;-)

I've noticed the same error when you use two different browsers with authenticated sessions. Have you used two browser sessions to access the Trac server ?

comment:4 by hyuga <hyugaricdeau@…>, 16 years ago

Looks to me like a duplicate of #6175

in reply to:  4 comment:5 by osimons, 16 years ago

Resolution: duplicate
Status: newclosed

Replying to hyuga <hyugaricdeau@gmail.com>:

Looks to me like a duplicate of #6175

Agree - seems more like a Jumpbox issue with one of their older versions of the 'box'.

Please report back if the problem persists also with latest version, and also make sure you check the issue with Jumpbox directly as this in many ways is a 'custom distribution'.

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.