Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.
Robin J. Evans
You are not the only one.
Check status here:
http://code.google.com/status/appengine
Seb.
On 24 fév, 18:23, miracleweb <miracle...@gmail.com> wrote:
> My Blendapps chatroom is down, it is athttp://acimchat.ning.com/
Any idea ? Thanks
My application is: http://www.cocoslive.net
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
On Mar 16, 10:47 am, Alexander Kolesnikov <otry.it...@gmail.com>
wrote:
> Check your logs. I wonder if you will find in them something like "Too many
> open files".
I didn't find any log with the word "many".
What's strange is that I didn't push any modification. The server is
still throwing that error, and I don't know how to fix it.
Any ideas ? Thanks.
--
On Mar 17, 12:48 pm, Alexander Kolesnikov <otry.it...@gmail.com>
wrote:
> Can you see any exceptions thrown in the logs?
Yes, many exceptions. This exception is new one for me:
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 694, in main
run_wsgi_app(application)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 97, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 509, in __call__
handler.post(*groups)
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 663, in post
ranker.SetScore( self.profile_id, [score.cc_score])
File "/base/data/home/apps/cocoslive/1.340556897570839124/ranker/
ranker.py", line 393, in SetScore
return self.SetScores({name: score})
File "/base/data/home/apps/cocoslive/1.340556897570839124/ranker/
common.py", line 30, in transactional_operation
return datastore.RunInTransaction(operation, *args, **kwargs)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 2075, in RunInTransaction
DEFAULT_TRANSACTION_RETRIES, function, *args, **kwargs)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 2188, in RunInTransactionCustomRetries
tx.handle, datastore_pb.CommitResponse())
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 176, in _MakeSyncCall
rpc.wait()
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 460, in wait
self.__rpc.Wait()
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_rpc.py", line 112, in Wait
rpc_completed = self._WaitImpl()
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 108, in _WaitImpl
rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 694, in main
run_wsgi_app(application)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 97, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 509, in __call__
handler.post(*groups)
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 651, in post
casted_value = self.cast_value_to_type( arg, value )
File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 131, in cast_value_to_type
result = query.fetch(1)[0]
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1616, in fetch
raw = raw_query.Get(limit, offset, rpc=rpc)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1183, in Get
limit=limit, offset=offset, prefetch_count=limit,
**kwargs)._Get(limit)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1110, in _Run
datastore_pb.QueryResult(), rpc)
Did the API change ? Do we need to update something ?
It looks like you're hitting the 30 second timeout limit during a
fetch from the datastore. How many entities are you fetching in this
query? Does the number fetched constantly increase the more usage
your app gets?