Hi,
I exactly have the same problem as describes by skk

What I can add: it seems to happen in burst. I had it 7 times out of 9
for the day around 12:40 pm today
regards
didier

On Jun 9, 11:20 pm, skk <[email protected]> wrote:
> MeToo - I get this too -
> com.google.appengine.api.labs.taskqueue.TransientFailureException:
> Unknown
>         at
> com.google.appengine.api.labs.taskqueue.QueueApiHelper.translateError(QueueApiHelper.java:
> 60)
>         at
>
> What's worse is that this occurs on a recurrent task that schedules
> itself - After failures like this, I end up with 2, 3, sometimes 5
> tasks all doing the same thing - the task queue management system
> keeps scheduling the failed task..
>
> Luckily, the app is structured so that repeated concurrent runs does
> no harm apart from using up CPU. What can I do - apart from monitoring
> the queue on a daily basis and purging the extraneous tasks ?
>
> On Jun 3, 3:22 am, Viðar Svansson <[email protected]> wrote:
>
> > I am adding tasks to the defautl queue and frequently get this
> > exception frequently.
> > What is happening? Can I do anything about it?
>
> > Viðar
>
> > com.google.appengine.api.labs.taskqueue.TransientFailureException: Unknown
> >         at 
> > com.google.appengine.api.labs.taskqueue.QueueApiHelper.translateError(QueueApiHelper.java:58)
> >         at 
> > com.google.appengine.api.labs.taskqueue.QueueApiHelper.translateError(QueueApiHelper.java:111)
> >         at 
> > com.google.appengine.api.labs.taskqueue.QueueApiHelper.makeSyncCall(QueueApiHelper.java:32)
> >         at 
> > com.google.appengine.api.labs.taskqueue.QueueImpl.add(QueueImpl.java:278)
> >         at 
> > com.google.appengine.api.labs.taskqueue.QueueImpl.add(QueueImpl.java:250)
> >         at 
> > com.google.appengine.api.labs.taskqueue.QueueImpl.add(QueueImpl.java:235)
>
> > On Mon, Apr 12, 2010 at 4:50 PM, Tristan <[email protected]> 
> > wrote:
> > > Hey,
>
> > > I got this exception twice yesterday. Is there anything in my control
> > > that may be causing it? Or should I just wrap it up and retry if this
> > > happens? (the task has successfully queued and executed hundreds of
> > > times)
>
> > > Uncaught exception from servlet
> > > com.google.appengine.api.labs.taskqueue.TransientFailureException:
> > > Unknown
> > >        at
> > > com.google.appengine.api.labs.taskqueue.QueueApiHelper.translateError(QueueApiHelper.java:
> > > 58)
> > >        at
> > > com.google.appengine.api.labs.taskqueue.QueueApiHelper.translateError(QueueApiHelper.java:
> > > 111)
> > >        at
> > > com.google.appengine.api.labs.taskqueue.QueueApiHelper.makeSyncCall(QueueApiHelper.java:
> > > 32)
> > >        at
> > > com.google.appengine.api.labs.taskqueue.QueueImpl.add(QueueImpl.java:
> > > 278)
> > >        at
> > > com.google.appengine.api.labs.taskqueue.QueueImpl.add(QueueImpl.java:
> > > 250)
> > >        at
> > > com.google.appengine.api.labs.taskqueue.QueueImpl.add(QueueImpl.java:
> > > 235)
>
> > > Tristan
>
> > > --
> > > 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 
> > > athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
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.

Reply via email to