Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4501 closed defect (invalid)

internal error : Authentication information not available.

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

Description (last modified by Emmanuel Blot)

Trac detected an internal error:

Authentication information not available.

Python traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/cgi_frontend.py", line 130, in run
    dispatch_request(req.path_info, req, env)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/python-support/python2.4/trac/web/auth.py", line 82, in process_request
    self._do_login(req)
  File "/var/lib/python-support/python2.4/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 (2)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Priority: highestnormal
Resolution: invalid
Status: newclosed

Search the ticket database BEFORE creating a new ticket.

comment:2 by Matthew Good, 17 years ago

You have not configured your web server to handle authentication. See TracCgi#AddingAuthentication

Since this is a configuration issue please use the MailingList if you need more help resolving this.

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.