I've been using my app (savingeveryweek) as normal this morning, and
suddenly every page on the site comes back blank. I view source in the
browser and there is nothing there. (As I'm writing this, I see the
problem has been resolved.) Here is the traceback indicating the
home.html template does not exist:

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 511, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/savingeveryweek/1.342388929832477782/
main.py", line 956, in get
    self.generate('home.html', {'sale_note': sale_note})
  File "/base/data/home/apps/savingeveryweek/1.342388929832477782/
common.py", line 591, in generate
    self.response.out.write(template.render(path, values))
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 80, in render
    t = load(template_path, debug)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 108, in load
    template = django.template.loader.get_template(file_name)
  File "/base/python_runtime/python_lib/versions/third_party/
django-0.96/django/template/loader.py", line 79, in get_template
    source, origin = find_template_source(template_name)
  File "/base/python_runtime/python_lib/versions/third_party/
django-0.96/django/template/loader.py", line 72, in
find_template_source
    raise TemplateDoesNotExist, name
TemplateDoesNotExist: home.html

My last update to the app was about 24 hours ago, and I've used the
site since then. I've never seen this exception before.

Perhaps this is related to what seems to be general datastore latency
issues over the past couple days? The GAE Status page has shown the
datastore having an Anomaly yesterday and today, and I've been getting
frequent Deadline Exceeded errors both days for simple put()
operations (on the order of a 1% failure rate).

I love so much about GAE, but days like this concern me. Any
background on what's happening from the GAE team would be appreciated.

Jeff Roloff

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to