Re: [google-appengine] Re: Spring Boot on App Engine Standard (Java 8) - Receiving 404

2017-07-11 Thread 'Les Vogel' via Google App Engine
You might wish to look at this sample . Note - the version of SpringBoot is specific, I haven't had a chance to figure out why the next release fails. On Mon, Jul 10, 201

Re: [google-appengine] Stability of Java 8 on Standard Environment

2017-07-11 Thread Thomas Wiradikusuma
I noticed that my app is 0.5mb smaller but takes longer to load and uses more memory. This is simply by comparing data from GCP console (open new tab of same console page, refresh, see what's different). -- You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: How to make a subdomain of a custom domain correspond to a service

2017-07-11 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Can you send me the following information privately: 1- Sanitized “dispatch.yaml” 2- Project-Id 3- The custom/sub domain used 4- Error logs -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiv

[google-appengine] Re: How to make a subdomain of a custom domain correspond to a service

2017-07-11 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
You have to substitute “SERVICE_ID” and “MY_CUSTOM_DOMAIN” with your own values. Example: Service name: vFrontend Custom domain: http://sample.appspot.com To target the version in the default service using HTTP, you can use: http://vFrontend-dot-

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-11 Thread Amit Bhosle
Hi again - thought i'll post an update here based on my debugging. the initial issue was that I was getting an error: "TypeError: must be _socket.socket, not socket" I was trying some workarounds mentioned on some forums/blogs, and ended up with the certificate error.. I tried a different work

Re: [google-appengine] Stability of Java 8 on Standard Environment

2017-07-11 Thread Emanuele Ziglioli
No other changes, I swear! Our traffic is pretty steady, we've been paying pretty much the same bill for years. Yesterday I reduced the instance size from F4 to F2 and so far I've seen no errors. Typically one of my tasks would hit the 10m limit. Not sure what caused the performance improvement,

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-11 Thread Amit Bhosle
btw, I'm able to successfully invoke other APIs that are also hosted on googleapis.com - e.g., places APIs, radarsearch, etc.. One sample URL is below - as you can see, it is also an HTTPS endpoint. https://maps.googleapis.com/maps/api/place/details/json?key=API-KEY&placeid=PLACE-ID the _GOOGL

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-11 Thread 'Daniel Tang' via Google App Engine
Endpoints uses Jackson under the hood, but it's vendored. Instead use @ApiResourceProperty . On Monday, July 3, 2017 at 3:03:42 PM UTC-7, Raunak Gupta wrote: > > How c

Re: [google-appengine] Re: Endpoints custom authentication javascript?

2017-07-11 Thread 'Dan Ciruli' via Google App Engine
Marie - You could also look at using Cloud Endpoints along with Firebase. Firebase does allow for username/password auth and features mobile client libraries for generating the JWTs. https://cloud.google.com/endpoints/docs/frameworks/python/authenticating-users or https://cloud.google.com/endpoin

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-11 Thread Amit Bhosle
Hi George, thanks for the response.. nslookup from my windows machine is showing the following info: $ nslookup storage.googleapis.com Non-authoritative answer: Server: Address: 192.168.1.1 Name:storage.l.googleusercontent.com Addresses: 2607:f8b0:400a:808::2010 172.217.3.208

[google-appengine] Re: App Engine Flex: up-to-date hostnames of peer instances

2017-07-11 Thread Dirk Louwers
Thanks, will look at Container Engine options. Op dinsdag 11 juli 2017 15:18:01 UTC+2 schreef Yannick (Cloud Platform Support): > > There is no built-in way to address specific App Engine flexible > instances. What you can do is target specific App Engine standard > instances >

[google-appengine] Re: Assigning a URL to Redis Google Cloud Launcher One Click Deploy

2017-07-11 Thread 'Carlos (Cloud Platform Support)' via Google App Engine
Hi Jason, I believe what you are looking for is described in these articles and discussions by proposing the setup of a reverse proxy. [1] https://www.haproxy.com/blog/haproxy-advanced-redis-health-check/ [2] https://www.quora.com/How-do-you-load-balance-Redis-instances [3] https://serve

[google-appengine] Re: Endpoints custom authentication javascript?

2017-07-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marie, You can create a custom authenticator for Endpoints, as detailed on the "Interface Authenticator" documentation page . General authentication-related informat

[google-appengine] Re: App Engine Standard + JRebel: Worth it?

2017-07-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Patrick, There is a tutorial offered in the JRebel documentation, for Eclipse, "Using JRebel in Eclipse with Google App Engine and GWT ". For up-to-date information, it should be read in c

[google-appengine] How to make a subdomain of a custom domain correspond to a service

2017-07-11 Thread Hiroshi Maruyama
I want to map as follows. http://SERVICE_ID.MY_CUSTOM_DOMAIN-> https://SERVICE_ID-dot-MY_PROJECT_ID.appspot.com So I wrote as follows dispath.yaml dispatch.yaml dispatch: - url: "SERVICE_ID.MY_CUSTOM_DOMAIN/" service: SERVICE_ID === But.. do

[google-appengine] Re: Deploy Course Builder to the cloud.

2017-07-11 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, documentation for Course Builder is available on its own website . The guide on setting up Course Builder tells you

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Raunak, You can find some info on the endpoints-framework 2.0.0-beta.5 API page [1] regarding the library used for endpoints. If you need to create POJOs on the fly, you can find some info reading "How to create and then instantiate POJO classes dynamically?" in stackoverflow. [2] As thi

[google-appengine] Re: GAE php 500 error on split / list

2017-07-11 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, thanks for this message. We are aware of this issue and working on resolving it but I do not have an ETA to share at the moment, nor can I guarantee it will be fixed. It is specifically "split" that triggers this issue in php 5.5 and "explode" is a recommended workaround. On Tuesday, J

[google-appengine] App Engine Standard + JRebel: Worth it?

2017-07-11 Thread Patrick Jackson
Anyone using JRebel with App Engine Standard environment? I briefly looked into it to see if it could increase dev - compile - deploy cycles, but not clear if this would actually help. Looks like you would still use the same compile mechanisms and appengine dev server has a option to refresh

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-11 Thread Raunak Gupta
I could by creating another POJO, but this seems like a bad approach given one would end up creating 100s of duplicating POJOs. Do you know what Java library Cloud endpoints uses under the hood to convert POJO to Json? On Friday, 7 July 2017 16:57:25 UTC-4, George (Cloud Platform Support) wro

[google-appengine] Re: App Engine Flex: up-to-date hostnames of peer instances

2017-07-11 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
There is no way to address specific App Engine flexible instances. What you can do is target specific App Engine standard instances but only if they are manually scaled. On Tuesday, July 11, 2017

Re: [google-appengine] Stability of Java 8 on Standard Environment

2017-07-11 Thread Patrick Jackson
That's sounds wonderful. Thanks for the reply. Do you know exactly what caused the drop in utilization? Did you change other things than upgrading to Java 8? -Patrick On Sat, Jul 8, 2017 at 5:00 AM Emanuele Ziglioli < theb...@emanueleziglioli.it> wrote: > I've been amazed: I've deployed it thr

[google-appengine] Re: App Engine Flex: up-to-date hostnames of peer instances

2017-07-11 Thread Dirk Louwers
Hi Yannick, Yes I do. These specific instances need to be able to find one another in order to form a cluster. Was hoping this was possible now with App Engine Flex instead of going lower into the stack using Container Engine + Kubernetes API. Op maandag 10 juli 2017 17:40:37 UTC+2 schreef Yan

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-07-11 Thread 徐少騏
Same problem Devanshu Verma於 2017年4月27日星期四 UTC+8下午9時12分39秒寫道: > > I have been facing the since a very long time. Guys at google please wake > up, if you are se

Re: [google-appengine] Re: Cheapest possible config for app engine flexible instance

2017-07-11 Thread Miguel Vitorino
Hi Jordan, Thanks, it seems I'm up to date on the current status of flex environment after all. We do already employ the techniques you mentioned to keep costs down. Miguel Vitorino Technical Director Skype: miguel.vitorino Support UK: +44 (20) 33 896 112 Support US: +1 (646) 350-0511 On 10 J

[google-appengine] Re: Proble to get Google Play subscription info using Google Developers API

2017-07-11 Thread Michael Ginzburg
Hi. Yes we are following https://developers.google.com/android-publisher/authorization Hope we are doing right the first step *Creating an APIs Console project* Because we can’t see for example Services in the left-hand navigation panel. See screenshot