The exact error is:
Traceback (most recent call last):
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/api.py",
line 339, in send_error
'text/html')
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 683, in render_template
template = self.load_template(filename, method=method)
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 667, in load_template
return self.templates.load(filename, cls=cls)
File "build/bdist.linux-x86_64/egg/genshi/template/loader.py", line
221, in load
File "build/bdist.linux-x86_64/egg/genshi/template/loader.py", line
259, in _instantiate
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line
373, in __init__
File "build/bdist.linux-x86_64/egg/genshi/template/base.py", line
440, in _prepare
File "build/bdist.linux-x86_64/egg/genshi/template/loader.py", line
231, in load
TemplateNotFound: Template "layout.html" not found
and it now keeps occuring, whatever the URL.
I also receive:
Traceback (most recent call last):
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/api.py",
line 339, in send_error
'text/html')
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 683, in render_template
template = self.load_template(filename, method=method)
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 667, in load_template
return self.templates.load(filename, cls=cls)
File "build/bdist.linux-x86_64/egg/genshi/template/loader.py", line
231, in load
TemplateNotFound: Template "error.html" not found
and:
Traceback (most recent call last):
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/api.py",
line 339, in send_error
'text/html')
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 683, in render_template
template = self.load_template(filename, method=method)
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 659, in load_template
self.templates = TemplateLoader(self.get_all_templates_dirs(),
File
"/usr/local/virtualenv/lib/python2.4/site-packages/Trac-0.11dev_r6870-py2.4.egg/trac/web/chrome.py",
line 406, in get_all_templates_dirs
dirs += provider.get_templates_dirs()
File "build/bdist.linux-x86_64/egg/ticketdelete/web_ui.py", line
124, in get_templates_dirs
File
"/usr/local/virtualenv/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 840, in resource_filename
File
"/usr/local/virtualenv/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 1311, in get_resource_filename
File
"/usr/local/virtualenv/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 1317, in _extract_resource
File
"/usr/local/virtualenv/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 1365, in _extract_resource
File
"/usr/local/virtualenv/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 887, in extraction_error
ExtractionError: Can't extract file(s) to egg cache
The following error occurred while trying to extract file(s) to the Python egg
cache:
[Errno 24] Too many open files:
'/tmp/.lighttpd-egg-cache/TracTicketDelete-2.0-py2.4.egg-tmp/ticketdelete/templates/tmpUP2DFq.$extract'
The Python egg cache directory is currently set to:
/tmp/.lighttpd-egg-cache
Perhaps your account does not have write access to this directory? You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.
Maybe the key is the "too many open files" error ?
On Fri, Apr 25, 2008 at 11:51 PM, Emmanuel Blot <[EMAIL PROTECTED]> wrote:
> I just encountered two major issues while browsing on t.e.o. within a
> single minute time frame:
>
> 1/ When I clicked on "View Ticket/Custom Query" I got a Python
> traceback (plain text, no decoration) reporting that "layout.html" was
> missing. A simple refresh made the trouble go away.
> 2/ In the custom query report, I clicked on the ticket column header
> (to sort result by ticket number) and I hit a "500 Internal Error" web
> page. Again, a refresh made the trouble go away.
>
> It happened at 23:47 CET (GMT+1), if someone wants to have a look at
> the log files.
>
> Cheers,
> Manu
>
--
Manu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---