Thursday, October 17, 2013

What is java.sql.SQLException: Transient error, please try again

db.DbTransaction getConnection: null  java.sql.SQLException: Transient error, please try again.  	at com.google.appengine.api.rdbms.RdbmsApiProxyClient$ApiProxyBlockingInterface.makeSyncCall(RdbmsApiProxyClient.java:108)  	at com.google.appengine.api.rdbms.RdbmsApiProxyClient$ApiProxyBlockingInterface.openConnection(RdbmsApiProxyClient.java:71)  	at com.google.cloud.sql.jdbc.internal.SqlProtoClient.openConnection(SqlProtoClient.java:58)  	at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:66)  	at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:26)  	at java.sql.DriverManager.getConnection(DriverManager.java:620)  	at java.sql.DriverManager.getConnection(DriverManager.java:222)  	at db.DbTransaction.getConnection(DbTransaction.java:44)


I have used Servlet wise connection pooling in my application . What's the cause of java.sql.SQLException

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/3563eb23-7c4d-416c-b6c8-ebd5d60081cd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment