#3074 https://fedorahosted.org/spacewalk/roadmap returns ISE and TemplateNotFound: Template "roadmap.html" not found
Closed: Fixed None Opened 12 years ago by adelton.

= phenomenon =

While doing a GET operation on https://fedorahosted.org/spacewalk/roadmap, Trac issued an internal error.

Trac detected an internal error:

TemplateNotFound: Template "roadmap.html" not found

Request parameters:
{{{
{}
}}}

User agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0

==== System Information ====
|| '''Trac''' || 0.12.1 ||
|| '''Babel''' || 0.9.4 (translations unavailable) ||
|| '''Bazaar''' || 2.1.1 ||
|| '''Docutils''' || 0.6 ||
|| '''Genshi''' || 0.6 ||
|| '''GIT''' || 1.7.2.1 ||
|| '''Mercurial''' || 1.4 ||
|| '''mod_wsgi''' || 3.2 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL}) ||
|| '''Pygments''' || 1.1.1 ||
|| '''pysqlite''' || 2.3.5 ||
|| '''Python''' || 2.6.6 (r266:84292, Sep 12 2011, 14:03:02) [[br]] [GCC 4.4.5 20110214 (Red Hat 4.4.5-6)] ||
|| '''pytz''' || 2010h ||
|| '''setuptools''' || 0.6 ||
|| '''SQLite''' || 3.6.20 ||
|| '''Subversion''' || 1.6.11 (r934486) ||
|| '''TracBzr''' || 0.4.2 ||
|| '''jQuery''' || 1.4.2 ||

==== Enabled Plugins ====
|| '''IniAdmin''' || 0.2 ||
|| '''TracBzr''' || 0.4.2 ||
|| '''TracGit''' || 0.12.0.5dev ||
|| '''TracMasterTickets''' || 3.0.2 ||
|| '''TracMercurial''' || 0.12.0.23dev-r9953 ||

==== Python Traceback ====
{{{
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 514, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 261, in dispatch
content_type)
File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 835, in render_template
template = self.load_template(filename, method=method)
File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 806, in load_template
return self.templates.load(filename, cls=cls)
File "/usr/lib/python2.6/site-packages/Genshi-0.6-py2.6.egg/genshi/template/loader.py", line 246, in load
raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "roadmap.html" not found
}}}

= reason =

Something is broken. Things used to work properly in the past.

= recommendation =

Could you please investigated / fix? We are getting ready to release Spacewalk 1.6 and our unability to edit the roadmap / milestones is one of the blockers.

Thank you, Jan


Fixed. Somehow it was not looking in the right template_dir.

Please re-open if you spot any further issues.

Login to comment on this ticket.

Metadata