Is this a Google App Engine issue or my app?

27 views
Skip to first unread message

Gaurav Munjal

unread,
Apr 9, 2012, 10:07:36 PM4/9/12
to google-a...@googlegroups.com
Here is what is in my log:

    1. 2012-04-09 22:01:25.089 / 500 5044ms 0kb Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
      173.56.7.41 - - [09/Apr/2012:19:01:25 -0700] "GET / HTTP/1.1" 500 0 - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0" "infinitegraffitiwall.appspot.com" ms=5045 cpu_ms=23 api_cpu_ms=0 cpm_usd=0.000681 instance=00c61b117ca07e99133a131e6ac863fe1e860e
    2. E 2012-04-09 22:01:25.082
      The API call user.CreateLoginURL() took too long to respond and was cancelled.
      Traceback (most recent call last):
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__
          rv = self.handle_exception(request, response, e)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1505, in __call__
          rv = self.router.dispatch(request, response)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1253, in default_dispatcher
          return route.handler_adapter(request, response)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1077, in __call__
          return handler.dispatch()
        File "/base/data/home/apps/s~infinitegraffitiwall/1.358089811631415074/main.py", line 38, in dispatch
          webapp2.RequestHandler.dispatch(self)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 547, in dispatch
          return self.handle_exception(e, self.app.debug)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 545, in dispatch
          return method(*args, **kwargs)
        File "/base/data/home/apps/s~infinitegraffitiwall/1.358089811631415074/main.py", line 54, in get
          login_url = users.create_login_url(self.request.uri)
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/users.py", line 249, in create_login_url
          apiproxy_stub_map.MakeSyncCall('user', 'CreateLoginURL', req, resp)
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 94, in MakeSyncCall
          return stubmap.MakeSyncCall(service, call, request, response)
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 308, in MakeSyncCall
          rpc.CheckSuccess()
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
          raise self.exception
      DeadlineExceededError: The API call user.CreateLoginURL() took too long to respond and was cancelled.
    3. E 2012-04-09 22:01:25.085
      Traceback (most recent call last):
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 187, in Handle
          handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 225, in _LoadHandler
          handler = __import__(path[0])
        File "/base/data/home/apps/s~infinitegraffitiwall/1.358089811631415074/main.py", line 171, in <module>
          response = app.get_response('/')
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1619, in get_response
          return self.request_class.blank(*args, **kwargs).get_response(self)
        File "/base/python27_runtime/python27_lib/versions/third_party/webob-1.1.1/webob/request.py", line 1086, in get_response
          application, catch_exc_info=False)
        File "/base/python27_runtime/python27_lib/versions/third_party/webob-1.1.1/webob/request.py", line 1055, in call_application
          app_iter = application(self.environ, start_response)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1519, in __call__
          response = self._internal_error(e)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__
          rv = self.handle_exception(request, response, e)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1505, in __call__
          rv = self.router.dispatch(request, response)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1253, in default_dispatcher
          return route.handler_adapter(request, response)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1077, in __call__
          return handler.dispatch()
        File "/base/data/home/apps/s~infinitegraffitiwall/1.358089811631415074/main.py", line 38, in dispatch
          webapp2.RequestHandler.dispatch(self)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 547, in dispatch
          return self.handle_exception(e, self.app.debug)
        File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 545, in dispatch
          return method(*args, **kwargs)
        File "/base/data/home/apps/s~infinitegraffitiwall/1.358089811631415074/main.py", line 54, in get
          login_url = users.create_login_url(self.request.uri)
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/users.py", line 249, in create_login_url
          apiproxy_stub_map.MakeSyncCall('user', 'CreateLoginURL', req, resp)
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 94, in MakeSyncCall
          return stubmap.MakeSyncCall(service, call, request, response)
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 308, in MakeSyncCall
          rpc.CheckSuccess()
        File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
          raise self.exception
      DeadlineExceededError: The API call user.CreateLoginURL() took too long to respond and was cancelled.

Reply all
Reply to author
Forward
0 new messages