Re: [google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite
Instead of letting datastore to generate id automatically, I am now 
generating id for most of my kinds. Luckily several important kinds do not 
rely on automatic id generation. My app is back online. Is my app the only 
one experiencing this scary issue?

On Friday, April 5, 2013 6:56:33 AM UTC+8, GoSharp Lite wrote:
>
> The time of id large jump is interesting. 2011/11 was when GAE exited beta.
>
> On Thursday, April 4, 2013 9:52:19 PM UTC+8, GoSharp Lite wrote:
>>
>> Kinds in my app with key generated by myself still function well. Kinds 
>> which I let datastore generate key automatically all has "Exceeded maximum 
>> allocated IDs" problem now.
>>
>>
>>
>> On Thursday, April 4, 2013 9:43:15 PM UTC+8, barryhunter wrote:
>>>
>>> This thread
>>>
>>> https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/r7L2mH3VzLw
>>> mentions they where going to change the id allocation online. 
>>>
>>> Maybe that is now causing issue?
>>>
>>>
>>> On Thu, Apr 4, 2013 at 2:26 PM, GoSharp Lite  wrote:
>>>
>>>> Another kind shows the id jump at about the same time.
>>>> id=6071550, 2011-11-18 06:00:31.469000
>>>> id=9223259787545787652, 2011-11-18 15:51:32.743000
>>>>
>>>>
>>>> On Thursday, April 4, 2013 9:21:05 PM UTC+8, GoSharp Lite wrote:
>>>>>
>>>>> I have a kind which shows the time of id jump as shown below.
>>>>> id=6045690, 2011-11-17 03:24:34.576000
>>>>> id=9223259787545788651, 2011-11-18 16:09:36.499000
>>>>>
>>>>>
>>>>> On Thursday, April 4, 2013 9:13:27 PM UTC+8, GoSharp Lite wrote:
>>>>>>
>>>>>> I found another kind which gives "Exceeded maximum allocated IDs". This 
>>>>>> kind only has 2545 entities. Looking at the id sequence, at around 1223 
>>>>>> entity id=6070550, the next entity id=9223259787545785651 and 
>>>>>> increasing. The id generator is behaving strangely.
>>>>>>
>>>>>>
>>>>>> On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>>>>>>>
>>>>>>> The code is a simple datastore.put(entity). I'm getting close to 
>>>>>>> find the problem. The kind which gives "Exceeded maximum allocated IDs" 
>>>>>>> only has 1483 entities, but the last entity id=9223259787550119662. 
>>>>>>> This is almost 
>>>>>>> 2^63, which is the limit. I have been using this kind since 2010, it 
>>>>>>> seems 
>>>>>>> the ID generator might be root cause of this error. 
>>>>>>>
>>>>>>> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>>>>>>>
>>>>>>>> What is the relevant code (and values) that experience this 
>>>>>>>> exception? 
>>>>>>>>
>>>>>>>>
>>>>>>>> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
>>>>>>>> > *This might be a JDO limitation. Is there a setting to increase 
>>>>>>>> maximum 
>>>>>>>> > allocation IDs?* 
>>>>>>>> > 
>>>>>>>> > java.lang.**IllegalArgumentException: Exceeded maximum allocated 
>>>>>>>> IDs 
>>>>>>>> > at 
>>>>>>>> > org.datanucleus.api.jdo.**NucleusJDOHelper.**
>>>>>>>> getJDOExceptionForNucleusExcep**tion(NucleusJDOHelper.java:**488) 
>>>>>>>> > at 
>>>>>>>> > org.datanucleus.api.jdo.**JDOPersistenceManager.**
>>>>>>>> jdoMakePersistent(**JDOPersistenceManager.java:**736) 
>>>>>>>> > at 
>>>>>>>> > org.datanucleus.api.jdo.**JDOPersistenceManager.**makePersistent(
>>>>>>>> **JDOPersistenceManager.java:**756) 
>>>>>>>> > 
>>>>>>>> > 
>>>>>>>> > 
>>>>>>>> > 
>>>>>>>> > 
>>>>>>>> > 
>>>>>>>> > 
>>>>>>>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>>>>>>>> > 
>>>>>>>> > > *Issue 9110:* 
>>>>>>>> > 
>>>>>>>> > > Application ID : gochild2009.appspot.com 
>>>>>>>> > 
>>>>>>>> > > My app is running fine for months. Today it starts to give 
>>>>>>>> error on "Exceeded maximum allocated IDs" with datastore put. Is this 
>>>>>>>> something new with appengine quota and limitation? What is the quota 
>>>>>>>> for 
>>>>>>>> allocated IDs? 
>>>>>>>>
>>>>>>>  -- 
>>>> 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-appengi...@googlegroups.com.
>>>> To post to this group, send email to google-a...@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.
>>>>  
>>>>  
>>>>
>>>
>>>

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




Re: [google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite
The time of id large jump is interesting. 2011/11 was when GAE exited beta.

On Thursday, April 4, 2013 9:52:19 PM UTC+8, GoSharp Lite wrote:
>
> Kinds in my app with key generated by myself still function well. Kinds which 
> I let datastore generate key automatically all has "Exceeded maximum 
> allocated IDs" problem now.
>
>
>
> On Thursday, April 4, 2013 9:43:15 PM UTC+8, barryhunter wrote:
>>
>> This thread
>>
>> https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/r7L2mH3VzLw
>> mentions they where going to change the id allocation online. 
>>
>> Maybe that is now causing issue?
>>
>>
>> On Thu, Apr 4, 2013 at 2:26 PM, GoSharp Lite  wrote:
>>
>>> Another kind shows the id jump at about the same time.
>>> id=6071550, 2011-11-18 06:00:31.469000
>>> id=9223259787545787652, 2011-11-18 15:51:32.743000
>>>
>>>
>>> On Thursday, April 4, 2013 9:21:05 PM UTC+8, GoSharp Lite wrote:
>>>>
>>>> I have a kind which shows the time of id jump as shown below.
>>>> id=6045690, 2011-11-17 03:24:34.576000
>>>> id=9223259787545788651, 2011-11-18 16:09:36.499000
>>>>
>>>>
>>>> On Thursday, April 4, 2013 9:13:27 PM UTC+8, GoSharp Lite wrote:
>>>>>
>>>>> I found another kind which gives "Exceeded maximum allocated IDs". This 
>>>>> kind only has 2545 entities. Looking at the id sequence, at around 1223 
>>>>> entity id=6070550, the next entity id=9223259787545785651 and increasing. 
>>>>> The id generator is behaving strangely.
>>>>>
>>>>>
>>>>> On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>>>>>>
>>>>>> The code is a simple datastore.put(entity). I'm getting close to find 
>>>>>> the problem. The kind which gives "Exceeded maximum allocated IDs" only 
>>>>>> has 1483 entities, but the last entity id=9223259787550119662. This is 
>>>>>> almost 
>>>>>> 2^63, which is the limit. I have been using this kind since 2010, it 
>>>>>> seems 
>>>>>> the ID generator might be root cause of this error. 
>>>>>>
>>>>>> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>>>>>>
>>>>>>> What is the relevant code (and values) that experience this 
>>>>>>> exception? 
>>>>>>>
>>>>>>>
>>>>>>> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
>>>>>>> > *This might be a JDO limitation. Is there a setting to increase 
>>>>>>> maximum 
>>>>>>> > allocation IDs?* 
>>>>>>> > 
>>>>>>> > java.lang.**IllegalArgumentException: Exceeded maximum allocated 
>>>>>>> IDs 
>>>>>>> > at 
>>>>>>> > org.datanucleus.api.jdo.**NucleusJDOHelper.**
>>>>>>> getJDOExceptionForNucleusExcep**tion(NucleusJDOHelper.java:**488) 
>>>>>>> > at 
>>>>>>> > org.datanucleus.api.jdo.**JDOPersistenceManager.**
>>>>>>> jdoMakePersistent(**JDOPersistenceManager.java:**736) 
>>>>>>> > at 
>>>>>>> > org.datanucleus.api.jdo.**JDOPersistenceManager.**makePersistent(*
>>>>>>> *JDOPersistenceManager.java:**756) 
>>>>>>> > 
>>>>>>> > 
>>>>>>> > 
>>>>>>> > 
>>>>>>> > 
>>>>>>> > 
>>>>>>> > 
>>>>>>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>>>>>>> > 
>>>>>>> > > *Issue 9110:* 
>>>>>>> > 
>>>>>>> > > Application ID : gochild2009.appspot.com 
>>>>>>> > 
>>>>>>> > > My app is running fine for months. Today it starts to give error 
>>>>>>> on "Exceeded maximum allocated IDs" with datastore put. Is this 
>>>>>>> something 
>>>>>>> new with appengine quota and limitation? What is the quota for 
>>>>>>> allocated 
>>>>>>> IDs? 
>>>>>>>
>>>>>>  -- 
>>> 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-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@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.
>>>  
>>>  
>>>
>>
>>

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




Re: [google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite


Kinds in my app with key generated by myself still function well. Kinds which I 
let datastore generate key automatically all has "Exceeded maximum allocated 
IDs" problem now.



On Thursday, April 4, 2013 9:43:15 PM UTC+8, barryhunter wrote:
>
> This thread
>
> https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/r7L2mH3VzLw
> mentions they where going to change the id allocation online. 
>
> Maybe that is now causing issue?
>
>
> On Thu, Apr 4, 2013 at 2:26 PM, GoSharp Lite 
> > wrote:
>
>> Another kind shows the id jump at about the same time.
>> id=6071550, 2011-11-18 06:00:31.469000
>> id=9223259787545787652, 2011-11-18 15:51:32.743000
>>
>>
>> On Thursday, April 4, 2013 9:21:05 PM UTC+8, GoSharp Lite wrote:
>>>
>>> I have a kind which shows the time of id jump as shown below.
>>> id=6045690, 2011-11-17 03:24:34.576000
>>> id=9223259787545788651, 2011-11-18 16:09:36.499000
>>>
>>>
>>> On Thursday, April 4, 2013 9:13:27 PM UTC+8, GoSharp Lite wrote:
>>>>
>>>> I found another kind which gives "Exceeded maximum allocated IDs". This 
>>>> kind only has 2545 entities. Looking at the id sequence, at around 1223 
>>>> entity id=6070550, the next entity id=9223259787545785651 and increasing. 
>>>> The id generator is behaving strangely.
>>>>
>>>>
>>>> On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>>>>>
>>>>> The code is a simple datastore.put(entity). I'm getting close to find 
>>>>> the problem. The kind which gives "Exceeded maximum allocated IDs" only 
>>>>> has 1483 entities, but the last entity id=9223259787550119662. This is 
>>>>> almost 
>>>>> 2^63, which is the limit. I have been using this kind since 2010, it 
>>>>> seems 
>>>>> the ID generator might be root cause of this error. 
>>>>>
>>>>> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>>>>>
>>>>>> What is the relevant code (and values) that experience this 
>>>>>> exception? 
>>>>>>
>>>>>>
>>>>>> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
>>>>>> > *This might be a JDO limitation. Is there a setting to increase 
>>>>>> maximum 
>>>>>> > allocation IDs?* 
>>>>>> > 
>>>>>> > java.lang.**IllegalArgumentException: Exceeded maximum allocated 
>>>>>> IDs 
>>>>>> > at 
>>>>>> > org.datanucleus.api.jdo.**NucleusJDOHelper.**
>>>>>> getJDOExceptionForNucleusExcep**tion(NucleusJDOHelper.java:**488) 
>>>>>> > at 
>>>>>> > org.datanucleus.api.jdo.**JDOPersistenceManager.**
>>>>>> jdoMakePersistent(**JDOPersistenceManager.java:**736) 
>>>>>> > at 
>>>>>> > org.datanucleus.api.jdo.**JDOPersistenceManager.**makePersistent(**
>>>>>> JDOPersistenceManager.java:**756) 
>>>>>> > 
>>>>>> > 
>>>>>> > 
>>>>>> > 
>>>>>> > 
>>>>>> > 
>>>>>> > 
>>>>>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>>>>>> > 
>>>>>> > > *Issue 9110:* 
>>>>>> > 
>>>>>> > > Application ID : gochild2009.appspot.com 
>>>>>> > 
>>>>>> > > My app is running fine for months. Today it starts to give error 
>>>>>> on "Exceeded maximum allocated IDs" with datastore put. Is this 
>>>>>> something 
>>>>>> new with appengine quota and limitation? What is the quota for allocated 
>>>>>> IDs? 
>>>>>>
>>>>>  -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@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.
>>  
>>  
>>
>
>

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




[google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite


Another kind shows the id jump at about the same time.
id=6071550, 2011-11-18 06:00:31.469000
id=9223259787545787652, 2011-11-18 15:51:32.743000


On Thursday, April 4, 2013 9:21:05 PM UTC+8, GoSharp Lite wrote:
>
> I have a kind which shows the time of id jump as shown below.
> id=6045690, 2011-11-17 03:24:34.576000
> id=9223259787545788651, 2011-11-18 16:09:36.499000
>
>
> On Thursday, April 4, 2013 9:13:27 PM UTC+8, GoSharp Lite wrote:
>>
>> I found another kind which gives "Exceeded maximum allocated IDs". This kind 
>> only has 2545 entities. Looking at the id sequence, at around 1223 entity 
>> id=6070550, the next entity id=9223259787545785651 and increasing. The id 
>> generator is behaving strangely.
>>
>>
>> On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>>>
>>> The code is a simple datastore.put(entity). I'm getting close to find 
>>> the problem. The kind which gives "Exceeded maximum allocated IDs" only 
>>> has 1483 entities, but the last entity id=9223259787550119662. This is 
>>> almost 
>>> 2^63, which is the limit. I have been using this kind since 2010, it seems 
>>> the ID generator might be root cause of this error. 
>>>
>>> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>>>
>>>> What is the relevant code (and values) that experience this exception? 
>>>>
>>>>
>>>> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
>>>> > *This might be a JDO limitation. Is there a setting to increase 
>>>> maximum 
>>>> > allocation IDs?* 
>>>> > 
>>>> > java.lang.IllegalArgumentException: Exceeded maximum allocated IDs 
>>>> > at 
>>>> > 
>>>> org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:488)
>>>>  
>>>>
>>>> > at 
>>>> > 
>>>> org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
>>>>  
>>>>
>>>> > at 
>>>> > 
>>>> org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)
>>>>  
>>>>
>>>> > 
>>>> > 
>>>> > 
>>>> > 
>>>> > 
>>>> > 
>>>> > 
>>>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>>>> > 
>>>> > > *Issue 9110:* 
>>>> > 
>>>> > > Application ID : gochild2009.appspot.com 
>>>> > 
>>>> > > My app is running fine for months. Today it starts to give error on 
>>>> "Exceeded maximum allocated IDs" with datastore put. Is this something new 
>>>> with appengine quota and limitation? What is the quota for allocated IDs? 
>>>>
>>>

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




[google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite


I have a kind which shows the time of id jump as shown below.
id=6045690, 2011-11-17 03:24:34.576000
id=9223259787545788651, 2011-11-18 16:09:36.499000


On Thursday, April 4, 2013 9:13:27 PM UTC+8, GoSharp Lite wrote:
>
> I found another kind which gives "Exceeded maximum allocated IDs". This kind 
> only has 2545 entities. Looking at the id sequence, at around 1223 entity 
> id=6070550, the next entity id=9223259787545785651 and increasing. The id 
> generator is behaving strangely.
>
>
> On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>>
>> The code is a simple datastore.put(entity). I'm getting close to find the 
>> problem. The kind which gives "Exceeded maximum allocated IDs" only 
>> has 1483 entities, but the last entity id=9223259787550119662. This is 
>> almost 
>> 2^63, which is the limit. I have been using this kind since 2010, it seems 
>> the ID generator might be root cause of this error. 
>>
>> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>>
>>> What is the relevant code (and values) that experience this exception? 
>>>
>>>
>>> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
>>> > *This might be a JDO limitation. Is there a setting to increase 
>>> maximum 
>>> > allocation IDs?* 
>>> > 
>>> > java.lang.IllegalArgumentException: Exceeded maximum allocated IDs 
>>> > at 
>>> > 
>>> org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:488)
>>>  
>>>
>>> > at 
>>> > 
>>> org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
>>>  
>>>
>>> > at 
>>> > 
>>> org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)
>>>  
>>>
>>> > 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > 
>>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>>> > 
>>> > > *Issue 9110:* 
>>> > 
>>> > > Application ID : gochild2009.appspot.com 
>>> > 
>>> > > My app is running fine for months. Today it starts to give error on 
>>> "Exceeded maximum allocated IDs" with datastore put. Is this something new 
>>> with appengine quota and limitation? What is the quota for allocated IDs? 
>>>
>>

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




[google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite


I found another kind which gives "Exceeded maximum allocated IDs". This kind 
only has 2545 entities. Looking at the id sequence, at around 1223 entity 
id=6070550, the next entity id=9223259787545785651 and increasing. The id 
generator is behaving strangely.


On Thursday, April 4, 2013 8:40:28 PM UTC+8, GoSharp Lite wrote:
>
> The code is a simple datastore.put(entity). I'm getting close to find the 
> problem. The kind which gives "Exceeded maximum allocated IDs" only 
> has 1483 entities, but the last entity id=9223259787550119662. This is almost 
> 2^63, which is the limit. I have been using this kind since 2010, it seems 
> the ID generator might be root cause of this error. 
>
> On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>>
>> What is the relevant code (and values) that experience this exception? 
>>
>>
>> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
>> > *This might be a JDO limitation. Is there a setting to increase maximum 
>> > allocation IDs?* 
>> > 
>> > java.lang.IllegalArgumentException: Exceeded maximum allocated IDs 
>> > at 
>> > 
>> org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:488)
>>  
>>
>> > at 
>> > 
>> org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
>>  
>>
>> > at 
>> > 
>> org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)
>>  
>>
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
>> > 
>> > > *Issue 9110:* 
>> > 
>> > > Application ID : gochild2009.appspot.com 
>> > 
>> > > My app is running fine for months. Today it starts to give error on 
>> "Exceeded maximum allocated IDs" with datastore put. Is this something new 
>> with appengine quota and limitation? What is the quota for allocated IDs? 
>>
>

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




