[google-appengine] how can I download or get ApiProxy package

2017-09-21 Thread 高科
Hello, I run an application at Appscale (the Appscale appengineSDK version is 1.8.4, lower then GAE),it catch an exception show below: Sep 21, 2017 5:20:13 AM com.google.apphosting.utils.jetty.JettyLogger warn WARNING: Error for /uk/iapProcessPurchaseV2 java.lang.NoSuchMethodError:

Re: [google-appengine] Re: Flexible env: post-deploy-cmd from composer.json it not being executed

2017-09-21 Thread 'Takashi Matsuo' via Google App Engine
I said this in another thread, but let me repeat here as well. The new build pipeline for App Engine Flex for PHP, doesn't run `post-deploy-cmd` any more. You may be able to just use `post-install-cmd` as a drop-in replacement, unless you need DB connection. So Søren, unfortunately for your

[google-appengine] Re: I have Installed with deploy wordpress with mysql 5.5 but recommends is mysql 5.6 how to upgrade in google cloud.Because some plugins not working

2017-09-21 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
You have to create a new instance running MySQL 5.6 and move to it. Per this doc on Upgrading MySQL for an Instance : The steps for moving your data from one version of MySQL to another involve > exporting data from the current instance and

[google-appengine] Re: Custom Domain Is Associated With Non-Existant App Project

2017-09-21 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Based on the new information you provided, I highly recommend reporting the issue on our Public Issue Tracker so proper attention can be given to it. You can reference this thread as needed. -- You received this message because you are

Re: [google-appengine] Re: ? How to implement managed SSL for a pre-existing domain mapping.

2017-09-21 Thread 'Kamran (Google Cloud Support)' via Google App Engine
Tapir, You can use "secure" handlers subelement to automatically redirect HTTP requests to the HTTPS URL with the same path. For more information on this visit this article . On Thursday, September 21, 2017 at 6:45:56 AM

Re: [google-appengine] Re: ? How to implement managed SSL for a pre-existing domain mapping.

2017-09-21 Thread 'Lorne Kligerman' via Google App Engine
Glad it kicked in! If DNS entries aren't found, the system will automatically retry, however it will back off and the retry is less periodic the longer time passes. Have you tried checking off only one domain in the table? Are the buttons still disabled then? On Thu, Sep 21, 2017 at 3:45 AM,

[google-appengine] I have Installed with deploy wordpress with mysql 5.5 but recommends is mysql 5.6 how to upgrade in google cloud.Because some plugins not working

2017-09-21 Thread Ventsislav Antonov
I have Installed with deploy wordpress with mysql 5.5 but recommends is mysql 5.6 how to upgrade in google cloud.Because some plugins not working -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread Søren Malling
Thanks a lot :-) And thanks for the help! Den torsdag den 21. september 2017 kl. 21.21.28 UTC+2 skrev Takashi Matsuo (Google): > > And FYI, I filed an issue on the community articles: > https://github.com/GoogleCloudPlatform/community/issues/248 > > On Thu, Sep 21, 2017 at 12:15 PM Takashi

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread 'Takashi Matsuo' via Google App Engine
And FYI, I filed an issue on the community articles: https://github.com/GoogleCloudPlatform/community/issues/248 On Thu, Sep 21, 2017 at 12:15 PM Takashi Matsuo wrote: > > Yeah that sounds like a plan to me for now. > > On Thu, Sep 21, 2017 at 12:10 PM Søren Malling

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread 'Takashi Matsuo' via Google App Engine
Yeah that sounds like a plan to me for now. On Thu, Sep 21, 2017 at 12:10 PM Søren Malling wrote: > Hi Takashi, > > Thanks for that information - it explains why I haven't been able to make > it work for 2 days :) Could you be so kind to add a note to the PHP >

[google-appengine] Re: Flexible env: post-deploy-cmd from composer.json it not being executed

