[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 are

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

2016-10-25 Thread Dhyanandra Singh
problem is solved when i degrade `mysql-connector-java` from 6.0.4 to 5.1.31 -- 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 an email to google-appengine+unsubscr...@go

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

2016-10-25 Thread Dhyanandra Singh
i also tried > > > com.google.cloud.sql > mysql-socket-factory > 1.0.1 > > > > and configured app.yaml > > > runtime: java > vm: true > > handlers: > - url: /.* > script: this field is required, but ignored > secure: always # Require HTTPS > > # [START env_variables] > env_va

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

2016-10-24 Thread Dhyanandra Singh
i also tried com.google.cloud.sql mysql-socket-factory 1.0.1 and configured app.yaml runtime: java vm: true handlers: - url: /.* script: this field is required, but ignored secure: always # Require HTTPS # [START env_variables] env_variables:# Logging options JAVA_O