[google-appengine] Image service - timeout

2012-11-13 Thread trilok
Hey, For last day we've been getting a lot of timeouts ("DeadlineExceededException") while trying to access gae's image service (imageService.getServingUrl). application id: spice-prod Are there any issues with this service at the moment? Thanks, - Yoav. -- You received this message becaus

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-13 Thread plasticstraw
Same issue here. on MacOSX 10.8 -- 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/-/0lfbY4PTjX4J. To post to this group, send email to google-appengine

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread stevep
This issue has been raised before (I believe this is what you are seeing). Many moons ago vlad was its champion in these groups. His conclusion (link below): "I have been screaming about this for a looong time. The offcial position of GAE team is - we don't guarantee on time execution. Even thou

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Marcel Manz
That issue seems related to task delays occuring for tasks that get scheduled from within tasks. I assume that the taskqueue execution latency chart as per the status page does not relate to that issue and happened to be a generic task execution delay issue during the last days. -- You rece

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Dan
Thanks for the info. Looks like I spoke too soon as well, taskqueue execution latency is back up again - awesome. If only the latency increase was in the order of 10x not a massive 100x - 1000x... On Tuesday, November 13, 2012 1:40:58 PM UTC, stevep wrote: > > This issue has been raised before

[google-appengine] App Engine : Getting server Error

2012-11-13 Thread djgoogleuser
Hi guys I am getting server error now . I mistakenly clicked disable application as was trying to delete and deploy new application , reverted but still i am stuck with this error

