Correction. The 30s deadline which I mentioned has been increased. Why
not look at

  http://code.google.com/appengine/docs/java/runtime.html#The_Request_Timer

for the new limit?

Cheers,

Ian


On Feb 1, 9:35 am, Ian Marshall <ianmarshall...@gmail.com> wrote:
> Hello Aruna,
>
> You might find that the date-time-stamp of your log entry is 30
> seconds after the start date-time mentioned in the entry.
>
> GAE normally requires that web requests return within 30s. If you have
> exceeded this time limit, then you will need to change your code
> (perhaps by breaking the work into smaller pieces).
>
> Cheers,
>
> Ian
>
> On Feb 1, 4:09 am, "M.W. Aruna Withanage" <deltaar...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > Hi Marshal,
>
> > Thank you for your reply. I am can see following exception in the log
>
> > Uncaught exception from servlet
> > com.google.apphosting.runtime.HardDeadlineExceededError: This request
> > (61e5c9c622d01075) started at 2012/02/01 04:0What is that mean?
> > How can I overcome that?
> > Please someone help me.
>
> > Regards
> > Aruna
>
> > On 31 January 2012 02:10, Ian Marshall <ianmarshall...@gmail.com> wrote:
>
> > > Have you looked at your application's log in the Google App Engine
> > > Administration Console? Do you see anything relevant?
>
> > > On Jan 31, 8:35 am, deltaaruna <deltaar...@gmail.com> wrote:
> > > > Hi all,
>
> > > > My app has about 60000 records. I uploaded the bulk data to the local
> > > > datastore using xml files.
> > > > It was working well in the local cloud.
> > > > Then I uploaded the app in to cloud.
> > > > Now I can't upload my data in the google cloud. when I try to do it
> > > > following messege comes
>
> > > > Error: Server Error The server encountered an error and could not
> > > complete
> > > > your request.
>
> > > > If the problem persists, please report<
> > >http://code.google.com/appengine/community.html>your problem and mention
> > > this error message and the query that caused it.
>
> > > > How can I solve this problem?
>
> > > --
> > > 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 at
> > >http://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-java@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