[google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite
The code is a simple datastore.put(entity). I'm getting close to find the 
problem. The kind which gives "Exceeded maximum allocated IDs" only 
has 1483 entities, but the last entity id=9223259787550119662. This is almost 
2^63, which is the limit. I have been using this kind since 2010, it seems 
the ID generator might be root cause of this error. 

On Thursday, April 4, 2013 8:14:49 PM UTC+8, Ian Marshall wrote:
>
> What is the relevant code (and values) that experience this exception? 
>
>
> On Apr 4, 10:13 am, GoSharp Lite  wrote: 
> > *This might be a JDO limitation. Is there a setting to increase maximum 
> > allocation IDs?* 
> > 
> > java.lang.IllegalArgumentException: Exceeded maximum allocated IDs 
> > at 
> > 
> org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:488)
>  
>
> > at 
> > 
> org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
>  
>
> > at 
> > 
> org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)
>  
>
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote: 
> > 
> > > *Issue 9110:* 
> > 
> > > Application ID : gochild2009.appspot.com 
> > 
> > > My app is running fine for months. Today it starts to give error on 
> "Exceeded maximum allocated IDs" with datastore put. Is this something new 
> with appengine quota and limitation? What is the quota for allocated IDs? 
>

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




[google-appengine] Re: Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite
*This might be a JDO limitation. Is there a setting to increase maximum 
allocation IDs?*

