The main point to remember this question was only a thought to
increase performance of my webapps, but not currently an important
issue; because it occurs one/two times a day only.

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/historypoint/11.348973941259885086/
main.py", line 20, in <module>
    import gdata.docs.client
  File "/base/data/home/apps/historypoint/11.348973941259885086/gdata/
docs/__init__.py", line 17, in <module>
    """Contains extensions to Atom objects used with Google
Documents."""
W 2011-03-13 14:19:27.421
A serious problem was encountered with the process that handled this
request, causing it to exit. This is likely to cause a new process to
be used for the next request to your application. If you see this
message frequently, you may be throwing exceptions during the
initialization of your application. (Error code 104)



# ====================================================================

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/historypoint/11.348957479872960786/
forums.py", line 1108, in <module>
    main()
  File "/base/data/home/apps/historypoint/11.348957479872960786/
forums.py", line 1104, in main
    run_wsgi_app(application)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/util.py", line 97, 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 117, in run_bare_wsgi_app
    for data in result:
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/appstats/recording.py", line 857, in appstats_wsgi_wrapper
    result = app(environ, appstats_start_response)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 504, in __call__
    handler = handler_class()
  File "/base/data/home/apps/historypoint/11.348957479872960786/
templates.py", line 54, in __init__
 
webapp.template.register_template_library('utils.template_filters')
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/template.py", line 269, in register_template_library
    django.template.add_to_builtins(package_name)
  File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/template/__init__.py", line 1049, in add_to_builtins
    builtins.append(import_library(module))
  File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/template/__init__.py", line 987, in import_library
    mod = import_module(taglib_module)
  File "/base/python_runtime/python_lib/versions/third_party/
django-1.2/django/utils/importlib.py", line 35, in import_module
    __import__(name)
  File "/base/data/home/apps/historypoint/11.348957479872960786/utils/
template_filters.py", line 7, in <module>
    __author__ = 'Ernesto Karim Oltra'




On 14 mar, 04:50, Robert Kluin <[email protected]> wrote:
> Hi Ernesto,
>   Does that typically happen on loading requests?  DeadlineExceeded
> errors are usually associated with datastore or URL Fetch calls.
> Depending on what you're doing, you can try to solve them by catching
> and retrying or gracefully handling the error.  You might try posting
> the traceback, and possibly the relevant code; perhaps someone will
> have some more specific ideas.
>
> Robert
>
> On Sun, Mar 13, 2011 at 17:29, Ernesto Karim Oltra
>
>
>
>
>
>
>
> <[email protected]> wrote:
> > Sporadically I receive a deadline error, refresh the page again and
> > all goes well. In the logs it says it's a line containing a comment
> > (from gdata package, so i'm sure it's not an error) or a simple import
> > logging; things like that.
>
> > So my question is, what throws this error when the instance is
> > apparently perfect? There is any method to avoid it? Because it's not
> > an issue and only occurs once or twice a day I could simply ignore
> > them as I've been doing, but I was wondering if any googler could give
> > a better explanation for this strange errors =)
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
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