GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the flex deployment to become network provisioned. #112

Closed zakariandys closed 6 years ago

zakariandys commented 6 years ago

When I deployed my java application to appengine using command mvn gcloud:deploy I got error message which indicate that m deployment is failure. There is the message error I got. [INFO] ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the flex deployment to become network provisioned. [ERROR] Error: gcloud app command with exit code : 1 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27:33 min [INFO] Finished at: 2018-03-06T19:16:02+07:00 [INFO] Final Memory: 26M/238M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.google.appengine:gcloud-maven-plugin:2.0.9.133.v20161104:deploy (default-cli) on project kofera-builder-adwords-worker: Error: gcloud app command exit code is: 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

loosebazooka commented 6 years ago

@meltsufin ? Is this a timeout thing on the flex images?

meltsufin commented 6 years ago

No, it's more likely the timeout in the Cloud Build or the actual App Engine Flex infrastructure.

zakariandys commented 6 years ago

the problem is solved. Main issue on healthchecker, when deployment app engine flex return bad request.

JCarlosR commented 5 years ago

@zakariandys How did you solve it? Was it just a matter of time?

zakariandys commented 5 years ago

@JCarlosR no, it was my mistake to configure the health checker

vishnu4mohan commented 4 years ago

@zakariandys How did you configure health checker? Through liveness check or readiness check in app.yaml?