Error: Server Error

4 views
Skip to first unread message

miracleweb

unread,
Feb 24, 2010, 12:23:41 PM2/24/10
to Google App Engine
My Blendapps chatroom is down, it is at http://acimchat.ning.com/

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

broc

unread,
Feb 24, 2010, 12:26:43 PM2/24/10
to Google App Engine
Hi Robin,

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/

Ricardo Quesada

unread,
Mar 16, 2010, 9:08:42 AM3/16/10
to Google App Engine
Since yesterday I'm getting this error as well. But according to
AppEngine status (http://code.google.com/status/appengine) everything
is working fine.

Any idea ? Thanks

My application is: http://www.cocoslive.net

Alexander Kolesnikov

unread,
Mar 16, 2010, 9:47:41 AM3/16/10
to google-a...@googlegroups.com
Check your logs. I wonder if you will find in them something like "Too many open files". 


--
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.


Ricardo Quesada

unread,
Mar 17, 2010, 11:26:12 AM3/17/10
to Google App Engine

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.

Alexander Kolesnikov

unread,
Mar 17, 2010, 11:48:01 AM3/17/10
to google-a...@googlegroups.com
Can you see any exceptions thrown in the logs?


--

Ricardo Quesada

unread,
Mar 17, 2010, 11:56:51 AM3/17/10
to Google App Engine

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)

Ricardo Quesada

unread,
Mar 19, 2010, 11:40:59 AM3/19/10
to Google App Engine
cocoslive is a High Score server, and now almost all the games are
throwing the "Deadline" exception.
this is another example:

<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)

Ricardo Quesada

unread,
Mar 19, 2010, 11:49:46 AM3/19/10
to Google App Engine
I would like to mention that I didn't modify anything on the server.
From 1 day to another the server started to throw this error :-(

Ricardo Quesada

unread,
Mar 19, 2010, 1:37:37 PM3/19/10
to Google App Engine
Did the transaction code change ? Did the DEFAULT_TRANSACTION_RETRIES
change in the last update ?

gg

unread,
Mar 19, 2010, 6:27:39 PM3/19/10
to Google App Engine
I'm getting tons of Deadline Exceeded Errors also.... Somebody screwed
something up.....

Ricardo Quesada

unread,
Mar 19, 2010, 6:54:48 PM3/19/10
to Google App Engine
Can anybody can help us ?
I'm paying more than $80 per week for this service!!!!!

Did the API change ? Do we need to update something ?

Wooble

unread,
Mar 19, 2010, 8:47:15 PM3/19/10
to Google App Engine

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?

Reply all
Reply to author
Forward
0 new messages