Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created October 22, 2008 19:56
Show Gist options
  • Save mrkurt/18769 to your computer and use it in GitHub Desktop.
Save mrkurt/18769 to your computer and use it in GitHub Desktop.
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] mod_wsgi (pid=342): Exception occurred processing WSGI script '/home/teamcity/staging/ars-djang o-project/apache/staging.wsgi'.
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] Traceback (most recent call last):
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/core/handlers/wsgi.py", line 239, in __call__
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] response = self.get_response(request)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 128, in get_respon se
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] return self.handle_uncaught_exception(request, resolver, exc_info)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 160, in handle_unc aught_exception
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] return callback(request, **param_dict)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/views/defaults.py", line 23, in server_error
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] t = loader.get_template(template_name) # You need to create a 500.html template.
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/template/loader.py", line 80, in get_template
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] source, origin = find_template_source(template_name)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/template/loader.py", line 73, in find_template_ source
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] raise TemplateDoesNotExist, name
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] TemplateDoesNotExist: 500.html
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] mod_wsgi (pid=344): Exception occurred processing WSGI script '/home/teamcity/staging/ars-djang o-project/apache/staging.wsgi'.
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] Traceback (most recent call last):
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/core/handlers/wsgi.py", line 239, in __call__
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] response = self.get_response(request)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 116, in get_respon se
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] return self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 160, in handle_unc aught_exception
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] return callback(request, **param_dict)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/views/defaults.py", line 23, in server_error
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] t = loader.get_template(template_name) # You need to create a 500.html template.
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/template/loader.py", line 80, in get_template
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] source, origin = find_template_source(template_name)
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] File "/usr/lib/python2.5/site-packages/django/template/loader.py", line 73, in find_template_ source
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] raise TemplateDoesNotExist, name
[Wed Oct 22 14:53:51 2008] [error] [client 72.213.170.139] TemplateDoesNotExist: 500.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment