[google-appengine] Re: Appengine go compilation error

2016-10-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Russell, I was unable to reproduce your issue while following the Quickstart for Go App Engine tutorial and using the Hello World sample app that was provided with it. I understand your Go app is more complicated to deploy than mine.

[google-appengine] About the Cost of working the APP Engine flexible environment with the Firebase

2016-10-21 Thread Chik Wah Ho
For the *Data Transfer* between *APP Engine* and *Firebase*, how do we estimate the charge or fee of the bill? Thanks! -- 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

[google-appengine] Re: Unable to stage: java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7

2016-10-21 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The App Engine Standard Environment only supports Java 7. Therefore if any of your libraries are built for Java 8 you will see this warning. The solution is to either remove any reference to Java 8 in your code, or to deploy your code to the App Engine F

[google-appengine] URL Fetch server not found - DNS updates post DDOS attack?

2016-10-21 Thread Will Reiher
I'm able to contact a remote API server just fine from my local testing server... but the live server is not able to find/route to the server. Is there a way to update the DNS cache for my project? -- *Convenient, Easy, and Secure.* FriesenPress now accepts Interac e-Transfers from our Canadi

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

2016-10-21 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Glad to hear you were able to resolve it. Error 204 is basically an unspecified internal error, but at least the cause of it was discovered in this case. On Thursday, October 20, 2016 at 5:31:04 PM UTC-4, Roger wrote: > > I found the error, it was my fault. > I tracked it down with the help of t

[google-appengine] Re: Does Google App Engine support Spring @RestController

2016-10-21 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As explained in the Spring documentation , @RestController is shorthand for @Controller and @ResponseBody rolled together. Since both @Controller and @ResponseBody are su

[google-appengine] Re: URL Fetch server not found - DNS updates post DDOS attack?

2016-10-21 Thread Will Reiher
All my urlfetch calls are failing since they cant get to the host... DNS is not updated. On Friday, October 21, 2016 at 12:52:46 PM UTC-7, Will Reiher wrote: > > I'm able to contact a remote API server just fine from my local testing > server... but the live server is not able to find/route to t

[google-appengine] Re: URL Fetch server not found - DNS updates post DDOS attack?

2016-10-21 Thread Will Reiher
I WAS ABLE TO FIX IN THE SHORT TERM. It seems to be related to a cached ssl certificate on google cloud but I was able to skip the validation with url fetch and everything works. urlfetch.fetch(url, validate_certificate=False)... On Friday, October 21, 2016 at 12:52:46 PM UTC-7, Will Reiher wr

[google-appengine] Re: Cloud CDN cache invalidation per domain name

2016-10-21 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Cache invalidation is done on a per-file basis, not per domain name. Being able to do so would imply the CDN could store a different copy of the source file for each domain name, which it does not. On Wednesday, October 19, 2016 at 4:21:23 PM UTC-4, Mario Tomic wrote: > > Hi, > > we have multipl

[google-appengine] bad runtime process port ['']

2016-10-21 Thread Joe Pardi
When I switched my servlet app to use Spring MVC and Thymeleaf, it started reporting the error below. Anyone have any ideas? ERROR2016-10-21 21:21:36,223 http_runtime.py:396] bad runtime process port [''] WARNING: Null value for containerConfigProperties.get(devappserver.portMappingProvide