[google-appengine] Re: URLFetch timout

2016-07-13 Thread Max Loren
Hi I am experiencing this issue until now. My apps tried to send GET request to https://graph.facebook.com/.., all requests failure with timeout reason. I have 2 different apps on same account and both have the same issue, Thanks Max On Wednesday, July 13, 2016 at 1:27:21 AM UTC+7, Kevin Hoffm

[google-appengine] Re: /_ah/background stops executing with Firebase

2016-07-13 Thread Olof Gunnarsson
Thanks, I'll try their support. I've been in contact with them earlier with another issue but they seem swamped. I figured since Firebase is Google and Google App Engine is Google that this forum would be a good place. Thanks again. Olof On Friday, July 8, 2016 at 4:27:57 PM UTC+2, Nick (Cloud

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Yuuki T
Me too, GAE URL Fetch returns timeout... Get https://graph.facebook.com/***: API error 5 (urlfetch: DEADLINE_EXCEEDED) 2016年7月13日水曜日 3時27分21秒 UTC+9 Kevin Hoffman: > > I am experiencing URLFetch timeouts only when deployed live. Local dev > server is able to connect to outside services no probl

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Yuuki T
Just now, this timeout issue has been gone/disappeared on my web service. 2016年7月13日水曜日 18時59分35秒 UTC+9 Yuuki T: > > Me too, GAE URL Fetch returns timeout... > > Get https://graph.facebook.com/***: API error 5 (urlfetch: > DEADLINE_EXCEEDED) > > 2016年7月13日水曜日 3時27分21秒 UTC+9 Kevin Hoffman: >> >> I

[google-appengine] Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
Hi, Today I wanted update my small Apache Struts 2 project to the latest version but after re-deploying the app I have got the below error, no idea what's wrong :\ The listener just nulls the SecurityManager: OgnlRuntime.setSecurityManager(null); Locally everything works just fine. SDK versio

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Nathan Trevivian
We're seeing the same issue on calls to third party RESTful APIs. Could program defensively, but where one of those APIs is your payment/checkout service, and you're losing money over it, and people are complaining all over your company Facebook page about it, it starts to get a little bit upse

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Nathan Trevivian
Having just posted this, we just had one successful one. Hopefully Yuuki T is right and that's the end of it for now. I'd still like to know what happened though? On Wednesday, 13 July 2016 12:28:27 UTC+1, Nathan Trevivian wrote: > > We're seeing the same issue on calls to third party RESTful AP

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Kevin Hoffman
Agreed, when payment services are involved it's a matter of losing money. I've spent a year building my company's website and service offering on GAE, can't have the ability to communicate with my payment gateway be anything less than 100% reliable. On Wednesday, July 13, 2016 at 7:29:51 AM UTC

Re: [google-appengine] Re: URLFetch timout

2016-07-13 Thread Hitoshi Ichikawa
We were expeiencing the same issue, but recovered now. There is no service desruption on google service dashboard. There are so many reports here, I think this is caused by google's system failure, isn't it? On Wed, Jul 13, 2016 at 7:28 AM, Nathan Trevivian wrote: > We're seeing the same issue o

Re: [google-appengine] URLFetch timout

2016-07-13 Thread Joshua Smith
> On Jul 13, 2016, at 7:33 AM, Kevin Hoffman wrote: > > Agreed, when payment services are involved it's a matter of losing money. > I've spent a year building my company's website and service offering on GAE, > can't have the ability to communicate with my payment gateway be anything > less t

[google-appengine] Re: URLFetch timout

2016-07-13 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
An intermittent issue was found with the URLFetch API service. Fetch requests to non-Google related services were failing with deadline exceeded errors like the ones reported on this thread. The error rate started increasing around 22:00 US/Pacific on Tuesday, July 12. The issue should have

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Nathan Trevivian
We're still getting it - last occurrence was at 15:35 BST. It's happening less regularly than before (we were getting one every 5 minutes - AKA all the time), but it's still happening more than it should do/used to. On Wednesday, 13 July 2016 15:38:21 UTC+1, Nicholas (Google Cloud Support) wro

[google-appengine] Re: URLFetch timout

2016-07-13 Thread Kevin Hoffman
Nicholas, thank you. Appreciate the responsiveness. I'm not seeing any URLFetch errors at the moment. I don't agree with Joshua that I picked the wrong horse, love GAE, but he is right in that many of us do have mission-critical integrations that need a reliable SLA. Especially for billing-ena

Re: [google-appengine] URLFetch timout

2016-07-13 Thread Joshua Smith
Good luck with getting any company to give you a SLA that promises 100% uptime, or which compensates you for lost e-commerce transactions. Google’s SLA, like pretty much everyone else’s, promises to not charge you for THEIR SERVICES when they are down. Nobody promises to make your business whole

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
Looks like the problem is here with Class.forName("javassist.ClassPool"); - whether access to Class.forName() has been blocked? W dniu środa, 13 lipca 2016 12:23:02 UTC+2 użytkownik Łukasz Lenart napisał: > > Hi, > > Today I wanted update my small Apache Struts 2 project to the latest > version

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
Yup, AppEngine doesn't accept javassist - is that documented somewhere or just a bug? W dniu środa, 13 lipca 2016 20:58:27 UTC+2 użytkownik Łukasz Lenart napisał: > > Looks like the problem is here with Class.forName("javassist.ClassPool"); - > whether > access to Class.forName() has been block

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
The problem is inside Javassist, switching from version 3.20.0-GA to 3.18.2-GA solves the problem W dniu czwartek, 14 lipca 2016 08:28:59 UTC+2 użytkownik Łukasz Lenart napisał: > > Yup, AppEngine doesn't accept javassist - is that documented somewhere or > just a bug? > > W dniu środa, 13 lipc

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
Issue reported here https://github.com/jboss-javassist/javassist/issues/87 W dniu czwartek, 14 lipca 2016 08:44:30 UTC+2 użytkownik Łukasz Lenart napisał: > > The problem is inside Javassist, switching from version 3.20.0-GA > to 3.18.2-GA solves the problem > > W dniu czwartek, 14 lipca 2016 08