App Engine is not doing so well lately. I have some of these today. The
worst part is, this takes 10m to show up in the logs. Interestingly each
traceback line is its own error message (rather than the whole traceback
being printed a s a single error message, as is usually the case).
1.
Traceback (most recent call last):
2. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py",
line 78, in emit
3. E2013-07-29 10:40:06.375
logservice.write(message)
4. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 348, in write
5. E2013-07-29 10:40:06.375
logs_buffer().write(message)
6. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 237, in write
7. E2013-07-29 10:40:06.375
return self._lock_and_call(self._write, line)
8. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 158, in _lock_and_call
9. E2013-07-29 10:40:06.375
return method(*args)
10. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 254, in _write
11. E2013-07-29 10:40:06.375
self._autoflush()
12. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 322, in _autoflush
13. E2013-07-29 10:40:06.375
self._flush()
14. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 308, in _flush
15. E2013-07-29 10:40:06.375
apiproxy_stub_map.MakeSyncCall('logservice', 'Flush', request, response)
16. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 94, in MakeSyncCall
17. E2013-07-29 10:40:06.375
return stubmap.MakeSyncCall(service, call, request, response)
18. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 328, in MakeSyncCall
19. E2013-07-29 10:40:06.375
rpc.CheckSuccess()
20. E2013-07-29 10:40:06.375
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
line 133, in CheckSuccess
21. E2013-07-29 10:40:06.375
raise self.exception
22. E2013-07-29 10:40:06.375
CancelledError: The API call logservice.Flush() was explicitly cancelled.
23. E2013-07-29 10:40:06.375
Logged from file wsgi.py, line 235
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.