Re: [google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-23 Thread Aleksander Efremov
Ok. Will hope that will successful resolved soon.

вс, 24 июн. 2018 г., 0:59 'George (Cloud Platform Support)' via Google App
Engine :

> Your issue warrants a more in-depth investigation. To facilitate
> communication and tracking of progress, we have opened this issue
>  in the Public Issue Tracker.
> You may monitor it for further developments. There is no estimated time to
> resolution as yet.
>
> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/08c4333a-d3c6-41a0-b6db-e2df363e2abb%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAGR2zgrp%3D1zdEkrtBSOop-hdEQBLinwAyawcdGnNG%3DOi_AJ4Mg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
The error message points to lacking configuration of the node.js version in 
the package.json file. You need to set value for your node.js version with 
an entry similar to: 

{
  "engines": {
"node": "9.x"
  }
}

You may gather more detail from the "Node.js version" sub-chapter 

 of 
the "The Node.js Runtime" documentation page. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d9713092-4dd5-42fd-9067-2052a1b51e5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Node.js Standard: memory usage different for locally and deployed version on 30 - 40 Mb.

2018-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Your issue warrants a more in-depth investigation. To facilitate 
communication and tracking of progress, we have opened this issue 
 in the Public Issue Tracker. 
You may monitor it for further developments. There is no estimated time to 
resolution as yet. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/08c4333a-d3c6-41a0-b6db-e2df363e2abb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Servidor hakeado

2018-06-23 Thread Giuliano Ribeiro
Olá Raphaela, explique o que aconteceu. Pois o App Engine é serverless não
acessamos o servidor. Está usando o standard out o flex?



___
Giuliano Ribeiro

Em Sáb, 23 de jun de 2018 16:59,  escreveu:

>
> Preciso de ajuda de vocês meu servidor foi hackeado e não sei oque fazer
> se tem como fazer roll back de algum dia anterior se tem alguma coisa para
> fazer para me defender preciso de ajuda!
>
> --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/022ae1a6-e8ff-4eed-a1ed-aeddda02826a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAFFKEc0TL5RNR15RBYdH3or%2Bs4E-Lzc7rQsoMzrEDbcUrs2Guw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] wordpress multiple site custom domain not working on App engine

2018-06-23 Thread Sam Panwar
Hi,

I have done the following .

1. Setup VM for wordpress bitnami multiple site
2. deploy on the app engine succusfully 

Now I have 2 issue

1. when I use custom domain setting its giving me database connection issue 
and giving 
Can’t select database 
Admin panel

2. I have separate IP and site on VM and when I sync DB with SQL db for app 
engine  its giving problem, like looping and its difficult to change URL 
all time in DB for multiple site

so how I can use best setup with VM and app engine for DB and single domain

Sam

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/aaec4cbf-d96e-43fd-b9c3-9e8646ac8f65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Servidor hakeado

2018-06-23 Thread raphaelanovaescosta

Preciso de ajuda de vocês meu servidor foi hackeado e não sei oque fazer se 
tem como fazer roll back de algum dia anterior se tem alguma coisa para 
fazer para me defender preciso de ajuda!

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/022ae1a6-e8ff-4eed-a1ed-aeddda02826a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Auth issue with deployment - https://developers.google.com/accounts/docs/AuthForInstalledApps

2018-06-23 Thread An Yang
Hi guys,

I know it has been years, but I still encounter this error:

Error 404: --- begin server output ---
https://developers.google.com/accounts/docs/AuthForInstalledApps
--- end server output ---

I have upgraded the Cloud SDK to the latest version:

Your current Cloud SDK version is: 206.0.0
The latest available version is: 206.0.0

