Hi Guys,

We are facing the same issue. Our Application was running fine but after a 
small update (few static file) most of the calls returning 500. Following 
is the log trace 




   1. 2015-03-20 17:52:59.077
   
   suspended generator _get_tasklet(context.py:329) raised 
InternalError(internal error.)
   
   2. W2015-03-20 17:52:59.077
   
   suspended generator get(context.py:744) raised InternalError(internal error.)
   
   3. E2015-03-20 17:52:59.078
   
   internal error.
   Traceback (most recent call last):
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py",
 line 1536, in __call__
       rv = self.handle_exception(request, response, e)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py",
 line 1530, in __call__
       rv = self.router.dispatch(request, response)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py",
 line 1278, in default_dispatcher
       return route.handler_adapter(request, response)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py",
 line 1102, in __call__
       return handler.dispatch()
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py",
 line 572, in dispatch
       return self.handle_exception(e, self.app.debug)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py",
 line 570, in dispatch
       return method(*args, **kwargs)
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/logic/user.py", line 
109, in wrapper
       fn(self, *args, **kwargs)
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/handlers/ProfileHandler.py",
 line 42, in get
       p = profile_get(user)
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/logic/profile.py", line 
255, in profile_get
       profile_dict['heroes'] = hero_get_all_active(user_key)
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/logic/hero.py", line 
476, in hero_get_all_active
       hero_dicts.append(hero_to_dict(hero))
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/logic/hero.py", line 
428, in hero_to_dict
       hd['level'] = hero.get_level()
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/models/hero.py", line 
110, in get_level
       lvl, _, _ = self._hero_level_for_xp()
     File 
"/base/data/home/apps/s~bob-live/128.383018434102993204/models/hero.py", line 
86, in _hero_level_for_xp
       static_hero_inst = StaticHero.get_key(self.staticHero).get()
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/key.py",
 line 557, in get
       return self.get_async(**ctx_options).get_result()
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py",
 line 325, in get_result
       self.check_success()
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py",
 line 368, in _help_tasklet_along
       value = gen.throw(exc.__class__, exc, tb)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/context.py",
 line 744, in get
       entity = yield self._get_batcher.add_once(key, options)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py",
 line 368, in _help_tasklet_along
       value = gen.throw(exc.__class__, exc, tb)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/context.py",
 line 329, in _get_tasklet
       entities = yield self._conn.async_get(options, datastore_keys)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py",
 line 454, in _on_rpc_completion
       result = rpc.get_result()
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
 line 613, in get_result
       return self.__get_result_hook(self)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py",
 line 1609, in __get_hook
       self.check_rpc_success(rpc)
     File 
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py",
 line 1342, in check_rpc_success
       raise _ToDatastoreError(err)
   InternalError: internal error.
   
   



On Friday, March 20, 2015 at 4:27:45 PM UTC+5, Sumeet - Hermitage Softnet 
wrote:
>
> Hello Guys,
>
> Till this morning my php app was running ,
>
> i got few updates and deployed .. after that it is continuously giving me 
> Internal server Error 500
>
> Any Specific Solution
>
> On Tuesday, June 11, 2013 at 2:22:40 PM UTC+5:30, Lawrence Mok wrote:
>>
>> Well besides my app is down, there's also a few pages by Google is down:
>>
>> https://developers.google.com/appengine/community?csw=1
>> https://developers.google.com/appengine/docs/go/datastore/transactions
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c1177059-0314-4a6d-9c1e-d88384d07c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to