[google-appengine] Excessive Quota Usage/Application Down

2012-06-01 Thread vivpuri
My app went down due to excessive Frontend Instance Hours usage, which is showing up as almost double of the daily usage. Can someone at Google take a look at this and let me know what is going on. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Half year past, the spamming problem is still there.

2012-06-01 Thread Tapir
Have the Google Groups developers even cared about this problem? @Gregory and @Ikan, it seems you don't care about it, too. http://groups.google.com/groups/profile?enc_user=Zv7tuxCy4JMQo8Z2z60KpjGFZb6i http://groups.google.com/groups/profile?enc_user=GuejVxEAAABpq3LE9LlvXst-Z8GVcBllkdEasx1ki

[google-appengine] Re: 500 Server Error

2012-06-01 Thread pamela
I'll admit I haven't gotten my head wrapped around the optimal configuration for instances/latency. Currently my min idle instances is just set to automatic, the default. What would you recommend? Thanks, Takashi! On Jun 1, 5:17 pm, Takashi Matsuo wrote: > I think I can see several 500 errors i

Re: [google-appengine] Re: 500 Server Error

2012-06-01 Thread Takashi Matsuo
I think I can see several 500 errors in your logs, there were little hiccups in our infrastructure at that timeframe. I think it's stabilized now. Most of them were loading requests, so if you set "Min Idle Instances" to appropriate number, you'd be able to mitigate this issue. Thanks, On Sat, Ju

[google-appengine] Re: 500 Server Error

2012-06-01 Thread pamela
Filed a production issue - per pingdom's report, it seems to be going up and down (though I've only caught it down): http://dl.dropbox.com/u/10998095/Screenshots/4l6dnmrcx2re.png On Jun 1, 4:40 pm, Takashi Matsuo wrote: > Hi Pamela, > > I'm going to escalate it to the engineering team, but could

[google-appengine] Re: Storing JSON efficiently in Datastore (in Python)

2012-06-01 Thread Emanuele Ziglioli
I do that with Java, and store it as gz. Would love to serve it uncompressed but GAE doesn't let us set the Content-Encoding type to gz (well, it works on the local server but on the GAE server the header is stripped and the message body corrupt). On Jun 2, 6:40 am, Andrin von Rechenberg wrote:

Re: [google-appengine] 500 Server Error

2012-06-01 Thread Takashi Matsuo
Hi Pamela, I'm going to escalate it to the engineering team, but could you file a production issue? On Sat, Jun 2, 2012 at 8:31 AM, pamela wrote: > I'm getting a 500 on app ID everyday-app, for the last 5 minutes. I > don't see them in my logs, so seems like an App Engine issue. Can you > confir

[google-appengine] 500 Server Error

2012-06-01 Thread pamela
I'm getting a 500 on app ID everyday-app, for the last 5 minutes. I don't see them in my logs, so seems like an App Engine issue. Can you confirm/fix? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goog

Re: [google-appengine] Huge execution times. DeadlineExceededException(s). Crushing Weltschmerz.

2012-06-01 Thread Cesium
Hi Takashi, Thank you for your reply! You have taken the time to personally look into my issues and for that I am grateful. I promise to follow your suggestions. It may take me a couple of days to perform some tests. I will let you know if I have new questions. Best Regards, David -- You r

Re: [google-appengine] Huge execution times. DeadlineExceededException(s). Crushing Weltschmerz.

2012-06-01 Thread Takashi Matsuo
Hi David, First of all, it seems OK right now. Let me know that's not the case. If you don't want to put information on the public issue tracker, please use the "Report Production Issue" located near the right-top corner of the Admin Console. The report tool will collect some useful information a

[google-appengine] Re: OnProd - PicklingError: Can't pickle

2012-06-01 Thread Amine Azariz
Thanks Lein Le vendredi 1 juin 2012 19:07:42 UTC, Iein Valdez a écrit : > > Amine - try to post this question to Stack Overflow using the > google-app-engine tag. > > On Friday, June 1, 2012 10:11:06 AM UTC-7, Amine Azariz wrote: >> >> UP. >> >> Guys, I still have this issue in my application, d

