[appengine-java] handle 1 not found error

2011-02-27 Thread JaySicks
Hi, I'm getting the error: com.google.appengine.api.datastore.DatastoreFailureException: handle 1 not found (the number may vary) I looked up, and I found, that it's related to transactions. And I should get the error, when the too much time passes from the start of the transaction to the commit.

[appengine-java] Re: handle 1 not found error

2011-02-27 Thread JaySicks
durand.did...@gmail.com wrote: Hi, I rather had such messages when using task queues and doing mistakes with them. Do you use task queues (or cron jobs) ? regards didier On Feb 27, 5:56 am, JaySicks jaysi...@gmail.com wrote: Hi, I'm getting the error