Also, that this 10 seconds issue actually appear mostly when my
scheduled tasks are kicked, so in result they never start, even so
user requests from the regular UI are coming trough. It seem like this
problem been introduced recently

  Thanks

  Eugene


On Mar 1, 11:35 am, Eugene Kuleshov <ekules...@gmail.com> wrote:
> John,
>
>   My application is hardly used right now, so there is certainly NO
> other requests coming in. So, I still don't understand why execution
> is cut after 10 seconds instead of promised 30 seconds.
>
>   With such limitation GAE for Java is practically making impossible
> to use the most popular web framework (i.e. Spring MVC + Spring
> Security + Spring Core), but I'd be interested to hear how you can
> replace such stack with something based on Guice.
>
>   regards,
>   Eugene
>
> On Feb 28, 11:55 pm, John Patterson <jdpatter...@gmail.com> wrote:
>
> > You get this message when you app is still starting while other  
> > requests come in.  The only current solution is to reduce start up  
> > time - pinging is not a satisfactory solution because you still get  
> > frequent "loading requests".  With Guice I was able to reduce star up  
> > by using a non AOP version which did no bytecode enhancement.  Also,  
> > try delaying initialising components until they are needed.
>
> > On 1 Mar 2010, at 08:45, Eugene Kuleshov wrote:
>
> > >  I have Java application deployed on the appengine and it has several
> > > job definitions. However I see that Scheduled Tasks are aborted within
> > > 10 seconds from the start, even so corresponding FAQ entry states 30
> > > seconds.http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Li...
>
> > >  This is a big problem for any applications using Springframework,
> > > which has startup time about 20 seconds.
>
> > >  Here is corresponding entry from the log file for one of the
> > > executions of such scheduled task.
>
> > > ---
> > >   1. 02-28 02:45PM 39.147 /fetch.htm?... 500 10012ms 0cpu_ms 0kb
> > >      See details
>
> > >      0.1.0.1 - - [28/Feb/2010:14:45:49 -0800] "GET /fetch.htm?...
> > > HTTP/1.1" 500 0 - - "ipsc-stats.appspot.com"
>
> > >   2. W 02-28 02:45PM 49.160
>
> > >      Request was aborted after waiting too long to attempt to service
> > > your request. Most likely, this indicates that you have reached your
> > > simultaneous dynamic request limit. This is almost always due to
> > > excessively high latency in your app. Please see
> > >http://code.google.com/appengine/docs/quotas.htmlformore details.
> > > ---
>
> > >  Can you please advise what could be done in such and if I am missing
> > > anything obvious?
>
> > >  Thanks
>
> > >  Eugene
>
> > > --
> > > 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 
> > > google-appengine-java@googlegroups.com
> > > .
> > > To unsubscribe from this group, send email to 
> > > google-appengine-java+unsubscr...@googlegroups.com
> > > .
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/google-appengine-java?hl=en
> > > .

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to