Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2019-01-21 Thread 'Omair (Cloud Platform Support)' via Google App Engine
Hi, My apologies, here is the correct link . On Monday, January 21, 2019 at 12:17:38 PM UTC-5, Gerardo Lima wrote: > > I don't think so ... it seems to be exclusive top google employees ... > > On Mon, Jan 21, 2019 at 4:00 PM

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2019-01-21 Thread Gerardo Barbosa Lima
I don't think so ... it seems to be exclusive top google employees ... On Mon, Jan 21, 2019 at 4:00 PM 'Omair (Cloud Platform Support)' via Google App Engine wrote: > Hi Gerardo, > > You can create a feature request for better error reporting on issue > tracker by following the this >

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2019-01-21 Thread 'Omair (Cloud Platform Support)' via Google App Engine
Hi Gerardo, You can create a feature request for better error reporting on issue tracker by following the this link. On Monday, January 21, 2019 at 9:56:19 AM UTC-5, Gerardo Lima wrote: > > It would've been great if this

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2019-01-21 Thread Gerardo Lima
It would've been great if this information was provided on the error message, @Steren ... I was not submitting my package.json by mistake (on .gcloudignore); the app could not start with and the only log error I had was this *unrelated* message. On Wednesday, 1 August 2018 00:28:16 UTC+1,

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Ernesto Alejo
I just discovered it too. Also for future readers: if you don't have a start script in your package.json it uses "node server.js" by default. On Wednesday, August 1, 2018 at 1:23:42 AM UTC+2, Steren Giannini wrote: > > We are using the start script defined in package.json. > You can see that in

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread 'Steren Giannini' via Google App Engine
We are using the start script defined in package.json. You can see that in the sample, the start script is "node app.js" On Tue, Jul 31, 2018 at 3:35 PM Ernesto Alejo wrote: > Thank you very much! It's working now. It would probably be better to > document it somewhere though; I tried changing

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Ernesto Alejo
Thank you very much! It's working now. It would probably be better to document it somewhere though; I tried changing the main field in the package.json file too and it didn't work so I suppose it is a requirement to have a file called app.js in the root of your project. On Wednesday, August 1,

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread 'Steren Giannini' via Google App Engine
You probably renamed a file: the sample uses app.js, but you are uploading index.js. On Tue, Jul 31, 2018 at 3:22 PM Ernesto Alejo wrote: > Also the error changed now: > > Error: Cannot find module '/srv/app.js' > at Function.Module._resolveFilename (module.js:547) > at Function.Module._load

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Ernesto Alejo
Also the error changed now: Error: Cannot find module '/srv/app.js' at Function.Module._resolveFilename (module.js:547) at Function.Module._load (module.js:474) at Function.Module.runMain (module.js:693) at startup (bootstrap_node.js:191) at (bootstrap_node.js:612) On Wednesday, August 1, 2018

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Ernesto Alejo
I am deploying these files except the README: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/standard This is the manifest the gcloud CLI logs in verbose mode, formatted to make it easier to read it, with the checksums: [ { "package.json":

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread 'Steren Giannini' via Google App Engine
Can you confirm that you did not modify the hello world sample? I personally just deployed the hello world twice in new projects On Tue, Jul 31, 2018 at 3:06 PM Ernesto Alejo wrote: > I can deploy the hello world application now, but when I try to access it > a 500 error is returned and this

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Ernesto Alejo
I can deploy the hello world application now, but when I try to access it a 500 error is returned and this error is logged in Stackdriver: "Error: Cannot find module '/srv/server.js' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25)

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Jason Collins
This issue should be fixed now. We apologize for any inconvenience and will make adjustments to avoid this problem in the future. On Tuesday, 31 July 2018 08:27:39 UTC-7, Steren Giannini wrote: > > Thanks for the report. > We can reproduce the issue when creating new projects and we are

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread 'Steren Giannini' via Google App Engine
Thanks for the report. We can reproduce the issue when creating new projects and we are actively investigating the issue. On Tue, Jul 31, 2018 at 7:44 AM Giacomo Graziosi wrote: > I have the same problem and other people are reporting it on GitHub >

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-31 Thread Giacomo Graziosi
I have the same problem and other people are reporting it on GitHub https://github.com/GoogleCloudPlatform/nodejs-getting-started/issues/172 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread 'Steren Giannini' via Google App Engine
I can successfully deploy your app to my project. Would you mind sending me privately your project ID ? On Mon, Jul 30, 2018 at 5:24 PM Steren Giannini wrote: > Thanks for the feedback. > > I do not see what is wrong with your code, so I will open an internal bug > for investigation. We should

Re: [google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread 'Steren Giannini' via Google App Engine
Thanks for the feedback. I do not see what is wrong with your code, so I will open an internal bug for investigation. We should at least provide a better error message. I will keep this thread up to date when I learn more. Steren Product Manager On Mon, Jul 30, 2018 at 1:23 PM Ernesto Alejo

[google-appengine] Cannot deploy an example Node8 application to AppEngine standard: An internal error occurred

2018-07-30 Thread Ernesto Alejo
I am trying to deploy a hello world example to App Engine Standard to try Node 8 and it fails every time with an internal error. The full code (a simple hello world copied from the getting started) is here: https://github.com/ernestoalejo/gae-node8-test When I run gcloud app deploy it

[google-appengine] cannot deploy managed VMs

2015-07-08 Thread pdknsk
For about 1-2 hours now. It alternates between these errors. This is bad. (I wonder if 1.9.24 is to blame.) ERROR: (gcloud.preview.app.deploy) Giving up due to transient errors. Please try again. ERROR: (gcloud.preview.app.deploy) Not enough VMs ready (0/1 ready, 1 still deploying). -- You

[google-appengine] cannot deploy my code..?

2015-03-02 Thread melbin
2015-03-02 23:54:06 Running command: ['C:\\Python27\\pythonw.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=njan@gmail.com', '--passin', 'update', u'C:\\Python27\\helloworld\\hello-udacity'] 11:54 PM Application: hello-udacity; version:

Re: [google-appengine] cannot deploy my code..?

2015-03-02 Thread Robert Fischer
Do you need to update the app_id in your app.yaml? It doesn't look like the application hello-udacity exists per the error, This application does not exist (app_id=u'hello-udacity'). Are you sure this is the correct app_id? Do you see it in your applications at https://appengine.google.com?

[google-appengine] Cannot deploy app

2013-02-02 Thread Codebrain
Hello, I have a billing enabled app id: sim-shop.appspot.com. running on version 1.7.0 Suddenly stopped being able to deploy. Your help greatly appreciated. The error : ** 99% Will check again in 60 seconds. Feb 02, 2013 8:25:40 PM com.google.appengine.tools.admin.AppVersionUpload

[google-appengine] Cannot deploy: 409 Conflict Deployment of this version has not yet started.

2012-06-27 Thread doright
see http://stackoverflow.com/questions/11221557/google-app-engine-deployment-error-409 any update on this please? I'm currently using Java SDK 1.6.4 ( I tried doing a rollback but makes no difference - didn't really want to upgrade my SDK today...) many thanks, -- You received this message

[google-appengine] Cannot deploy from eclipse, Server Error 500

2012-04-06 Thread Jack Guo
Used to work well. Not sure if this is caused due to my deploy rollback on my previous deploy, or because the service is temporarily down? Please help! Thanks! Error message below: Unable to update: com.google.appengine.tools.admin.HttpIoException: Error posting to URL:

[google-appengine] Cannot deploy app, cannot modify any settings

2011-08-03 Thread Pambo Paschalides
Today, whenever I try to deploy my app, I get the following: *...* *Closing update: new version is ready to start serving.* *Rolling back the update.* *Error 503: --- begin server output ---* * * *Application Busy (503)* *Multiple clients are trying to modify the same application.* *--- end server

Re: [google-appengine] Cannot deploy app, cannot modify any settings

2011-08-03 Thread Johan Euphrosine
This issue is tracked there: http://code.google.com/p/googleappengine/issues/detail?id=5474 If it is still not working for you can you add a comment with your appid ? Thanks in advance. On Wed, Aug 3, 2011 at 1:34 PM, Pambo Paschalides already.l...@gmail.com wrote: Today, whenever I try to

[google-appengine] Cannot deploy my app to the GAE

2010-11-23 Thread Sumanth AS
Hi, i ve created a simple hello world application and have also got an app id registered. but i am unable to deploy the app to the server. i m getting an exception which is java.net.ConnectException. plz help me out. thanks in advance -- You received this message because you are subscribed to

Re: [google-appengine] Cannot Deploy or Delete Application

2010-04-06 Thread Ikai L (Google)
It looks like you have been able to deploy the application. We had an issue earlier that prevented users from deploying, but this should have been resolved. Can you let us know if you continue to have difficulties? On Wed, Mar 31, 2010 at 8:18 PM, atjs a...@andrewlabs.com wrote: I can't deploy

[google-appengine] Cannot Deploy or Delete Application

2010-04-01 Thread atjs
I can't deploy or delete my application 'quipurl' version 'dev'. Can someone help me out here? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this

Re: [google-appengine] Cannot deploy my app

2010-03-03 Thread Ikai L (Google)
Are you behind a proxy? On Mon, Mar 1, 2010 at 3:28 PM, pythonTryout naval.dudho...@gmail.comwrote: Hey, I am trying to update my application, but am getting : urllib2.URLError: urlopen error [Errno 110] Connection timed out I downloaded AppEngine's Python SDK source and directly updating

[google-appengine] Cannot deploy my app

2010-03-01 Thread pythonTryout
Hey, I am trying to update my application, but am getting : urllib2.URLError: urlopen error [Errno 110] Connection timed out I downloaded AppEngine's Python SDK source and directly updating from it. Am i missing something or something else has to be done before i try to update? -- You

[google-appengine] Cannot deploy from within Eclipse (appcfg.py as an 'external tool')

2009-08-05 Thread Giacecco
All, I am using Eclipse 3.5.0, App Engine 1.2.2 and Python 2.5.x on both a MacOS and a Linux desktops. On both I set up appcfg.py as an 'external tool' to deploy my App Engine application without leaving Eclipse. On MacOS everything works fine. On Linux (Ubuntu NR 9.04) the execution of

[google-appengine] Cannot Deploy

2009-04-20 Thread ericsk
Is the server down? There're exceptions while I deploy my application. $ appcfg.py update . Scanning files on local disk. Initiating update. Cloning 63 static files. Cloning 36 application files. Uploading 2 files. 2009-04-20 22:14:06,807 ERROR appcfg.py:1235 An unexpected error occurred.

[google-appengine] Cannot deploy to Google App Engine

2009-04-20 Thread bambrikii
jdk: jdk1.6.0_10 sdk: appengine 1.2 Unable to upload: java.io.IOException: Error posting to URL: http://appengine.google.com/api/appversion/create?app_id=bambrikiiversion=1; 400 Bad Request Invalid runtime specified. at com.google.appengine.tools.admin.ServerConnection.send