Re: [appengine-java] Re: pm.store() failing silently

2010-09-10 Thread Ikai L (Google)
Do you know what that index represents? I'm trying to build a set of reproducible steps so that I can add more descriptions to the bug. That is - how can I write code on my instance to make this happen? On Fri, Sep 10, 2010 at 4:19 AM, John wrote: > I was able to find the bug, filed: > http://co

[appengine-java] Re: pm.store() failing silently

2010-09-10 Thread John
I was able to find the bug, filed: http://code.google.com/p/googleappengine/issues/detail?id=3700 On Sep 7, 9:31 am, John wrote: > Some more debugging info. > When I get this error, I tried to store a new object UserPhotoTest > (exactly the same, just renamed the class), with the same content,

[appengine-java] Re: pm.store() failing silently

2010-09-07 Thread John
Some more debugging info. When I get this error, I tried to store a new object UserPhotoTest (exactly the same, just renamed the class), with the same content, and it gets persisted properly, in the same request. After the test one gets persisted correctly - still in the same request - I try again

[appengine-java] Re: pm.store() failing silently

2010-09-04 Thread John
It is not consistent, it fails at certain times. Sometimes I can try 30 requests in a row without failure. But sometimes it will fail 10 times in a row, and succeed the 11th time. Sometimes it will be 5 failures ... Usually when the problem starts appearing though, it seems to take a certain number