[google-appengine] Re: HR Migration questions

2013-06-23 Thread Arun Ramanuj
From my experience (with much fewer entities), you need to ensure that your key references is clean, esp. as it relates to the blobstore. I had a similar experience, and realized that I had some blob references in my entity tables, whereas the blobs were missing (had been deleted). This caused

[google-appengine] Re: HR Migration questions

2013-06-23 Thread johnP
Definitely appreciate a response. I'm at day 6 and most recently, it's spent 24 hours at 5036 shards remaining, 499878 entities. Maybe it can be called 'hung' - but it's moved along in the past after hanging out in the past, plus there are no error indications in the Admin Logs or anywhere

[google-appengine] Reading All Namespaces -- Inconsistent Results

2013-06-23 Thread James Gilliam
When I list all of the namespaces for my app, the list includes namespaces that no long have any kinds (tables) associated with them. If I do the list repeatedly, the list is not even consistent, including namespaces where all the kinds were deleted previously. Any idea why not getting the

[google-appengine] Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10 Something is very wrong in GAE land today ... I submitted a critical production issue ... # 9560 -- You received this message because you are

Re: [google-appengine] Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread Alejandro Gonzalez
Are you using any kind of framework or you are with low level API? El 23/06/2013 22:02, James Gilliam jimgill...@gmail.com escribió: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Datastore api directly ... On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10 Something is very wrong in GAE land today ... I

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Wrote a little test to repeatedly read ... here are the results Resultstest num# or records0414210344451061074849101010111012413414101510 1610171018101910 On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Another test -- reading all entities for a namespace / kind # or records41044104101041010101041041010410 On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i

[google-appengine] Deploying proxy server: Error Message.

2013-06-23 Thread shdw318
I'm trying to deploy a proxy server and I keep getting the following message. Please help me figure out what to do next. Thank you. ___ 2013-06-23 02:30:30 Running command: [u'C:\\Python26\\python.exe', '-u', u'C:\\Program Files

[google-appengine] Unable to deploy proxy server

2013-06-23 Thread shdw318
I am trying to deploy a proxy server and I keep getting this message. Please help. ___ 2013-06-23 02:30:30 Running command: [u'C:\\Python26\\python.exe', '-u', u'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies',

[google-appengine] Migration progress sucks at Sync reverting!

2013-06-23 Thread Edward Zhou
My app was Master/Slave ModeAccording to Google's guide, I use the migration tool to upgrade to HRD mode. However, It converting Sync about 2 days, then I clicked Revert.. Ooops, now about 10 days past, it still sucks at Sync Reverting ... What can I do ? -- You received this

[google-appengine] Cython possible?

2013-06-23 Thread Pumplerod
Is it possible to run Cython based python projects on the GAE? -- 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.

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Did new test with different methods of reading entities ... all types are inconsistent, even just .count ... results GqlQuery 5, db.Query 10, count 10GqlQuery 10, db.Query 10, count 5GqlQuery 10, db.Query 10, count 10GqlQuery 5, db.Query 10, count 10GqlQuery 10, db.Query 10, count

[google-appengine] Re: Migration progress sucks at Sync reverting!

2013-06-23 Thread johnP
My migration seems to be stuck for the past 2-3 days too. I'm afraid to click 'revert' because I'd rather be stuck going forward than stuck going backwards. On Sunday, June 23, 2013 8:11:49 AM UTC-7, Edward Zhou wrote: My app was Master/Slave ModeAccording to Google's guide, I use

[google-appengine] Re: Reverting migration stuck

2013-06-23 Thread johnP
Any update? Did the issue resolve eventually? On Wednesday, June 19, 2013 9:08:23 PM UTC-7, Dmitry Kononov wrote: Hi! Yesterday I started migration for m0n0wall-mod application from old Master/Slave to HRD datastore. After several hours passed migration stuck at Copy stage. I decided to

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
The GAE datastore can't even return all entities consistently ... Opened a production issue and no response at all ... No alert level raised against the datastore Is anybody home at GAE ? GqlQuery 10, db.Query 10, count 10GqlQuery 5, db.Query 10, count 10GqlQuery 5, db.Query 5, count

Re: [google-appengine] increased latencies in App Engine in the last 6-8 hours

2013-06-23 Thread Vinny P
On Sat, Jun 22, 2013 at 9:50 PM, Jacob G ja...@fareclock.com wrote: I have noticed large latency increases in App Engine in the last 6-8 hours, seemingly from the HR datastore. It is not all the time, but it is frequent. Http requests begin to be processed by an instance quickly, but then a

Re: [google-appengine] Where to place JdoConfig?

2013-06-23 Thread Vinny P
On Sat, Jun 22, 2013 at 8:15 PM, kodyreco...@gmail.com wrote: where do I exactly have to place the jdoconfig.xml? I put it under src/META-INF/. Probably that's wrong as GAE is still complaining: No, that's the correct place for jdoconfig. Can you post the contents of your jdoconfig.xml and

Re: [google-appengine] Unable to deploy proxy server

2013-06-23 Thread Google Tasks Backup Moderator
That message generally occurs if you have 2-factor authentication, but have entered your normal account password. If your account uses two factor authentication, you must use an application specific password, as specified at http://www.google.com/support/accounts/bin/answer.py?answer=185833 You

[google-appengine] server error

2013-06-23 Thread Oscar Soto
ALL TIME!!! Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please reporthttp://code.google.com/appengine/community.html your problem and mention this error message and the query that caused it. -- You received this message