2017-09-21 Thread 'Shivam(Google Cloud Support)' via Google App Engine
Google Groups discussion forum is meant for open-ended discussions. The referred tutorials are submitted by the community and do not represent official Google Cloud Platform product documentation. Therefore, I would recommend to post the issues on the respective github pages for Laravel

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread Søren Malling
Hi Takashi, Thanks for that information - it explains why I haven't been able to make it work for 2 days :) Could you be so kind to add a note to the PHP examples, where this is mentioned? I'm using Gitlab for CI/CD, so how would you recommend this done? Create a service account for a local

Re: [google-appengine] Java8 on standard: need to migrate off Endpoints v1?

2017-09-21 Thread Charles Capps
Thanks for clarifying, Yannick. Our migration is somewhat difficult, mainly because we are moving to a different REST framework entirely (Jersey) because we found the performance of Endpoints v2 to be slow in multiple experiments, and we simply don't need the layer that Endpoints v2 provides

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread 'Takashi Matsuo' via Google App Engine
Also, in any case, I don't recommend invoking the db migration during the deployment process, because it's dangerous. What happens if the db migration succeeds, and then the deployment fails? Your app will be in a broken state. So now the recommended way is to use cloud_sql_proxy locally and do

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread 'Takashi Matsuo' via Google App Engine
Are you trying to do DB migration with the post-deploy-cmd? It won't work because we don't run post-deploy-cmd any more, with the new build pipeline. What gcloud version are you using? If you're using the old build pipeline (you can do that by setting a flag `gcloud config set

Re: [google-appengine] Java8 on standard: need to migrate off Endpoints v1?

2017-09-21 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Charles, the Endpoints API v1 is indeed deprecated and thus, like Stefano points out, doesn't have support for new features such as Java 8 on App Engine standard. Is the migration procedure prohibitively difficult to use in your situation? On Thursday, September 21, 2017 at 9:30:17 AM

[google-appengine] Flexible env: post-deploy-cmd from composer.json it not being executed

2017-09-21 Thread Søren Malling
I have the following composer.json { "name": "project/platform", "config": { "vendor-dir": "Packages/Libraries", "bin-dir": "bin" }, "require": { "php": "7.0.*", "ext-redis": "*", "neos/flow": "^4.2" }, "scripts": { "post-update-cmd":

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2017-09-21 Thread Kesava Banyala
Hi, All I'm trying to sign up with Google Cloud Platform, while registering with debit card details in payment Option, It is throwing an error. User another card, but mine is visa card. Some body Try to help me. On Friday, April 7, 2017 at 6:49:54 PM UTC+5:30, Sarmistha Guha Thakurta wrote: >

Re: [google-appengine] Java8 on standard: need to migrate off Endpoints v1?

2017-09-21 Thread Stefano Ciccarelli
Endpoints V1 simply don't work on Java8, you get some exception on boot for missing classes. Il giorno gio 21 set 2017 alle ore 15:06 Charles Capps ha scritto: > Hi, I have a very important question pertaining to our use of Java8 on GAE > Standard. In the Release Notes for

[google-appengine] Java8 on standard: need to migrate off Endpoints v1?

2017-09-21 Thread Charles Capps
Hi, I have a very important question pertaining to our use of Java8 on GAE Standard. In the Release Notes for the Appengine SDK [1], it says: - Cloud Endpoints must be migrated from v1 to v2. in the

Re: [google-appengine] Re: ? How to implement managed SSL for a pre-existing domain mapping.

2017-09-21 Thread Tapir
On Wednesday, September 20, 2017 at 8:32:16 AM UTC-4, Tapir wrote: > > > > On Monday, September 18, 2017 at 7:54:13 PM UTC-4, Kamran (Google Cloud > Support) wrote: >> >> >> No. Updating the CNAME to point to *ghs.googlehosted.com >> *shouldn't interrupt your

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread Søren Malling
Just le me try and write that again - the last message was unreadable.. Yes. When trying to run my apllication via the URL, it can't read the env and therefore can't access the database. And when running post-deploy-cmd from my composer.json (as described for the Symfony example), the

Re: [google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-21 Thread Søren Malling
> Do you have actual problems connecting to the db? > Yes. My application don't running can't read the env and the when running post-deploy-cmd from my composer.json, the FLOW_CONTEXT and MYSQL_* enviroment parameters are not passed to the processes > -- You received this message because