I just started getting the same exact issue about 15 minutes ago and it
brought down my app.

I make a lot of API calls from my main server to my app engine app, and now
the app engine is rejecting all these requests. Issue can be replicated from
the command line as follows:

*> wget api.networkedblogs.com/api/posts.getBlogPosts?bid=343457&limit=15*

Which returns:

*[1] 22560*
*[root@web1 temp]# --2011-01-27 03:20:53--
http://api.networkedblogs.com/api/posts.getBlogPosts?bid=343457*
*Resolving api.networkedblogs.com... 74.125.53.121*
*Connecting to api.networkedblogs.com|74.125.53.121|:80... connected.*
*HTTP request sent, awaiting response... 302 Found*
*Location:
http://sorry.google.com/sorry/?continue=http://api.networkedblogs.com/api/posts.getBlogPosts%3Fbid%3D343457[following]
*
*--2011-01-27 03:20:57--
http://sorry.google.com/sorry/?continue=http://api.networkedblogs.com/api/posts.getBlogPosts%3Fbid%3D343457
*
*Resolving sorry.google.com... 74.125.53.105, 74.125.53.106, 74.125.53.147,
...*
*Connecting to sorry.google.com|74.125.53.105|:80... connected.*
*HTTP request sent, awaiting response... 503 Service Unavailable*
*2011-01-27 03:20:57 ERROR 503: Service Unavailable.*

The same command above succeeds if I run it from my local machine, but it
fails if I run it from my Web server. The app engine seems to be falsely
considering my other server as a DoS attempt and blocking all requests from
it.

This is a blocker issue. Any help from the App Engine team is greatly
appreciated.

Regards,
Waleed





On Tue, Jan 25, 2011 at 11:06 AM, Denis Volokhovskiy <
[email protected]> wrote:

> After some time, have retried the same session - without this issue.
>
> Looks like it is rare case.
>
>
>
>
>
>
> On Jan 25, 6:15 pm, Denis Volokhovskiy <[email protected]>
> wrote:
> > Hi Google Team,
> >
> > I have performed datastore maintenance from the remote api console for
> > python app (likeourselvesapp),
> > much records were processed in cycle by single requests (I think about
> > 100),
> > and suddenly have encountered automatic redirect (HTTP 302) to Turing
> > test page (with captcha entering)
> > right from the remote shell.
> > Then I exited and tried to deploy, and here traces for the same
> > denial:
> >
> > Application: likeourselvesapp; version: v132-2.
> > Server: appengine.google.com.
> > Scanning files on local disk.
> > Scanned 500 files.
> > Initiating update.
> > Error 302: --- begin server output ---
> > <HTML><HEAD><meta http-equiv="content-type" content="text/
> > html;charset=utf-8">
> > <TITLE>302 Moved</TITLE></HEAD><BODY>
> > <H1>302 Moved</H1>
> > The document has moved
> > <A HREF="http://sorry.google.com/sorry/?continue=http://
> > appengine.google.com/api/appversion/create%3Fversion%3Dv132-2%26app_id
> > %3Dlikeourselvesapp">here</A>.
> > </BODY></HTML>
> > --- end server output ---
> >
> > I tried to open specified URL with Turing test and entering captcha -
> > but it still abandoned my further requests.
> >
> > After several minutes problem gone,
> > but such delays is harmful for normal maintenance from remote console.
> >
> > We are billing-enabled app, and I'm registered developer for a long
> > time.
> > Why such problem happens, and is any solution to avoid it?
> >
> > Thank you
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to