[google-appengine] Re: AppEngine Maven deployment failure: '500 Internal Server Error'

2017-10-28 Thread Patrick Conant
It appears that AppEngine was choking on this http-header defined in appengine-web.xml: When I removed that, deployment succeeded. When I replaced the value with "1; mode=block", deployment succeeded. It doesn't appear to be the header name that causes the problem, as defining either of these

[google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-10-28 Thread Lendi App
Hi, I am receiving mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known I have the following $socket_prod=":/cloudsql/projectid:europe-west1:databaseinstance"; $dbuser_prod="root"; $dbpass_prod="root_pasw"; $dbname_prod="db_name"; $conn = mysq

[google-appengine] Re: AppEngine Maven deployment failure: '500 Internal Server Error'

2017-10-28 Thread Patrick Conant
I should add: I initially ran into the problem with the latest Maven plugin (version 1.9.58), but also tried reverting to versions that have worked for me over the past two months (1.9.56 and 1.9.55). I ran into the same error with all three versions. -- You received this message because you a

[google-appengine] AppEngine Maven deployment failure: '500 Internal Server Error'

2017-10-28 Thread Patrick Conant
I've recently become unable to deploy an AppEngine project using the AppEngine Maven plugin's 'appengine:update' target. This has worked for me previously, but just today it seems to be failing for multiple projects. I've reviewed the files generated during my maven build process -- they all lo

[google-appengine] Where can I find files?

2017-10-28 Thread Autotransfer.jetzt
Hi, I'm not a developer. I have a Google Cloud account. I hired a company who created a Django site for me on GAE in my account. The site is partly finished and I have tested it. It points to an external IP. My question is this: where do I find the code and files of that site? The buckets in my

[google-appengine] Re: Is Google App Engine Launcher being deprecated? Why??

2017-10-28 Thread Sachin P
I Just saw the download link : https://storage.googleapis.com/appengine-sdks/featured/GoogleAppEngine-1.9.62.msi So, when using gcloud , is there documents that we can corelate with existing launcher What is the command for start What is the command for add and application etcc... etc... O