[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2012-11-13 Thread chsimmons
Dear Amy, I too have the same problem: I want to use Google App Engine but can't get a verfication code through my cellphone. I filled out the form using the link you provided. Since posting here seems to speed process, this is me kindly asking for a verification code. Thanks! On Thursday, Apr

[google-appengine] ImportError: cannot import name djangoforms

2012-11-13 Thread kerrymaid
Hi all, I urgently need help with this. I have an app that was tested locally and works fine. Once deployed on Google infrastructure and I try to access it via the appspot.com url I get a 500 internal server error message. In the logs it tells me the following: Traceback (most recent call la

[google-appengine] SSL Renegotiation on Google App Engine

2012-11-13 Thread silvrado
Hi, I see that SSL has a vulnerability in its Renegotiation procedure (THC SSL DOS attack). I want to know if SSL Renegotiation is enabled by default on Google App Engine? If so, how do I disable it? Thanks! -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] Re: RPC failures on redeployed GAE app. How to debug?

2012-11-13 Thread sunny
I am also facing the same problem when trying to update jersey version On Thursday, September 27, 2012 1:19:18 PM UTC+5:30, Lars Ruoff wrote: > > Sorry, I only now discovered GAE logs: > > 2012-09-27 09:41:45.824 /gwtflags/FlagService 500 1670ms 0kb Mozilla/5.0 > (Windows NT 5.1) AppleWebKit/537

[google-appengine] App engine initialization error

2012-11-13 Thread sunny
Hi, My application was running fine when i change my jersey version to 1.1.0-ea to any other version below the error coming 1. java.lang.ClassNotFoundException: com.sun.jersey.spi.container.servlet.ServletContainer at com.google.appengine.runtime.Request.process-4febceaa861db

[google-appengine] country code in bottle on google app engine

2012-11-13 Thread tousif
I'm running bottle on google app engine and would like to make use of X-AppEngine-Country header. this header is visible in bottle Requests. Any alternative to get this header? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this

[google-appengine] Pagespeed configuration

2012-11-13 Thread Patrick Carey
Is it possible to specify the size thresholds for InlineImages rewriter? Can't seem to find it in docs anywhere. I see that with mod_pagespeed on apache I would use ModPagespeedImageInlineMaxBytes - is there a similar param i can set in app.yaml for python apps? Thanks -- ///

[google-appengine] Re: Datastore Admin not working for long application names?

2012-11-13 Thread paddycarey
I've noticed exactly the same problem with one of my apps, it has a 27 character name and the datastore admin isn't working :( Can't seem to find a fix for it anywhere and i'd really rather not have to rename the app. On Wednesday, November 7, 2012 9:33:12 AM UTC, Oliver Sturm wrote: > > Update

[google-appengine] Error code 204

2012-11-13 Thread Soha
hello, I got that error 1. 2012-11-13 05:10:35.706 /news 500 49494ms 0kb Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11 41.129.87.211 - - [13/Nov/2012:05:10:35 -0800] "GET /news HTTP/1.1" 500 0 "http://abhar-work.ap

[google-appengine] My apps indexes are stuck "Building". Anything I can do?

2012-11-13 Thread austen
I deployed my app and started running an instance of it over an hour ago. The one and only index it has been stuck in the "Building" state the whole time. Is there something I need to do, or something I can do to speed it up? Or get it un-stuck? -- You received this message because you are su

[google-appengine] URGENT and Need to be solved in 1 hour

2012-11-13 Thread Alpha Scorpii
URGENT, I have send you in contact form but I guess I better repeat here as it's very urgent. When I try to enable billing, I don't know why the Billing Settings page leads me to a page which prompt me to enter credit card infos, but logged in as my another google account. Since my GAE app is a

[google-appengine] Changing AppEngine's XMPP account profile picture

2012-11-13 Thread Antonio Carioca
Hi, I understand that when using XMPP on AppEngine, the account used is based on your app_id (i.e. *your_app_id*@appspot.com). Now, in the past, when I used XMPP through other services, I created my a new account for the app, which allowed me to customise it in terms of the name and profile pi

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread vlad
I ditched TaskQueue for all requests with timeouts of less than 60 sec. It was simply too unreliable. Btw, there is a ticket filed for feature requesting a TaskQueue with timing guarantees. Feel free to star it. Sorry, too lazy to dig out a link. On Tuesday, November 13, 2012 8:57:47 AM UTC-8,

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Doug Anderson
Have you tried increasing the bucket_size above the default value of 5 and/or the processing rate above 5/s? I'm not saying there isn't a bug... I'm just curious if there's a workaround or if perhaps the problem is triggered by exceeding some threshold from which task queue manager never prope

Re: [google-appengine] yellow clock. Appengine hangs

2012-11-13 Thread Thiago Catoto
Hey Blaine, Sorry about the late response. Strange error you got... have you been able to figure it out? Can you send a screenshot of the console log? Do you use "import webob" on your code? if so, can you send the ls of the lib directory in GAE Laucher? ex: ( $ ls -lha /Applications/GoogleAppE

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Saurabh
Hi Google, The TaskQueue is experiencing HUGE latency in execution (as of 15:00 EST): it is totally messing up our mobile app: usually, TQ has been rock-solid reliable in chewing through the tasks, but it is really slow to execute things today. Please address / acknowledge this since it is rea

[google-appengine] High performance image serving >> error 500

2012-11-13 Thread Jonathan
Hi, for the last 30 minutes users can't upload pictures to my system (app.imcreator.com/edit) that's the erroe from the log: ApplicationError: 7 Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 712, in __call

[google-appengine] Re: High performance image serving >> error 500

2012-11-13 Thread Ryan
I'm seeing the same error (ApplicationError: 7)...is this a blobstore issue? >From our logs: File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/file.py", line 568, in finalize f.close(finalize=True) File "/base/python27_runtime/python27_lib/versions/1/googl

[google-appengine] Re: High performance image serving >> error 500

2012-11-13 Thread Savaş L .
also error on java... IOException of writeChannel closeFinally On Nov 13, 10:58 pm, Ryan wrote: > I'm seeing the same error (ApplicationError: 7)...is this a blobstore > issue? > > From our logs: > > File > "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/files/ > file.py

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread stevep
I do not think the origination point of a TQ task (on-line handler, deferred function, or other TQ task) will affect its scheduling. There is a tiny bit of info about the TQ scheduler (it differs from "The Instance Scheduler"). Task scheduling is not always intuitive nor easily understood was m

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread stevep
Yet an architecture with such potential to do good. Someone call the Justice League!!! :-) -stevep On Tuesday, November 13, 2012 11:24:48 AM UTC-8, vlad wrote: > > I ditched TaskQueue for all requests with timeouts of less than 60 sec. It > was simply too unreliable. Btw, there is a ticket filed

[google-appengine] Google Play running on GAE?

2012-11-13 Thread Jeff Schnitzer
I bought a Nexus 4 today and noticed that the order numbers look something like this: 15731260465432488277.1571247178216032 With multiple orders from the same account, the first # stays constant but the second # changes. This feels like App Engine - the Order entity probably has a parent key of

Re: [google-appengine] Re: High performance image serving >> error 500

2012-11-13 Thread Dan Holevoet
Is anyone still experiencing this issue? Thanks, Dan On Tue, Nov 13, 2012 at 1:07 PM, Savaş L. wrote: > also error on java... > > IOException of writeChannel closeFinally > > > > On Nov 13, 10:58 pm, Ryan wrote: > > I'm seeing the same error (ApplicationError: 7)...is this a blobstore > > iss

[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Saurabh Gupta
Latency went down for a bit but has risen again: http://code.google.com/status/appengine/detail/taskqueue/2012/11/13#ae-trust-detail-taskqueue-execution-latency I've moved stuff over to execute on a backend: hope that can hold up until TQ latency becomes reasonable again. Is this latency related

Re: [google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Julie Smith
FYI, it is issue #4901 at http://code.google.com/p/googleappengine/issues/detail?id=4901 On 14 November 2012 06:24, vlad wrote: > I ditched TaskQueue for all requests with timeouts of less than 60 sec. It > was simply too unreliable. Btw, there is a ticket filed for feature > requesting a TaskQ

Re: [google-appengine] App Engine : Getting server Error

2012-11-13 Thread Julie Smith
What error message are you seeing in the logs? The logs (available from the link at the left of the dashboard) should give more details as to the cause of the error. On 11 November 2012 23:06, djgoogleuser wrote: > Hi guys > > I am getting server error now . I mistakenly clicked dis

[google-appengine] Error running Launcher Hello World app Python 2.7 Mac: "Invalid argument"

2012-11-13 Thread Irv Kalb
I am attempting to run Google App Engine with Python 2.7, just the basic Hello World application that is built for me using the Google App Engine Launcher. I have installed Python 2.7 and the latest version of Google App Engine. I am also using the GAE Launcher. I create my first application

Re: [google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Saurabh Gupta
Thanks, Julie! That reference is really helpful! On Tuesday, November 13, 2012 6:49:28 PM UTC-5, Julie wrote: > > FYI, it is issue #4901 at > http://code.google.com/p/googleappengine/issues/detail?id=4901 > > > On 14 November 2012 06:24, vlad >wrote: > >> I ditched TaskQueue for all requests with

[google-appengine] Re: Changing AppEngine's XMPP account profile picture

2012-11-13 Thread David Hardwick
No, I've had the same need and it cannot be done. I'm pretty sure there's an issue tracker you vote up on it. On Monday, November 12, 2012 6:24:37 PM UTC-5, Antonio Carioca wrote: > > Hi, > > I understand that when using XMPP on AppEngine, the account used is based > on your app_id (i.e. *your

[google-appengine] Receiving Mail - DKIM Signature

2012-11-13 Thread hyperflame
Does GAE verify DKIM signatures on incoming mail? In other words, if a @gmail.com account sends my app mail, and a DKIM header appears on that email, can I count on that email actually being from gmail.com? -- You received this message because you are subscribed to the Google Groups "Google Ap

[google-appengine] Re: Receiving Mail - DKIM Signature

2012-11-13 Thread pdknsk
http://code.google.com/p/googleappengine/issues/detail?id=4501 -- 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-app

[google-appengine] Re: SDK 1.7.3 not detecting source file changes - ANNOYING!

2012-11-13 Thread Ajit
For me too the same issue occurs. Need to restart the server in order to get the changes in the source. On Tuesday, November 6, 2012 9:25:41 AM UTC+5:30, GregF wrote: > > I just updated to SDK 1.7.3 running on Linux. At the same time I switched > to the SQLite datastore stub, suggested by the de

Re: [google-appengine] Google Play running on GAE?

2012-11-13 Thread alex
App Engine or not, what you described touches mostly design issues anyway, e.g. good car vs bad driver or bad car vs goog driver. On Tue, Nov 13, 2012 at 11:08 PM, Jeff Schnitzer wrote: > I bought a Nexus 4 today and noticed that the order numbers look something > like this: > > 15731260465432488