┌─┐
│  
Components │
├───┬──┬──┬───┤
│ Status│ Name 
│ID│Size   │
├───┼──┼──┼───┤
│ Not Installed │ App Engine Go Extensions │ 
app-engine-go│ 151.3 MiB │
│ Not Installed │ Cloud Bigtable Command Line Tool │ 
cbt  │   4.9 MiB │
│ Not Installed │ Cloud Bigtable Emulator  │ 
bigtable │   4.3 MiB │
│ Not Installed │ Cloud Datalab Command Line Tool  │ 
datalab  │   < 1 MiB │
│ Not Installed │ Cloud Datastore Emulator │ 
cloud-datastore-emulator │  18.0 MiB │
│ Not Installed │ Cloud Datastore Emulator (Legacy)│ 
gcd-emulator │  38.1 MiB │
│ Not Installed │ Cloud Pub/Sub Emulator   │ 
pubsub-emulator  │  33.4 MiB │
│ Not Installed │ Emulator Reverse Proxy   │ 
emulator-reverse-proxy   │  14.5 MiB │
│ Not Installed │ Google Container Local Builder   │ 
container-builder-local  │   4.4 MiB │
│ Not Installed │ Google Container Registry's Docker credential helper │ 
docker-credential-gcr│   1.8 MiB │
│ Not Installed │ gcloud Alpha Commands│ 
alpha│   < 1 MiB │
│ Not Installed │ gcloud Beta Commands │ 
beta │   < 1 MiB │
│ Not Installed │ gcloud app Java Extensions   │ 
app-engine-java  │ 118.6 MiB │
│ Not Installed │ gcloud app PHP Extensions│ 
app-engine-php   │  21.9 MiB │
│ Not Installed │ kubectl  │ 
kubectl  │  14.8 MiB │
│ Installed │ BigQuery Command Line Tool   │ 
bq   │   < 1 MiB │
│ Installed │ Cloud SDK Core Libraries │ 
core │   7.6 MiB │
│ Installed │ Cloud Storage Command Line Tool  │ 
gsutil   │   3.5 MiB │
│ Installed │ gcloud app Python Extensions │ 
app-engine-python│   6.1 MiB │
│ Installed │ gcloud app Python Extensions (Extra Libraries)   │ 
app-engine-python-extras │  28.5 MiB │
└───┴──┴──┴───┘

What else do I need? Is the goagent still working in any way? Please give 
me some advice. Thank you very much.

Cheers!








在 2016年4月20日星期三 UTC+8上午12:23:17,Kaan Soral写道:
>
> Error 404: --- begin server output ---
>
>  
>
> https://developers.google.com/accounts/docs/AuthForInstalledApps 
>
> --- end server output ---
>
>
>
>
> The deployment asks for the password once, after that, it asks for the 
> password again, after the deployment has started, and fails with this error
>
>
> These is another auth issue that is marked as solved an hour ago, I'm 
> guessing this issue might be related
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/96fe529c-4593-4f86-a937-e087fa227bea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-23 Thread Sudhanshu Gaur
Thanks a lot, just one thing I want to ask, when I am trying to deploy my 
Nodejs app then in `Filesystem Jar or WAR file` what should I select 
because When i deployed my app the I got Error 

"Step #0: Checking for Node.js.
>  Step #0: node.js checker: No package.json file. Step #0: WARNING: Your 
> package.json does not specify a supported Node.js version. Please pin your 
> application to a major version of the Node.js runtime. To learn more, visit 
> https://cloud.google.com/appengine/docs/flexible/nodejs/runtime
>  Step #0: WARNING: Your package.json does not specify a supported Node.js 
> version. Please pin your application to a major version of the Node.js 
> runtime. To learn more, visit 
> https://cloud.google.com/appengine/docs/flexible/nodejs/runtime
>  
> Step #0: Application detection failed: Error: node.js checker: Neither 
> "start" in the "scripts" section of "package.json" nor the "server.js" file 
> were found."


On Friday, June 22, 2018 at 10:53:30 PM UTC+5:30, Kenworth (Google Cloud 
Platform) wrote:
>
> The tutorials you pointed out are for IntelliJ IDEA not for WebStorm. Here 
> is the thread showing the supported IDE's and features available (WebStorm 
> does not currently support deployment):
>
> https://cloud.google.com/tools/intellij/docs/ides
>
> To deploy a Node.js application 
> , you 
> can use the gcloud tool on the Google Cloud SDK. For example: 
>
> gcloud app deploy
>
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/473891ba-55bf-4da9-b86d-20c54eaaebe7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.