[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2010-01-21 Thread Fabrizio
Since 10 hours I see no more errors! I'm very happy! :))) (now: 2010-01-22 7:40 utc) I haven't changed anything and no deploy. Google Team, what have you done? FYI, a couple of screenshot of the dashboard graph: http://gs.fhtino.it/download/GAE2_no_more_error1.png?attredirects=0

[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2010-01-15 Thread Fabrizio
I continue to get the errors. I really don't understand. My app is very low traffic. But I have a cron. It fires every minute and does a very little and fast job (normally /myurl 200 59ms 80cpu_ms 21api_cpu_ms 0kb). But sometime I get /myurl 500 10002ms 0cpu_ms 0kb. Today rate is 10%, so I get 1

Re: [appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2010-01-15 Thread John Patterson
There seems to be no way to stop loading requests occurring even with cron jobs. I think currently the only solution is to make you app start up faster. This could mean getting rid of frameworks like Guice which take time to initialise. Google chaps: is there any way to page the memory

[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2010-01-15 Thread Fabrizio
John, my app is very very simple. It does not use external frameworks or libraries. fabrizio   I think currently the only solution is to make you app   start up faster.   -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

Re: [appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2010-01-15 Thread John Patterson
Can you see long loading requests in your logs? That is requests taking over 10 seconds that would be logged immediately after the aborted request. On 15 Jan 2010, at 21:02, Fabrizio wrote: John, my app is very very simple. It does not use external frameworks or libraries. fabrizio

[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2010-01-15 Thread WSouza
Fabrizio, I always get these errors right after I deploy a new version of my app, I don't know if that is the case on yours. On Jan 15, 9:09 am, John Patterson jdpatter...@gmail.com wrote: Can you see long loading requests in your logs?  That is requests   taking over 10 seconds that would

[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2009-12-17 Thread jd
If your cron job has to wait longer than 10 seconds while your app is reloading you will get this message. Do you also see a loading request in the logs just after or before this error message? If so then it is interesting that despite your 1 minute ping, engine is still swapping out your app.

[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2009-12-17 Thread Fabrizio
If your cron job has to wait longer than 10 seconds while your app is reloading you will get this message.  Do you also see a loading request in the logs just after or before this error message?  If so then it is interesting that despite your 1 minute ping, engine is still swapping out your

Re: [appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2009-12-17 Thread John Patterson
On 17 Dec 2009, at 20:03, Fabrizio wrote: I also get warning like com .google .appengine.repackaged.com.google.common.base.FinalizableReferenceQueue $SystemLoader loadFinalizer: Not allowed to access system class loader... In another thread, someone said these warnings are related to

[appengine-java] Re: Many Request was aborted after waiting too long to attempt to service your request errors

2009-12-17 Thread peter
I'm having the same problems, it started to occur after the 1.2.8 release, still the same with 1.3.0. Adding another cronjob 1 minute prior to the real one just to load the app... //Peter On Dec 17, 12:18 pm, jd jdpatter...@gmail.com wrote: If your cron job has to wait longer than 10 seconds