java.lang.IllegalArgumentException: Exceeded maximum allocated IDs
at 
org.datanucleus.api.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:488)
at 
org.datanucleus.api.jdo.JDOPersistenceManager.jdoMakePersistent(JDOPersistenceManager.java:736)
at 
org.datanucleus.api.jdo.JDOPersistenceManager.makePersistent(JDOPersistenceManager.java:756)

On Thursday, April 4, 2013 3:37:36 PM UTC+8, GoSharp Lite wrote:
>
> *Issue 9110:*
>
> Application ID : gochild2009.appspot.com
>
>
> My app is running fine for months. Today it starts to give error on "Exceeded 
> maximum allocated IDs" with datastore put. Is this something new with 
> appengine quota and limitation? What is the quota for allocated IDs?
>
>

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




[google-appengine] Limitation on “Exceeded maximum allocated IDs”

2013-04-04 Thread GoSharp Lite


*Issue 9110:*

Application ID : gochild2009.appspot.com


My app is running fine for months. Today it starts to give error on "Exceeded 
maximum allocated IDs" with datastore put. Is this something new with appengine 
quota and limitation? What is the quota for allocated IDs?

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




[google-appengine] Re: Avg Latency and Errors are high recently

2013-03-12 Thread GoSharp Lite
After I switch back to Java 6, performance is back to normal. Not sure if 
Google has fixed something or Java 7 is causing performance issue.