Re: [google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-01 Thread Ron
primary domain, actually domains, I have tried several domains and get the same problem I have tried several apps and get the same problem I just tried and still getting the same problem "An error occurred while trying to install this application. Please try again later." On Friday, 1 June 2

Re: [google-appengine] Huge execution times. DeadlineExceededException(s). Crushing Weltschmerz.

2012-06-01 Thread Cesium
Hi Takashi, Thank you for your help! I sent you an email with some details. Cheers, David -- 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/-/hD6FC_

Re: [google-appengine] Stop tearing down my instances!

2012-06-01 Thread Cesium
Hey Iein, Thank you for the reply! I sent you an email with some details. Cheers, David -- 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/-/VrxRBuGX

Re: [google-appengine] Stop tearing down my instances!

2012-06-01 Thread Iein Valdez
Cesium - please file a production ticket here with all the details and we'll see what's going on. Thanks. http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue On Friday, June 1, 2012 5:39:40 AM UTC-7, Cesium wrote: > > A few hours ago, one app started to settle down

[google-appengine] Re: OnProd - PicklingError: Can't pickle

2012-06-01 Thread Iein Valdez
Amine - try to post this question to Stack Overflow using the google-app-engine tag. On Friday, June 1, 2012 10:11:06 AM UTC-7, Amine Azariz wrote: > > UP. > > Guys, I still have this issue in my application, defered Jobs fails > because of this, this is very urgent.. Can I have at least > a t

[google-appengine] Re: Stop tearing down my instances!

2012-06-01 Thread stevep
Your billing experience seems similar to mine (overly long thread link below). I have not yet tried Joshua's setting for very low transaction/ sec apps, but there is a suggestion here that Auto/Auto slider settings may be sub-optimtal for very low QPS apps. What I am really starting to wonder about

[google-appengine] Storing JSON efficiently in Datastore (in Python)

2012-06-01 Thread Andrin von Rechenberg
Hey there If you want to store megabytes of JSON in datastore and get it back from datastore into python already parsed, this post is for you. I ran a couple of performance tests where I want to store a 4 MB json object in the datastore and then get it back at a later point and process it. There

[google-appengine] Re: OnProd - PicklingError: Can't pickle

2012-06-01 Thread Amine Azariz
UP. Guys, I still have this issue in my application, defered Jobs fails because of this, this is very urgent.. Can I have at least a temporarily fix that I can push meanwhile this will be fixed ? -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: OnProd : SystemError: Parent module 'django.template.loaders' not loaded

2012-06-01 Thread Amine Azariz
Saisissez le code ici... Hey guys, here is my app.yaml : application: xxx version: xxx # # General settings # runtime: python api_version: 1 env_variables: DJANGO_SETTINGS_MODULE: 'greendizer.settings' built

[google-appengine] Re: OnProd : SystemError: Parent module 'django.template.loaders' not loaded

2012-06-01 Thread johnP
On Reitveldt - Guido Van Rossom's example django app, he includes the following: # Import webapp.template. This makes most Django setup issues go away. from google.appengine.ext.webapp import template So I included that line, and so far so good :) johnP On Jun 1, 4:00 am, Takashi Matsuo wro

Re: [google-appengine] Huge execution times. DeadlineExceededException(s). Crushing Weltschmerz.

2012-06-01 Thread Takashi Matsuo
Please file a production issue on our issue tracker: http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue On Sat, Jun 2, 2012 at 12:50 AM, Cesium wrote: > I am seeing wild execution times for requests that nominally take > 500ms. E.g., > xxx.xxx.xxx.xxx - - [01/Jun/20

[google-appengine] Problem when using search method from Search API in SDK 1.6.6

2012-06-01 Thread Igor Almeida
Hi guys, When I try to perform a search, I get the following exception log: br.com.qmagico.server.service.search.GenericSearchService search: Busca com query 'soma' falhou com.google.appengine.api.search.SearchException: at com.google.appengine.api.search.IndexImpl$3.convertException(I

[google-appengine] Huge execution times. DeadlineExceededException(s). Crushing Weltschmerz.

2012-06-01 Thread Cesium
I am seeing wild execution times for requests that nominally take 500ms. E.g., xxx.xxx.xxx.xxx - - [01/Jun/2012:07:21:08 -0700] "POST /xxx/sdtp?t=ACCESS_POINT_APP_DATA_UPLOAD HTTP/1.1" 200 64 - - "xxx.appspot.com" *ms=54346* cpu_ms=3858 api_cpu_ms=8 cpm_usd=0.107224 loading_request=1 pending_ms

Re: [google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-01 Thread Takashi Matsuo
Hi Ron and SG, Is the domain your primary domain? Now, non-primary domains are not supported for adding App Engine apps as described in our help center: http://support.google.com/a/bin/answer.py?hl=en&answer=182081 In case your domain is the primary domain, do you still see the problem? I'm tryi

[google-appengine] Re: Blobstore Upload not working 31st May 2012 10:49am BST

2012-06-01 Thread Michael Hermus
You can use the "Report Production Issue" link in the upper right corner of the App Engine Dashboard for your application. On Thursday, May 31, 2012 5:54:33 AM UTC-4, Amir Shamsuddin wrote: > > Hi, > > Blobstore uploads have suddenly stopped working for our (Python) app, > the create_upload_url

[google-appengine] Re: Blobstore Upload not working 31st May 2012 10:49am BST

2012-06-01 Thread Michael Hermus
You can use the "Report Production Issue" link in the upper right corner of the App Engine Dashboard for your application. On Thursday, May 31, 2012 5:54:33 AM UTC-4, Amir Shamsuddin wrote: > > Hi, > > Blobstore uploads have suddenly stopped working for our (Python) app, > the create_upload_url

Re: [google-appengine] Stop tearing down my instances!

2012-06-01 Thread Cesium
A few hours ago, one app started to settle down: > > milliseconds per request: [image: Requests/Second (24 hrs)] But the app that makes the customers call my f%*#ing cell phone shows: milliseconds per request: [image: Requests/Second (24 hrs)] It appears both apps showed improvement about 5 ho

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-01 Thread Ron
Ikai / Jason / Wesley ? can someone help? On Friday, 1 June 2012 08:15:25 UTC+1, Ron wrote: > > I'm also getting the same since early yesterday. > > Our business depends on adding our application to our customers' domains, > can someone from Google please respond? > > > On Friday, 1 June 2012 01

[google-appengine] Associating a 'buddy icon' / avatar with an XMPP App Engine 'bot'

2012-06-01 Thread swinton
This has been asked beforebut with no response, so I thought it worth asking again. Is it possible to associate an avatar with my XMPP bot? It looks as if this should be possible, according to the spec

Re: [google-appengine] Re: OnProd : SystemError: Parent module 'django.template.loaders' not loaded

2012-06-01 Thread Takashi Matsuo
Hi Amine, Could you show me your app.yaml and how you specify the django version? Do you use datastore admin? If yes, how did you setup the datastore admin? -- Takashi On Fri, Jun 1, 2012 at 6:03 PM, Amine Azariz wrote: > No one here ? > > Le jeudi 31 mai 2012 18:01:26 UTC, Amine Azariz a écrit

[google-appengine] Re: Google App Engine SOAP call SocketTimeoutException

2012-06-01 Thread Deepak Singh
Hi Aljaz, I am still facing the same problem and app is running with problem. Let us do something out of the box so that google puts an attention over the issue. Thanks Deepak On Fri, Jun 1, 2012 at 2:35 PM, Aljaz Delakorda wrote: > Hi Deepak, > > Sorry to contact you in this way, but the Iss

[google-appengine] Re: OnProd : SystemError: Parent module 'django.template.loaders' not loaded

2012-06-01 Thread Amine Azariz
No one here ? Le jeudi 31 mai 2012 18:01:26 UTC, Amine Azariz a écrit : > > LOGS. > > File > "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/template/loader.py", > line 157, in get_template > template, origin = find_template(template_name) > File > "/base/python_

[google-appengine] Re: OnProd - PicklingError: Can't pickle

2012-06-01 Thread Amine Azariz
No one here ? Le jeudi 31 mai 2012 18:07:03 UTC, Amine Azariz a écrit : > > Hi guys, > > Another issue (on prod) that appears on its own... How can I fix this one ? > > > > deferred.defer(self.__function, *args, **kw) > File > "/base/python_runtime/python_lib/versions/1/google/appengine/ex

[google-appengine] Re: Cannot add APP Engine app to Domain

2012-06-01 Thread Ron
I'm also getting the same since early yesterday. Our business depends on adding our application to our customers' domains, can someone from Google please respond? On Friday, 1 June 2012 01:28:12 UTC+1, Sgia wrote: > > I have seen many posts about this, and none of the solutions work for > me.