Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6933 closed defect (invalid)

Trac error at login in multiple environment

Reported by: anonymous 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 Tim Hatch)

In my system I have multiple environments, I can login at one of them, but not in the others.

If I keep pressing f5 (reload) at the login page of one environment which doesn't work, it eventually works, but this may take up to 5 minutes of reloading constantly.

Here is the 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 244, in dispatch
    req.display(template, content_type or 'text/html')
  File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 358, in display
    data = self.hdf.render(template, form_token)
  File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 290, in render
    template.parseFile(filename)
Error: Traceback (innermost last):
  File "csparse.c", line 294, in cs_parse_file()
  File "neo_hdf.c", line 1982, in hdf_search_path()
NotFoundError: Path login.cs not found

Attachments (0)

Change History (1)

comment:1 by Tim Hatch, 16 years ago

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

This is better asked on the MailingList or IrcChannel. Sounds like an installation issue involving the template dir setting and/or plugins.

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.