Hi
I am facing random "google.appengine.runtime.DeadlineExceededError" on
my application.
It shows:
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.
I do not have heavy data to load on page. still it is taking long time
to respond.
In my server log i am getting following message.
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/<my-app>/1.336445580820250073/main.py",
line 33, in <module>
main()
File "/base/data/home/apps/<my-app>/1.336445580820250073/main.py",
line 30, in 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/python_lib/versions/third_party/django-0.96/django/core/
handlers/wsgi.py", line 189, in __call__
response = self.get_response(request)
File "/base/python_lib/versions/third_party/django-0.96/django/core/
handlers/base.py", line 122, in get_response
message = "%s\n\n%s" % (self._get_traceback(exc_info),
request_repr)
File "/base/python_lib/versions/third_party/django-0.96/django/core/
handlers/base.py", line 131, in _get_traceback
return '\n'.join(traceback.format_exception(*(exc_info or
sys.exc_info())))
File "/base/python_dist/lib/python2.5/traceback.py", line 142, in
format_exception
list = list + format_tb(tb, limit)
File "/base/python_dist/lib/python2.5/traceback.py", line 76, in
format_tb
return format_list(extract_tb(tb, limit))
File "/base/python_dist/lib/python2.5/traceback.py", line 101, in
extract_tb
line = linecache.getline(filename, lineno, f.f_globals)
File "/base/python_dist/lib/python2.5/linecache.py", line 14, in
getline
lines = getlines(filename, module_globals)
File "/base/python_dist/lib/python2.5/linecache.py", line 40, in
getlines
return updatecache(filename, module_globals)
File "/base/python_dist/lib/python2.5/linecache.py", line 80, in
updatecache
stat = os.stat(fullname)
I saw
http://groups.google.com/group/google-appengine/browse_thread/thread/7487e5f429a2789d/8d34547566291eac?lnk=raot&fwc=1&pli=1
But did not found answer :(
That why I am posting this thread.
Please help to sort out this issue.
Thanks
Rahul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---