On Tuesday, March 12, 2013 9:04:28 AM UTC+8, GoSharp Lite wrote:
>
> My app is experiencing high latency and errors in the past few days. Avg 
> latency was less than 300ms before, and now it is >5000ms. Does anyone have 
> the same problem?
>

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




[google-appengine] Avg Latency and Errors are high recently

2013-03-11 Thread GoSharp Lite
My app is experiencing high latency and errors in the past few days. Avg 
latency was less than 300ms before, and now it is >5000ms. Does anyone have 
the same problem?

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




Re: [google-appengine] JSP compile error with 1.7.4 at deploy time

2012-12-14 Thread GoSharp Lite
Thanks! Sekhar. Your lazy route of uninstalling JRE and having only JDK on 
the machine works.

On Saturday, December 15, 2012 8:27:53 AM UTC+8, GoSharp Lite wrote:
>
> I'm having the same problem with sdk 1.7.4.
> Will app engine team fix this *sdk error* soon?
>
> On Thursday, December 13, 2012 9:47:14 AM UTC+8, Sekhar wrote:
>>
>> Thanks, I actually did try most (though not all) of those steps already. 
>> Anyway, I went the lazy route and just uninstalled the JRE (so I just have 
>> JDK on my machine), and the problem went away.
>>
>> On Wednesday, December 12, 2012 3:36:20 PM UTC-8, Takashi Matsuo (Google) 
>> wrote:
>>>
>>> Hi Sekhar,
>>>
>>> I hope these posts help.
>>> https://groups.google.com/d/msg/google-appengine/U9b9OOyKFAw/dPKVqLVJeVYJ
>>> https://groups.google.com/d/msg/google-appengine/U9b9OOyKFAw/Pm3fvRdBtfQJ
>>>
>>> -- Takashi
>>>
>>>
>>> On Wed, Dec 12, 2012 at 3:28 PM, Sekhar  wrote:
>>>
>>>> I just updated GAE to 1.7.4, and I'm getting the JDK missing error (see 
>>>> below) at deploy time. The JSPs compile fine in Eclipse and I can test OK 
>>>> on the dev server...the problem comes only at deploy time. Was working 
>>>> fine 
>>>> in 1.7.3. Anyone else? I reverted to 1.7.3 to get around this.
>>>>
>>>> gae java.lang.RuntimeException: Cannot get the System Java Compiler. 
>>>> Please use a JDK, not a JRE.
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Google App Engine" group.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msg/google-appengine/-/8n1c-lXGbcwJ.
>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>> To unsubscribe from this group, send email to 
>>>> google-appengi...@googlegroups.com.
>>>> For more options, visit this group at 
>>>> http://groups.google.com/group/google-appengine?hl=en.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Takashi Matsuo | Developers Advocate | tma...@google.com
>>>
>>>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/tyBc6LQ2nF4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] JSP compile error with 1.7.4 at deploy time

