Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3186 closed defect (worksforme)

Authentication information not available

Reported by: tdwebste@… 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 tdwebste@…, 18 years ago

Resolution: fixed
Status: newclosed

After switching from cgi to mod-python and re-running trac-admin project initenv Everything is fine.

hmm, perhaps the upgrade corrupted things

comment:2 by Emmanuel Blot, 18 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Emmanuel Blot, 18 years ago

("fixed" status means that some change has been made on the Trac source code to fix an issue)

comment:4 by Emmanuel Blot, 18 years ago

Resolution: worksforme
Status: reopenedclosed

comment:5 by sven_oostenbrink@…, 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..

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.