Hi, team.

My application was running fine for years.
But from 2013/3/30, I got a Internal error, "the id allocated for a new 
entity was already in use, please try again".
Initially this error did't always happen, but now all put()s to one kind 
return this error.

The details are as follow:
1. This error happens to one kind(Operation kind in my application)
2. Sometimes I set numeric id by using allocate_ids() when needed.
 Of course I don't do it without using allocate_ids().
3. This error happens to both put(), with or without setting id.
 This means that I got error even when I simply created and put entity.

I've checked data for a week, I found that some data of this kind are 
missing.
Of course I didn't delete them.
(I don't know whether this missing data are relevant to this error or not,
but I think my application is not normal, so I describe all information 
that I can get.)

For a week, I've checked my code, but I couldn't find my bug.
And I don't understand why this error happens.

Would you please check my application?

appid: nakasake-dev
runtime: python27
datastore: HRD

thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to