Hi,
I get a strange error (I am doing nothing with the log-service api - did
not know it anyway...)
This eats tons of read/write operations in only one request...
1. 2013-11-07 13:59:38.337 Traceback (most recent call last):
2. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py",
line 78, in emit
3. E 2013-11-07 13:59:38.337 logservice.write(message)
4. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 348, in write
5. E 2013-11-07 13:59:38.337 logs_buffer().write(message)
6. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 237, in write
7. E 2013-11-07 13:59:38.337 return self._lock_and_call(self._write,
line)
8. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 158, in _lock_and_call
9. E 2013-11-07 13:59:38.337 return method(*args)
10. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 254, in _write
11. E 2013-11-07 13:59:38.337 self._autoflush()
12. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 322, in _autoflush
13. E 2013-11-07 13:59:38.337 self._flush()
14. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
line 308, in _flush
15. E 2013-11-07 13:59:38.337 apiproxy_stub_map.MakeSyncCall('logservice',
'Flush', request, response)
16. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 94, in MakeSyncCall
17. E 2013-11-07 13:59:38.337 return stubmap.MakeSyncCall(service,
call, request, response)
18. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 328, in MakeSyncCall
19. E 2013-11-07 13:59:38.337 rpc.CheckSuccess()
20. E 2013-11-07 13:59:38.337 File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
line 133, in CheckSuccess
21. E 2013-11-07 13:59:38.337 raise self.exception
22. E 2013-11-07 13:59:38.337 CancelledError: The API call
logservice.Flush() was explicitly cancelled.
23. E 2013-11-07 13:59:38.337 Logged from file wsgi.py, line 278
--
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.