there are some kind of errors showing up sudden unexpected error :::
but the system status is not showing up any changes in status. any others
facing similar problems please post/reply so that this will taken into
consideration and fixed soon


one kind is at django extends where django is trying to access other templates

the second kind is of datastore ones. throwing errors for even the
data available at the server...




<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File 
"/base/data/home/apps/cricwaves/2-1-5-4.352350870255798790/cricket/StaticPages.py",
line 54, in main
    run_wsgi_app(application)
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py",
line 98, in run_wsgi_app
    run_bare_wsgi_app(add_wsgi_middleware(application))
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py",
line 116, in run_bare_wsgi_app
    result = application(env, _start_response)
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py",
line 700, in __call__
    handler.get(*groups)
  File 
"/base/data/home/apps/cricwaves/2-1-5-4.352350870255798790/cricket/StaticPages.py",
line 35, in get
    
self.generate(PageVariable+".html",m2,"ls","StaticPagesDynamiccontent"+PageVariable,"StaticPagesDynamiccontent","StaticPage",PageVariable)
  File 
"/base/data/home/apps/cricwaves/2-1-5-4.352350870255798790/cricket/basehandler.py",
line 405, in generate
    else: gentab = template.render(path, values, debug=_DEBUG).decode('utf-8')
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/template.py",
line 72, in render
    t = load(template_path, debug)
  File 
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/template.py",
line 100, 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 80, in get_template
    template = get_template_from_string(source, origin, template_name)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader.py",
line 88, in get_template_from_string
    return Template(source, origin, name)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 158, in __init__
    self.nodelist = compile_string(template_string, origin)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 174, in compile_string
    return parser.parse()
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 273, in parse
    compiled_result = compile_func(self, token)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py",
line 154, in do_extends
    nodelist = parser.parse()
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 273, in parse
    compiled_result = compile_func(self, token)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py",
line 132, in do_block
    nodelist = parser.parse(('endblock', 'endblock %s' % block_name))
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 273, in parse
    compiled_result = compile_func(self, token)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/defaulttags.py",
line 862, in spaceless
    nodelist = parser.parse(('endspaceless',))
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 273, in parse
    compiled_result = compile_func(self, token)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py",
line 172, in do_include
    return ConstantIncludeNode(path[1:-1])
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py",
line 87, in __init__
    t = get_template(template_path)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader.py",
line 80, in get_template
    template = get_template_from_string(source, origin, template_name)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader.py",
line 88, in get_template_from_string
    return Template(source, origin, name)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 158, in __init__
    self.nodelist = compile_string(template_string, origin)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 174, in compile_string
    return parser.parse()
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 273, in parse
    compiled_result = compile_func(self, token)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/defaulttags.py",
line 580, in ifequal
    return do_ifequal(parser, token, False)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/defaulttags.py",
line 554, in do_ifequal
    nodelist_true = parser.parse(('else', end_tag))
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/__init__.py",
line 273, in parse
    compiled_result = compile_func(self, token)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py",
line 172, in do_include
    return ConstantIncludeNode(path[1:-1])
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loader_tags.py",
line 87, in __init__
    t = get_template(template_path)
  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 68, in find_template_source
    source, display_name = loader(name, dirs)
  File 
"/base/python_runtime/python_lib/versions/third_party/django-0.96/django/template/loaders/filesystem.py",
line 17, in load_template_source
    return (open(filepath).read(), filepath)






-- 
Regards
Sandeep Koduri
Phone: +91- 99 666 02 456
Gtalk: sandeep.koduri | Skype: sandeep.koduri
P Please consider the environment before printing this email

-- 
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 
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