#3186 closed defect (worksforme)
Authentication information not available
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.5 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This is trac from ubuntu breezy manually updated to 0.9.5 With new admin uses. This is a new trac install.
I will also take a look when I get a chance and see if I can "trac" down the problem.
-Tim.
Python traceback Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 130, in run
dispatch_request(req.path_info, req, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 82, in process_request
self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 103, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
Attachments (0)
Change History (5)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 18 years ago
("fixed
" status means that some change has been made on the Trac source code to fix an issue)
comment:4 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
comment:5 by , 18 years ago
I had a similar problem, same error messages, and found the cause to be an apache misconfiguration..
The TRAC configuration that caused the problem was copied from another trac installation that had multiple TRAC projects running, and for that it had a <LocationMatch "/[/]+/login"> tag, which should be simply <LocationMatch "/login">
hope it helps..
After switching from cgi to mod-python and re-running trac-admin project initenv Everything is fine.
hmm, perhaps the upgrade corrupted things