[google-appengine] Re: UnknownHostException: accounts.google.com: Name or service not known

2018-06-18 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, It seems that the request can’t be reached to the OAuth service. So you may double check the steps you have taken to use OAuth for your application, and if the issue persists, I recommend that you continue with the

[google-appengine] UnknownHostException: accounts.google.com: Name or service not known

2018-06-18 Thread abaltser13111
Hi, does anyone know how to resolve this Issue? It happens after my deploy to GAE when I'm trying to login using spring-security/spring-social/google oauth2, locally all is working fine without exceptions. 2018-06-18 16:23:55.831 ERROR 1 --- [RequestD01636F7]

[google-appengine] Re: java.lang.IllegalStateException: Could not load JDBC driver class [com.mysql.jdbc.GoogleDriver]

2018-06-18 Thread FUJIWARA HAO
hi, what is ur complete application.properties? I am here facing the same issue as yours. On Tuesday, October 25, 2016 at 4:52:26 PM UTC+8, Dhyanandra Singh wrote: > > problem is solved when i degrade `mysql-connector-java` from 6.0.4 to > 5.1.31 > > -- You received this message because you

[google-appengine] Re: Cloud endpoints are running slow in App Engine Standard Environment

2018-06-18 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
It seems that the majority of the latency you are experiencing is at instance creation time, as your trace shows. Long Untraced Time can be caused by a new instance being created to handle the load as a result of high amount

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-18 Thread Thomas Becker
George, I'm sure you're right about Maven being the better way to do things. Here's the reason why I haven't gone there. I've been working with the Google App Engine Eclipse plugin since 2010 or so. I recently switched to the new plugin, Google Cloud Tools for Eclipse. After installing that