2012-12-14 Thread GoSharp Lite
I'm having the same problem with sdk 1.7.4.
Will app engine team fix this *sdk error* soon?

On Thursday, December 13, 2012 9:47:14 AM UTC+8, Sekhar wrote:
>
> Thanks, I actually did try most (though not all) of those steps already. 
> Anyway, I went the lazy route and just uninstalled the JRE (so I just have 
> JDK on my machine), and the problem went away.
>
> On Wednesday, December 12, 2012 3:36:20 PM UTC-8, Takashi Matsuo (Google) 
> wrote:
>>
>> Hi Sekhar,
>>
>> I hope these posts help.
>> https://groups.google.com/d/msg/google-appengine/U9b9OOyKFAw/dPKVqLVJeVYJ
>> https://groups.google.com/d/msg/google-appengine/U9b9OOyKFAw/Pm3fvRdBtfQJ
>>
>> -- Takashi
>>
>>
>> On Wed, Dec 12, 2012 at 3:28 PM, Sekhar  wrote:
>>
>>> I just updated GAE to 1.7.4, and I'm getting the JDK missing error (see 
>>> below) at deploy time. The JSPs compile fine in Eclipse and I can test OK 
>>> on the dev server...the problem comes only at deploy time. Was working fine 
>>> in 1.7.3. Anyone else? I reverted to 1.7.3 to get around this.
>>>
>>> gae java.lang.RuntimeException: Cannot get the System Java Compiler. 
>>> Please use a JDK, not a JRE.
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Google App Engine" group.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msg/google-appengine/-/8n1c-lXGbcwJ.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> google-appengi...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/google-appengine?hl=en.
>>>
>>
>>
>>
>> -- 
>> Takashi Matsuo | Developers Advocate | tma...@google.com
>>
>>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/RvMIaRwc1xAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: SDK 1.3.8 released!

