I discovered two things that I will put here so that other people can
benefit:

1) The calls to the datastore didn't have an explict pm.close(), so I
put that in.

2) I tried to use if from my domain user (google apps) but the domain
user also has an google account. And they both could have been logged
on. So did a logoff of both and used the correct one. (Clean up
cookies etc)

3) I had to bring the app into the domain that I tried to use if from.

Now it seems to work consistently. Not sure if any of this make sense
but this is what I did.

Anjo.

On 30 mrt, 05:37, unacowa <[email protected]> wrote:
> Hi Anjo
>
> I don't know what happened to your application.
> But, check your "werning" log in appengine-dashboard.
>
> Maybe you find "W" (werning log) says that...
> """
> 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 
> seehttp://code.google.com/appengine/docs/quotas.htmlfor more details.
> """
> The error has 0cpu_ms, 0api_cpu_ms, but it cost just 10000ms to return
> the page with 500 error.
>
> I may be wrong, it happened in the time to increace appengine
> instance.
> And, I don't know how to resolve this.
>
> Sorry for my poor english.
> Unacowa
>
> On Mar 28, 5:57 am, "OraPerf (Anjo)" <[email protected]> wrote:
>
>
>
> > I have an application (oraperfcontacts2.appspot.com) that is working
> > fine after it is deployed and after a couple minutes it stops
> > responding and gives an 500 error.  If I do a refresh of the
> > application it works again but after a while of inactivity the same
> > session it stops and after a while it gives an error 500, but nothing
> > can be found in the logs.
>
> > Does anyone have any pointers of what to check and where?
>
> > Thanks,
>
> > Anjo.- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

-- 
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