Wednesday, April 11, 2012

Re: Google Cloud Sql connection get dissconnected after some time

Please see https://developers.google.com/cloud-sql/faq#connections

You shouldn't keep one connection open forever, but rather create a new connection for a request and close it at the completion of the request.

Rob


On Wed, Apr 11, 2012 at 4:27 AM, Neha Chandra <niki.chandra@gmail.com> wrote:

Yes i tried the connection from eclipse using ping method it gives "Ping Succeded". But when i am deploying my gwt project on google app engine it works fine but after some time it didn't show the data from database.

Please help me out from this problem ASAP.

On Monday, April 9, 2012 9:31:12 PM UTC+5:30, Ken Ashcraft wrote:
Neha,

You'll need to test the connection before using it:

Ken

On Mon, Apr 9, 2012 at 4:22 AM, Neha Chandra <niki.chandra@gmail.com> wrote:
Hi,

I have created one project using GWT and Google Cloud Sql(database) and this i deployed on the Google App Engine. When i deployed the project then at that time when i see my on net ie. http://tendertrackingsystemapp.appspot.com this will show the data from Google Cloud Sql but after 30 min - 1 hr this will give exception "Node Clicked: 500 The call failed on the server; see server log for details"
and data didn't displayed.

Please help me out from this problem ASAP.

Thx.

Regards
Neha



No comments:

Post a Comment