Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#2966 closed defect (wontfix)

Component not registered

Reported by: tom@… Owned by: Christopher Lenz
Priority: normal Milestone:
Component: web frontend/mod_python Version: 0.9.4
Severity: blocker Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Alec Thomas)

I've installed and initialised trac. My apache2 (mod-python 3.1.3) points to the correct location. When I call it, I get:

Oops...

Trac detected an internal error:

Component "LoginModule" not registered
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 79, in dispatch
    req.authname = self.authenticate(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 65, in authenticate
    for authenticator in self.authenticators:
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 160, in __getattr__
    return [self.compmgr[cls] for cls in extensions
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 189, in __getitem__
    raise TracError, 'Component "%s" not registered' % cls.__name__
TracError: Component "LoginModule" not registered

Attachments (0)

Change History (5)

comment:1 by tom@…, 18 years ago

I've reconfigured to use FastCgi and the error remains, so whatever it is, it isn't mod_python's fault.

System: Debian Sid

comment:2 by Alec Thomas, 18 years ago

Description: modified (diff)

comment:3 by sid, 17 years ago

Tom, did you ever resolve this? It is better to ask questions like this on the MailingList so you can get a quick response rather than opening a ticket.

comment:4 by Christian Boos, 17 years ago

Keywords: needinfo added

comment:5 by Christian Boos, 17 years ago

Resolution: wontfix
Status: newclosed

Missing details for an old installation issue, closing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.