Re: [google-appengine] Problem in Indexing in GAE

2012-10-29 Thread Shilendra Sharma
Which JAVA JDK and App Engine plugin you are using for this ? Shilendra Regards & Thanks Shilendra Sharma +919891343808 shilendra...@googlemail.com On Mon, Oct 29, 2012 at 10:55 AM, Nikhil Jain wrote: > Dear Sangita, > Did you deployed index.yaml on production? > if it is, then see Datasto

Re: [google-appengine] how to download/backup db data, high replication, Please HELP!!!

2012-10-29 Thread alex
Try with --application='s~myappname-hrd' On Sun, Oct 28, 2012 at 6:57 PM, ste...@nortd.com wrote: > > I have recently switched from master/slave to high replication and noticed > that my backup routine stopped working. Other posts seem to hint that > "appcfg.py download_data" does not work with

Re: [google-appengine] gae 登陆不了了。

2012-10-29 Thread 郁夫
你是指appspot.com上的程序吗? 用HTTPS可以登录. 2012/10/27 tutu jin > > -- > 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/-/ZMYqaAUGRkAJ. > To post to this gr

[google-appengine] google coursebuilder - what is the best way to add assessment or quiz?

2012-10-29 Thread itcn2cse
Hi, We are using the course-builder platform for our course. In the current template there are only 3 assessment available: Pre, Mid, and Fin. What would be the best way to add more assessment? What parameters should be added in the code and in which files. Another question: what is the best w

Re: [google-appengine] gae阵亡了!

2012-10-29 Thread 郁夫
是出问题了, 已经恢复. 2012/10/26 杜若 > 怎么回事,gae本身出毛病了吗 > > -- > 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/-/WIJlkBlsA7gJ. > To post to this group, send

[google-appengine] Sandy

2012-10-29 Thread trilok
Hey, Just to make sure, are we to expect any issues from hurricane Sandy? Thanks! - Yoav -- 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/-/GuZWxb

[google-appengine] Re: Seeing 500 response, and error 204 in the logs.

2012-10-29 Thread Anand Mistry
Hi, This does appear to be an issue with the runtime. We are aware of it and are looking to push out a fix in the near future. Can you email me privately the app id? Thanks. On Monday, 29 October 2012 10:40:19 UTC+11, timh wrote: > > >1. > 1. > > Hi > > Eve

[google-appengine] Re: How to get major appengine issues fixed?

2012-10-29 Thread Jan Killian
Thanks for input Richard. Yes, we're going to get the Premium support sooner or later. For now we chosen a quick workaround. Cloudflare looks promising, but is overkill for this, we just implemented the redirects ourselves and did not have to change DNS and SSL. On Thursday, October 25, 2012 1

[google-appengine] Re: How to get major appengine issues fixed?

2012-10-29 Thread Jan Killian
Thanks for hint Ernesto, yes, that's exactly what we did, The issue has proven link to Google Page Speed service, as Bob discovered. When disabled in application console, the redirect works ok. When re-enabled, it fails again. The issue is **observed** on production application with PageSpeed,

[google-appengine] ndb, deadlock waiting for flush, and maximum recursion in app_logging

2012-10-29 Thread ckhan
Hello. I'm having trouble reading an exception log on my app. Quick background: - request was made by taskqueue - request creates several dozen tasklets that have this code path: (module/function names simplified): mycode3.py:234 myFunc3() --> mycode2.py:64 myFunc2()

[google-appengine] Does AppEngine BlobStore support Chunked Transfer Encoding for uploads (getting Status 411: Length required)?

2012-10-29 Thread Markus Ansmann
I'm heaving a really hard time finding documentation on a very basic question about AppEngine: Does the BlobStore support Chunked Transfer Encoding for uploads? I'm using an HttpURLConnection object in Java with setChunkedStreamingMode to upload a file in a multipart/form-data type request usin

Re: [google-appengine] Google Drive API through Google App Engine

2012-10-29 Thread alex
I think this might help: http://www.youtube.com/watch?v=iK14bfd6qhs -- alex On Thu, Oct 4, 2012 at 1:42 PM, Luca Matteis wrote: > I'm trying to use the Google Drive API through the App Identity interface > provided with Google App Engine. This basically allows my web application to > communicate

[google-appengine] Re: How to best detect Google downtime from within GAE app and how to handle it?

2012-10-29 Thread Benjamin Possolo
On Saturday, October 27, 2012 9:28:44 AM UTC-7, Joakim wrote: > > You could probably do something like this if you serve through CloudFlare, > but it would be much nicer if we could set a page for this in the app > config. I'll file a feature request tomorrow, unless someone else wants to > or h

Re: [google-appengine] How to best detect Google downtime from within GAE app and how to handle it?

2012-10-29 Thread Joshua Smith
If you read the chronology, it appears that if they had done this at the beginning, the incident would have been over two hours sooner. On Oct 29, 2012, at 5:13 PM, Benjamin Possolo wrote: > On Saturday, October 27, 2012 9:28:44 AM UTC-7, Joakim wrote: > You could probably do something like thi

Re: [google-appengine] Re: Datastore Read Operations Quota Whacked-Out?

2012-10-29 Thread Brian
This gets weirder by the day... I used remote api to .fetch(10) objects. After 5 1/2 hours the query failed due to OverQuotaError. Really? After 5 /12 hours it can not find 10 objects to complete the query? This same query returns within a few short minutes on my local dev_server! What the hec

Re: [google-appengine] Re: How to best detect Google downtime from within GAE app and how to handle it?

2012-10-29 Thread Jeff Schnitzer
No matter where Google puts something like this, there's always some place upstream that will cause a messy failure. It sounds like this particular problem was pretty far upstream, and circumvented all the usual "friendly" error msgs you can get from GAE. If you're asking for a customized error p

[google-appengine] Unusable Time accuracy in an instance - How best to compensate?

2012-10-29 Thread Chad Vincent
I'm working on a project that uses GAE for datastore/services and Amazon S3 for bulk data storage. When using a HEAD request to S3 to verify an upload, we're getting this back from S3: AccessDeniedRequest has expired[...]2012-10-29T22:36:55Z[...]2012-10-29T22:57:29Z The timestamp on the GAE