Re: [google-appengine] Re: Flood of warm up requests!

2013-07-27 Thread Rafael
welcome to my world. this flood thing is out of control. the past three weeks I have done everything possible trying to overcome any possible issues related to my app code. i have even: 1) shrinked all my code with proguard, moved my war from 60mb to 23mb. 2) reduced boot time It's just a huge

[google-appengine] Blacklist page just show a Server Error

2013-07-27 Thread Roy Yeung
Anyone have ever encounter such issue ? I have no idea how to report this error, as i am not App for business. -- 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

[google-appengine] Re: Blacklist page just show a Server Error

2013-07-27 Thread James Gilliam
Agree. Just noticed it a few hours ago On Saturday, July 27, 2013 4:42:43 AM UTC-7, Roy Yeung wrote: Anyone have ever encounter such issue ? I have no idea how to report this error, as i am not App for business. -- You received this message because you are subscribed to the Google

[google-appengine] Re: Lots of 500's served tonight

2013-07-27 Thread timh
Looking at the user agent (assuming I am interpreting it correctly) you are being hit by google bot. Its probably hitting you very fast and each request can not be serviced so it causes heaps of new instances to be started to service the requests. It's odd you instance is failing immediately

[google-appengine] Re: Sunsetting double wildcard SSL certificate support for applications serving from appspot.com

2013-07-27 Thread Dan
How does this affect modules? I see the modules documentationhttps://developers.google.com/appengine/docs/python/modules/ says they can be accessed by http[s]://mobile-frontend.simple-sample.appspot.com for example. However if I access a module with https I get an invalid certificate error.

Re: [google-appengine] Re: API to get a list of deployed applications to GAE

2013-07-27 Thread e . hossny
many thanks, parsing HTML may be hard not efficient solution.but I can take a look at it On Saturday, July 27, 2013 7:16:20 AM UTC+2, Vinny P wrote: On Thu, Jul 25, 2013 at 5:07 AM, e.hos...@fci-cu.edu.eg javascript:wrote: Sorry, I forget to tell u that I need a java API for the below

Re: [google-appengine] Re: Flood of warm up requests!

2013-07-27 Thread Stefano Ciccarelli
I agree! The next week I'll buy the silver support just to receive a support about this issue.  — Sent from Mailbox for iPhone On Sat, Jul 27, 2013 at 8:15 AM, Rafael mufumb...@gmail.com wrote: welcome to my world. this flood thing is out of control. the past three weeks I have done

[google-appengine] gae urlfetch down

2013-07-27 Thread Adam Sah
ouch! adam -- 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] Re: gae urlfetch down

2013-07-27 Thread Andy Warner
Looks like it started at exactly 4pm Pacific. I have requests moments before that were fine and everything after is throwing a name error for InvalidURLError, so it is not just fetches failing, urlfetch is missing libraries in webapp2. except InvalidURLError: NameError: global name

Re: [google-appengine] Re: Flood of warm up requests!

2013-07-27 Thread Rafael Sanches
Hello Stefano, I'm on gold support and they haven't been able to help. In any case you should get support since they have discounted hours (which reduce costs) thanks rafa On Sat, Jul 27, 2013 at 1:02 PM, Stefano Ciccarelli sciccare...@gmail.comwrote: I agree! The next week I'll buy the

[google-appengine] How do I redirect from https://example.com to https://www.example.com

2013-07-27 Thread Dhrumil Shah
Google apps gives me options to redirect from http://example.com to http://www.example.com, but not for https. Any suggestions? -- 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