Opened 18 years ago
Closed 18 years ago
#6175 closed defect (worksforme)
login issue
| Reported by: | 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 )
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)
Change History (7)
by , 18 years ago
| Attachment: | Clipboard.jpg added |
|---|
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | needinfo added |
Which version of Trac are you using?
comment:2 by , 18 years ago
| Component: | webadmin → general |
|---|---|
| Owner: | changed from to |
| Severity: | major → normal |
comment:3 by , 18 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:6 by , 18 years ago
| Keywords: | needinfo removed |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Thanks for the reply and glad you got it to work. I assume this was an installation issue.



screenshot