Is anyone else seeing errors similar to the following. It seems to
happen randomly -- possibly following a datastore write.

The only thing that fixes the app after it happens is to re-deploy.

Thoughts?

Issue link: http://tinyurl.com/4c2z2v

Thanks,
Aral

500 Error at /admin/ (<type 'exceptions.SystemError'>)
<type 'exceptions.SystemError'>: Parent module 'django.template' not
loaded
Traceback (most recent call last):
  File "/base/data/home/apps/si/4.18/common/appenginepatch/main.py",
line 24, in real_main
    util.run_wsgi_app(application)
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 76, in
run_wsgi_app
    result = application(env, _start_response)
  File "/base/data/home/apps/si/4.18/common/django/core/handlers/
wsgi.py", line 239, in
__call__
    response = self.get_response(request)
  File "/base/data/home/apps/si/4.18/common/django/core/handlers/
base.py", line 128, in
get_response
    return self.handle_uncaught_exception(request, resolver, exc_info)
  File "/base/data/home/apps/si/4.18/common/django/core/handlers/
base.py", line 160, in
handle_uncaught_exception
    return callback(request, **param_dict)
  File "/base/data/home/apps/si/4.18/core/decorators.py", line 189, in
autorization_decorator
    return target_method(request, first_level, second_level, context,
*args, **kwargs)
  File "/base/data/home/apps/si/4.18/core/views.py", line 2643, in
error_500
    return helpers.render_response('500', first_level, second_level,
context,
'HttpResponseServerError')
  File "/base/data/home/apps/si/4.18/core/helpers.py", line 214, in
render_response
    return eval(response_type)(loader.render_to_string(templateFile,
context))
  File "/base/data/home/apps/si/4.18/common/django/template/
loader.py", line 102, in
render_to_string
    t = get_template(template_name)
  File "/base/data/home/apps/si/4.18/common/django/template/
loader.py", line 80, in
get_template
    source, origin = find_template_source(template_name)
  File "/base/data/home/apps/si/4.18/common/django/template/
loader.py", line 54, in
find_template_source
    mod = __import__(module, globals(), locals(), [attr])
<type 'exceptions.SystemError'>: Parent module 'django.template' not
loaded

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to