I figured out something. This exception comes when I wait at some debug
point while the transaction is on.

Is this some bug or is there a time limit over transaction period ?.

 If so how should I make my application fail safe.


On Sat, Mar 12, 2011 at 6:50 PM, Didier Durand <durand.did...@gmail.com>wrote:

> Another try: did you start the local ds like said in
>
> http://code.google.com/appengine/docs/java/tools/localunittesting.html#Writing_Datastore_Tests
> ?
>
> regards
>
> didier
>
> On Mar 12, 11:27 am, dalchand choudhary <dc4...@gmail.com> wrote:
> > No I am only testing locally using eclipse debugger.
> >
> > On Sat, Mar 12, 2011 at 3:55 PM, Didier Durand <durand.did...@gmail.com
> >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 <dc4...@gmail.com> 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
> > > google-appengine-java@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com.
> > > 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> 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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to