Still getting logservice errors inside GAE code, just now ...

Happening less than 10 times a day, but pretty nasty when it does ...


   1. 2013-10-21 09:33:47.139 Traceback (most recent call last):
   2. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py",
 
   line 78, in emit
   3. E2013-10-21 09:33:47.139 logservice.write(message)
   4. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 348, in write
   5. E2013-10-21 09:33:47.139 logs_buffer().write(message)
   6. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 237, in write
   7. E2013-10-21 09:33:47.139 return self._lock_and_call(self._write, line)
   8. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 158, in _lock_and_call
   9. E2013-10-21 09:33:47.139 return method(*args)
   10. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 254, in _write
   11. E2013-10-21 09:33:47.139 self._autoflush()
   12. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 322, in _autoflush
   13. E2013-10-21 09:33:47.139 self._flush()
   14. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 308, in _flush
   15. E2013-10-21 09:33:47.139 apiproxy_stub_map.MakeSyncCall('logservice', 
   'Flush', request, response)
   16. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
 
   line 94, in MakeSyncCall
   17. E2013-10-21 09:33:47.139 return stubmap.MakeSyncCall(service, call, 
   request, response)
   18. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
 
   line 328, in MakeSyncCall
   19. E2013-10-21 09:33:47.139 rpc.CheckSuccess()
   20. E2013-10-21 09:33:47.139 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
 
   line 133, in CheckSuccess
   21. E2013-10-21 09:33:47.139 raise self.exception
   22. E2013-10-21 09:33:47.139 CancelledError: The API call 
   logservice.Flush() was explicitly cancelled.
   23. E2013-10-21 09:33:47.139 Logged from file wsgi.py, line 278




On Sunday, October 20, 2013 11:56:18 AM UTC-7, James Gilliam wrote:
>
> python 2.7 -- getting errors from inside of GAE code ...
>
>
>    1. 2013-10-20 11:45:31.919 Traceback (most recent call last):
>    2. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py",
>  
>    line 78, in emit
>    3. E2013-10-20 11:45:31.919 logservice.write(message)
>    4. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
>  
>    line 348, in write
>    5. E2013-10-20 11:45:31.919 logs_buffer().write(message)
>    6. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
>  
>    line 237, in write
>    7. E2013-10-20 11:45:31.919 return self._lock_and_call(self._write, 
>    line)
>    8. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
>  
>    line 158, in _lock_and_call
>    9. E2013-10-20 11:45:31.919 return method(*args)
>    10. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
>  
>    line 254, in _write
>    11. E2013-10-20 11:45:31.919 self._autoflush()
>    12. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
>  
>    line 322, in _autoflush
>    13. E2013-10-20 11:45:31.919 self._flush()
>    14. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
>  
>    line 308, in _flush
>    15. E2013-10-20 11:45:31.919 apiproxy_stub_map.MakeSyncCall('logservice', 
>    'Flush', request, response)
>    16. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
>  
>    line 94, in MakeSyncCall
>    17. E2013-10-20 11:45:31.919 return stubmap.MakeSyncCall(service, 
>    call, request, response)
>    18. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
>  
>    line 328, in MakeSyncCall
>    19. E2013-10-20 11:45:31.919 rpc.CheckSuccess()
>    20. E2013-10-20 11:45:31.919 File 
>    
> "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
>  
>    line 133, in CheckSuccess
>    21. E2013-10-20 11:45:31.919 raise self.exception
>    22. E2013-10-20 11:45:31.919 CancelledError: The API call 
>    logservice.Flush() was explicitly cancelled.
>    23. E2013-10-20 11:45:31.919 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.

Reply via email to