[google-appengine] Re: Support for Rails 5.1 on App Engine: installing yarn on the Ruby runtime

2017-07-12 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
> > Hi Rafael, > This is expected behavior at the moment and our backline team is working on it. You can consult this GitHub thread [1] for this same issue. It discusses some possible workarounds like customizing the Dockerfile. [1] https://github.com/GoogleCloudPlatform/ruby-docker/issues/91

[google-appengine] Re: Google App Engine with Local mysql server showing error.

2017-07-12 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Based on your logs, it seems that you are trying to connect to Cloud SQL instance [izen-tech:asia-east1:myinstance] while trying to run locally. Were you able to start and run your local MySQL server as documented here [1]? Are you using local credentials? [1] https://cloud.google.com/appeng

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

2017-07-12 Thread 'George (Cloud Platform Support)' via Google App Engine
gslib may be found at /usr/lib/google-cloud-sdk/platform/gsutil/gslib/data in linux, or at an equivalent path in Windows, starting from the sdk install directory. What are you attempting to do exactly? Do you want to authenticate your app for connection to cloud resources? Do you want to authe

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

2017-07-12 Thread Amit Bhosle
this is somewhat resolved now.. the main issue was the "TypeError: must be _socket.socket, not socket" error.. the workaround / monkeypatch i linked above is working. i got a new firebase token and the code now works (following through the code, the firebase token has a certificate id embedded i

[google-appengine] Re: PHP website page are not opening in google cloud application

2017-07-12 Thread 'George (Cloud Platform Support)' via Google App Engine
You need to indicate that the forward slash "/" is the last one in the string, so instead of - url: / before static_files, better - url: /$ . This should prevent the forward slash "/" to be treated in the same way as "/.+". -- You received this message because you are subscribed to the Google

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

2017-07-12 Thread Raunak Gupta
Many thanks @Daniel Tang. That worked like a charm. On Tuesday, 11 July 2017 20:32:56 UTC+1, Daniel Tang wrote: > > Endpoints uses Jackson under the hood, but it's vendored. Instead use > @ApiResourceProperty >

[google-appengine] Google App Engine with Local mysql server showing error.

2017-07-12 Thread Amit Kumar
I am following this link - https://cloud.google.com/appengine/docs/standard/java/cloud-sql However when I run the app, I get the following error - HTTP ERROR 500 Problem accessing /. Reason: Could not create connection to database server. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLN

[google-appengine] Re: Google App Engine standard now supports Java 8

2017-07-12 Thread Attila-Mihaly Balazs
Again, I think you are mixing GAE standard and flexible here. Article [2] you posted is for GAE Flexible, not standard. -- 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

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

2017-07-12 Thread 'Ludovic Champenois' via Google App Engine
Hi, Thanks for the feedback. A newer push (soon) will address the load time issue that is related to a wrong timeout value, Cheers, Ludo On 7/11/17 6:00 PM, Thomas Wiradikusuma wrote: I noticed that my app is 0.5mb smaller but takes longer to load and uses more memory. This is simply by

[google-appengine] PHP website page are not opening in google cloud application

2017-07-12 Thread ICP al-hassan
Hai, Please help me to solve the below mention Issue. My PHP google cloud application pages are not opening. app.yaml runtime: php55 api_version: 1 threadsafe: true handlers: - url: /phpinfo script: phpinfo.php - url: /clock/ static_dir: clock/ - url: /fonts/ static_dir: fonts/

[google-appengine] Issues with using Google Cloud natural language grpc API on java 8 appengine standard

2017-07-12 Thread Anand Srinivasan
We recently started looking into switching to java 8 so that we can use the myriad benefits that it offers including grpc. We tried using grpc for the google cloud natural language API but we were unable to get that to work. Here is the stack trace that we hit when trying to make the analyzeSen