It looks like your application is being terminated due to exceeding request deadlines. If you look in your application logs, you can see warnings such as:
Request was aborted after waiting too long to attempt to service your > request. Most likely, this indicates that you have reached your simultaneous > active request limit. This is almost always due to excessively high latency > in your app. Please see http://code.google.com/appengine/docs/quotas.htmlfor > more details. > If you look at the duration of requests to /showsort/list, you can see that they exceed the 30 second limit on http requests. On Fri, Sep 4, 2009 at 1:48 PM, Xlorep DarkHelm <[email protected]> wrote: > > I can see the requests being made when I look at the logs for when the > app runs. So there definitely are requests for /showsort/list being > called, by my app. This is an automatic call, which has been working > fine up until 2 days ago. Coincidentally about the same time that the > updates previously mentioned which had to be rolled back were done. > > On Sep 4, 10:44 am, Toby Reyelts <[email protected]> wrote: > > I can't see that any RPCs are ever made from your client application to > the > > server. How are you testinghttp://showsort.appspot.com/showsort/list? > You > > can't follow that directly from a browser (i.e. put it in your address > bar), > > because GWT RPC does not support HTTP GET requests - it will give you > some > > error code back like a 400 or a 500. > > > > Can you reproduce any of this on the local dev_appserver? If so, then you > > can use a debugger to track down the problem. If not, then you should add > > some code to your GWT client to track down why it appears the RPC is not > > being initiated. > > > > On Fri, Sep 4, 2009 at 11:42 AM, Xlorep DarkHelm <[email protected]> > wrote: > > > > > Application ID is showsort. > > > > > I can't provide stacktraces for the error, because I'm getting no > > > stacktraces. It isn't even showing up in the logs as a problem. I'm > > > seeing a 500 error, where there used to not be a 500 error. I've not > > > modified the code for my list servlet in several days, but this is now > > > not working, and hasn't been since yesterday, and it appears to be the > > > same problem it had a couple days ago during the "short window". > > > > > On Sep 4, 8:31 am, Toby Reyelts <[email protected]> wrote: > > > > Cliff, > > > > We're not aware of any datastore problems. As Matthew posted two days > > > ago, > > > > there was a short window where changes were introduced that may have > > > caused > > > > some problems for some applications, so we rolled them back in short > > > order. > > > > If after further investigation you still believe these are App Engine > > > > problems, please provide us with more information such as stacktraces > and > > > > your application id. You can always check our status > > > > site<http://code.google.com/status/appengine/>to see if it appears > > > > that App Engine is having problems in general. > > > > > > On Fri, Sep 4, 2009 at 10:21 AM, Cliff Hill <[email protected]> > wrote: > > > > > Still unable to do datastore gets. Well, for about 3 hours > yesterday, > > > it > > > > > worked, and then it stopped. And it is still stopped as of this > > > morning. Any > > > > > chance that I'll be able to use my datastore code sometime in the > near > > > > > future? My app really kinda relies on the datastore to, well, work. > > > > > > > On Thu, Sep 3, 2009 at 5:34 AM, Traveler1980 <[email protected]> > > > wrote: > > > > > > >> Datastore GET error rate is still 100%. Any ETA on when this will > be > > > > >> resolved? > > > > > > >> Regards, > > > > >> JS > > > > > > >> On Sep 3, 3:41 am, Hani Naguib <[email protected]> wrote: > > > > >> > I am also getting many error 500 pages. > > > > >> > This is happening since the issue I mentioned here: > > > > >> > http://groups.google.com/group/google-appengine-java/browse_thread/th. > > > .. > > > > > > > -- > > > > > "I'm not responcabel fer my computer's spleling errnors" - Xlorep > > > DarkHelm > > > > > Website:http://darkhelm.org > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
