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

2011-02-28 Thread Didier Durand
Hi, Are you running this locally or in the prod env ? If locally, you should use this thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/1cc4851560f198bc I had once the exact same problem as you: did the cleanup as in the above thread and that solved it. regards

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

2011-02-27 Thread Didier Durand
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: com.google.appengine.api.datastore.DatastoreFailureException: handle

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

2011-02-27 Thread JaySicks
thanks, for your reply. In fact yes, I use task queues. The error comes up when I loop through database objects, and try to persist to the database as well. I want to generate an object for a subset of objects in the database, and store them in the datastore. So my logic is: get an iterator of