Hi,

I'm trying to follow this example to deploy the helloworld to my appengine 
with flexible env. 
https://cloud.google.com/appengine/docs/flexible/java/quickstart
But got error as below

[INFO] GCLOUD: 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[INFO] GCLOUD:
[INFO] GCLOUD: ERROR: (gcloud.app.deploy) INTERNAL: Internal error 
encountered.
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time:  02:01 min
[INFO] Finished at: 2020-02-06T21:07:28-08:00
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal 
com.google.cloud.tools:appengine-maven-plugin:2.2.0:deploy (default-cli) on 
project flexible-helloworld: App Engine application deployment failed: 
com.google.cloud.tools.appengine.operations.cloudsdk.process.ProcessHandlerException:
 
com.google.cloud.tools.appengine.AppEngineException: Non zero exit: 1 -> 
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


I changed the pom file under the project a little bit to add the version 
and project id

          <deploy.projectId>${realprojectid}</deploy.projectId>
          <version>1</version>


Then get the error above. I update the gcloud sdk to the latest one, then 
run with mvn appengine:deploy

Any hint on this? Thanks!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3f208492-fe21-43ac-8192-ae85fb72b811%40googlegroups.com.

Reply via email to