Created
December 3, 2014 16:50
-
-
Save natea/497c4d7ccd71d654a65e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dec 3 16:44:15 ip-172-31-17-166 [service_variant=lms][django.request][env:sandbox] ERROR [ip-172-31-17-166 2619] [base.py:215] - Internal Server Error: /courses/InterSystems/TrakCare/2014/about | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response | |
response = callback(request, *callback_args, **callback_kwargs) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.18.1.15/newrelic/hooks/framework_django.py", line 492, in wrapper | |
return wrapped(*args, **kwargs) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view | |
response = view_func(request, *args, **kwargs) | |
File "/edx/app/edxapp/edx-platform/common/djangoapps/util/cache.py", line 51, in _decorated | |
response = view_func(request, *args, **kwargs) | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/courseware/views.py", line 763, in course_about | |
'is_shib_course': is_shib_course, | |
File "/edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 143, in render_to_response | |
return HttpResponse(render_to_string(template_name, dictionary, context_instance, namespace), **kwargs) | |
File "/edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 130, in render_to_string | |
return template.render_unicode(**context_dictionary) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py", line 452, in render_unicode | |
as_unicode=True) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.18.1.15/newrelic/hooks/template_mako.py", line 25, in __call__ | |
return self.__wrapped(template, *args, **kwargs) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 807, in _render | |
**_kwargs_for_callable(callable_, data)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 839, in _render_context | |
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 865, in _exec_template | |
callable_(context, *args, **kwargs) | |
File "/tmp/mako_lms/main.html.py", line 166, in render_body | |
context['self'].headextra(**pageargs) | |
File "/tmp/mako_lms/courseware/course_about.html.py", line 452, in render_headextra | |
runtime._include_file(context, (google_analytics_file), _template_uri) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 730, in _include_file | |
template = _lookup_template(context, uri, calling_uri) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 775, in _lookup_template | |
raise exceptions.TemplateLookupException(str(compat.exception_as())) | |
TemplateLookupException: Cant locate template for uri u'courseware/../theme-google-analytics.html' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment