I'm getting CONSTANT DeadlineExceeded errors in few of my pages.
I'm pretty desperate by now, as it seems that the application is
hardly running anything besides the zipimport.


zipimporter('/base/data/home/apps/nine9folds/10.338250418954774092/
common/zip-packages/django-1.1.zip', '')
2591999
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/nine9folds/10.338250418954774092/common/
appenginepatch/main.py", line 77, in <module>
    main()
  File "/base/data/home/apps/nine9folds/10.338250418954774092/common/
appenginepatch/main.py", line 36, in real_main
    util.run_wsgi_app(application)
  File "/base/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_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
    result = application(env, _start_response)
  File "/base/data/home/apps/nine9folds/10.338250418954774092/common/
zip-packages/django-1.1.zip/django/core/handlers/wsgi.py", line 241,
in __call__
  File "/base/data/home/apps/nine9folds/10.338250418954774092/common/
zip-packages/django-1.1.zip/django/core/handlers/base.py", line 133,
in get_response
  File "/base/data/home/apps/nine9folds/10.338250418954774092/common/
zip-packages/django-1.1.zip/django/dispatch/dispatcher.py", line 166,
in send
  File "/base/data/home/apps/nine9folds/10.338250418954774092/common/
zip-packages/django-1.1.zip/django/core/signals.py", line 8, in
log_exception
  File "/base/python_dist/lib/python2.5/py_zipimport.py", line 208, in
find_module
    submodname, is_package, relpath = self._get_info(fullmodname)
  File "/base/python_dist/lib/python2.5/py_zipimport.py", line 163, in
_get_info
    self.zipfile.getinfo(relpath.replace(os.sep, '/'))
<class 'google.appengine.runtime.DeadlineExceededError'>:

--

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