On Sun, Feb 9, 2014 at 1:44 PM, Dinakar Sandeep <[email protected]> wrote:
> I have given Instance and database name . There is no errors in the > program . I am getting 500 error . I checked the database name and table > name It is correct . > A "500 error" is a generic HTTP Internal Server Error code. Do you have any more detailed error messages, such as a stack trace or any message printed to App Engine logging? Can you also post the source code you're using to connect to Cloud SQL? On Sun, Feb 9, 2014 at 8:14 PM, Dinakar Sandeep <[email protected]> wrote: > I am getting ! at my cloudsql instance and data is not inserted into the > database . can I know the reason why I am getting this error . > > Can you post a screenshot of where the exclamation mark is appearing? On Sun, Feb 9, 2014 at 2:03 PM, Dinakar Sandeep <[email protected]> wrote: > There is no error in my program . I used this > connection jdbc:google:rdbms://myinstance/tablename but data is not > inserted in the database . > Can you try the following JDBC URL: *jdbc:google:mysql://Google-Cloud-Project-ID:Instance-Name/Database* ? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
