No I am only testing locally using eclipse debugger.
On Sat, Mar 12, 2011 at 3:55 PM, Didier Durand <[email protected]>wrote: > Hi, > > Are you using queued tasks ? This can of error may appear then. > > It appears on the dev server when the Task Queue env in not correctly > started. > > regards > > didier > > On Mar 12, 8:03 am, dalchand choudhary <[email protected]> wrote: > > Hi, > > > > I am using App Engine Locally with eclipse and while operating put on > > datastore using Iterable<Entity> object (datastrore.put(entityList)) I am > > getting this Exception. > > > > com.google.appengine.api.datastore.DatastoreFailureException: handle 16 > not > > found > > at > > > com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:53) > > at > > > com.google.appengine.api.datastore.DatastoreApiHelper$1.convertException(DatastoreApiHelper.java:98) > > at > com.google.appengine.api.utils.FutureWrapper.get(FutureWrapper.java:69) > > at > > > com.google.appengine.api.datastore.FutureHelper$CumulativeAggregateFuture.get(FutureHelper.java:136) > > at > > > com.google.appengine.api.datastore.FutureHelper$TxnAwareFuture.get(FutureHelper.java:213) > > at > > > com.google.appengine.api.datastore.FutureHelper.getInternal(FutureHelper.java:71) > > at > > > com.google.appengine.api.datastore.FutureHelper.quietGet(FutureHelper.java:32) > > at > > > com.google.appengine.api.datastore.DatastoreServiceImpl$2.runInternal(DatastoreServiceImpl.java:113) > > at > > > com.google.appengine.api.datastore.DatastoreServiceImpl$2.runInternal(DatastoreServiceImpl.java:110) > > at > > > com.google.appengine.api.datastore.TransactionRunner.runInTransaction(TransactionRunner.java:31) > > at > > > com.google.appengine.api.datastore.DatastoreServiceImpl.put(DatastoreServiceImpl.java:110) > > > > Please help. > > -- > 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 > [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-java?hl=en. > > -- Dal Chand Choudhary Research Engineer DataResolve Technologies Pvt. Ltd. Kolkata, India. -- 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 [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-java?hl=en.