2010-10-15 Thread GoSharp Lite
I am using Eclipse 3.5 to develop AppEngine and Android together,
since Android does not recommend using Eclipse 3.6.
Google Plugin for Eclipse 3.5 is still using SDK 1.3.7, can't update
new SDK 1.3.8.
Is there a way to manually install SDK 1.3.8 for Eclipse 3.5?

On Oct 15, 11:44 am, Takashi Matsuo  wrote:
> Hello App Engine Developers!
>
> We're very happy to announce that SDK 1.3.8 is released today. There
> are many new cool features, so please download the new SDK and enjoy
> it!
>
> You can download the new SDK 
> from:http://code.google.com/appengine/downloads.html
>
> Our blog post includes some screenshots of new features in admin 
> console:http://googleappengine.blogspot.com/2010/10/new-app-engine-sdk-138-in...
>
> Here are release notes:
>
> Java
> ---
> Version 1.3.8
> =
> - You can run task queue tasks immediately from the admin console.
> - Added an OutputSettings class to the Images API to specify the JPEG encoding
>   quality when running in production.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.xml, the maximum allowed bucket size is now 100.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - The whitelist has been updated to include java.net.InetAddress and some
>   interfaces and abstract classes in javax.xml.soap, including
>   javax.xml.soap.SOAPMessage.
> - Fixed an issue reserving App Ids by owners of emails containing periods,
>   multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue where TaskOptions had no public getters, making testing
>   impossible.
>    http://code.google.com/p/googleappengine/issues/detail?id=3243
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> Python
> -
> Version 1.3.8
> ==
> - Builtin app.yaml handlers are available for common application functions,
>   such as appstats.
>    http://code.google.com/appengine/docs/python/config/appconfig.html#Bu...
> - The Admin Console now provides an experimental tool to delete all entities 
> in
>   the datastore or all entities of a given type. This is available only if
>   enabled using the datastore_admin builtin. Deleting entities will count
>   against application quota.
>    http://code.google.com/appengine/docs/python/datastore/creatinggettin...
> - You can run task queue tasks immediately from the Admin Console.
> - You can now specify the quality of JPEG images via the Image API's
>   execute_transforms function. Available in production only.
> - Support for login of multiple Google accounts within an app, and longer 
> login
>   sessions. For more information see:
>    http://www.google.com/support/accounts/bin/answer.py?answer=181599
> - In queue.yaml, the maximum allowed bucket size is now 100.
> - Precompilation is now enabled by default. To disable, use the
>   --no_precompilation flag when updating your app.
> - BlobInfo now has an open() method that returns a BlobReader.
> - BlobReader now accepts a BlobInfo.
> - Removed limits on zigzag merge-join queries. Therefore the error "The 
> built-in
>   indices are not efficient enough for this query and your data. Please add a
>   composite index for this query." will no longer be thrown in most cases,
>   enabling more types of queries without indexes.
> - Fixed an issue with task queue tasks not running on the dev_appserver when
>   using Python 2.6.
> - Fixed an issue on the dev_appserver where auto task running wasn't working 
> for
>   BulkAdd.
> - Fixed an issue reserving App Ids by owners of similarly-named mails accounts
>   containing periods, multiple cases, and googlemail.com address.
>    http://code.google.com/p/googleappengine/issues/detail?id=1196
> - Fixed an issue on the development server where PNGs were being returned as
>   JPEGs.
>    http://code.google.com/p/googleappengine/issues/detail?id=3661
>
> --
> Takashi Matsuo
> Developer Relations
> Developer Advocate for Google App Engine/iGoogle
> Google Japan, Inc.

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



[google-appengine] Re: Channel API

2010-07-27 Thread GoSharp Lite
Hints to have Channel API works in SDK can be found in below link.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/6fa09953ffae2cd3/c1db7de5fdb82b65#

On 7月27日, 上午4時04分, "Ikai L (Google)"  wrote:
> It's in the SDK now. It just won't work in production.
>
> On another note, this is a perfect example of why we tend to shy away from
> announcements before we have something ready. =)
>
>
>
> On Sun, Jul 25, 2010 at 5:12 AM, Suvash  wrote:
>
> > I am eagerly waiting for channel api. Its been more than a month that
> > Support for Channel API was announced.
> > Tentatively when can i expect Channel API  to be included in appengine
> > SDK?
>
> > Thanks,
> > Suvash
>
> > On Jul 22, 6:14 am, "Ikai L (Google)"  wrote:
> > > This still isn't out yet. I keep hearing about new services that provide
> > > this functionality. Check them out:
>
> > >http://www.pubnub.com/http://beaconpush.com
>
> > > You can write your code in such a way that when channel API ships, you
> > can
> > > switch over with minimal effort. Wrap the API calls with your own adapter
> > > and just switch that over when needed.
>
> > > On Tue, Jul 20, 2010 at 8:31 AM, Tom Wu  wrote:
>
> > > > Great !
>
> > > > Just waiting for the Channel API Docs and key register.
>
> > > > Best Regards
> > > > Tom Wu
>
> > > > 2010/7/20 lumpynifkin 
>
> > > > This also just came out.  Shows a sample app and how the API will
> > > >> work.
>
> > > >>http://code.google.com/events/io/2010/sessions/building-real-time-app.
> > ..
>
> > > >> On May 21, 4:18 pm, "Ikai L (Google)"  wrote:
> > > >> > Looks like there's a Trusted Tester signup form:
>
> >https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A.
> > > >> ..
>
> > > >> > <
> > > >>https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A
> > ..
> > > >> .>Note
> > > >> > that this doesn't guarantee we can get you early access.
>
> > > >> > On Fri, May 21, 2010 at 12:41 PM, Ikai L (Google) <
> > ika...@google.com>
> > > >> wrote:
>
> > > >> > > I'd subscribe to our blog as well as keep track of this in the
> > groups:
>
> >http://googleappengine.blogspot.com/2010/05/app-engine-at-google-io-2.
> > > >> ..
>
> > > >> > > <
> > > >>http://googleappengine.blogspot.com/2010/05/app-engine-at-google-io-2
> > ..
> > > >> .>We
> > > >> > > do prerelease SDKs when possible, so keep on the lookout for one
> > that
> > > >> does
> > > >> > > what you are looking for.
>
> > > >> > > On Thu, May 20, 2010 at 7:12 AM, Backpack 
> > > >> wrote:
>
> > > >> > >> I read about the upcoming channel API (comet stuff) on the app
> > engine
> > > >> > >> blog. I know it is still in an early stage but anybody has any
> > link
> > > >> to
> > > >> > >> any kind of preview?
>
> > > >> > >> Just can't wait...
>
> > > >> > >> --
> > > >> > >> You received this message because you are subscribed to the
> > Google
> > > >> Groups
> > > >> > >> "Google App Engine" group.
> > > >> > >> To post to this group, send email to
> > > >> google-appeng...@googlegroups.com.
> > > >> > >> To unsubscribe from this group, send email to
> > > >> > >> google-appengine+unsubscr...@googlegroups.com
> > 
>
> > > >> 
> > 
>
> > > >> > >> .
> > > >> > >> For more options, visit this group at
> > > >> > >>http://groups.google.com/group/google-appengine?hl=en.
>
> > > >> > > --
> > > >> > > Ikai Lan
> > > >> > > Developer Relations, Google App Engine
> > > >> > > Twitter:http://twitter.com/ikai
> > > >> > > Delicious:http://delicious.com/ikailan
>
> > > >> > > 
> > > >> > > Google App Engine links:
> > > >> > > Blog:http://googleappengine.blogspot.com
> > > >> > > Twitter:http://twitter.com/app_engine
> > > >> > > Reddit:http://www.reddit.com/r/appengine
>
> > > >> > --
> > > >> > Ikai Lan
> > > >> > Developer Relations, Google App Engine
> > > >> > Twitter:http://twitter.com/ikai
> > > >> > Delicious:http://delicious.com/ikailan
>
> > > >> > 
> > > >> > Google App Engine links:
> > > >> > Blog:http://googleappengine.blogspot.com
> > > >> > Twitter:http://twitter.com/app_engine
> > > >> > Reddit:http://www.reddit.com/r/appengine
>
> > > >> > --
> > > >> > You received this message because you are subscribed to the Google
> > > >> Groups "Google App Engine" group.
> > > >> > To post to this group, send email to
> > google-appeng...@googlegroups.com.
> > > >> > To unsubscribe from this group, send email to
> > > >> google-appengine+unsubscr...@googlegroups.com
> > 
>
> > > >> .
> > > >> > For more options, visit this group athttp://
> > > >> groups.google.com/group/google-appengine?hl=en.
>
> > > >> --
> > > >> You received this message because you are subscribed to the Google
> > Groups
> > > >> "Google App Engine" group.
> > > >> To post to this group, send email to
> > google-appeng...@googlegroups.com.
> > > >> To unsubscribe from this group, send email to
> > > >> google-appengine+unsubscr...@googlegroups.com
> > 
>
> > > >> .
> > > >> For more options, visit this group at
> > >

[google-appengine] Channel API shipping delay?

2010-06-13 Thread GoSharp Lite
Moishe Lettvin told us he is shipping Channel API very soon during
Google I/O last month. Could  PM in charge of this project tell us
when will be the planned shipping date?

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



[google-appengine] Changing default encryption policy of GAE

2009-10-23 Thread GoSharp Lite

Hi All,

My webapp works on my notebook and can handle encryption/decryption
with higher strength keys.

This is possible because I have downloaded the Java Cryptography
Extension (JCE) Unlimited Strength Jurisdiction Policy Files. And
installed these Policy Files in my notebook.

Unluckily GAE seems to have the default policy setting of Java, and
not capable of handling encryption/decryption with higher strength
keys.

The max allowed key length is only 128 with transformation shown
below.
int keyLenght = Cipher.getMaxAllowedKeyLength("AES/CBC/PKCS5Padding");

I am trying to cross over from C# to Java. My program is ready but
can't figure out how to change encryption policy of GAE.

Anyone has a solution to this issue?

Regards,
GoSharpLite

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