简体   繁体   English

使用Flex Env​​ironment在Google App Engine中部署应用程序时出错

[英]Error while deploying app in Google App Engine with flex Environment

I am trying to deploy app in Google App Engine and I am getting following error message 我正在尝试在Google App Engine中部署应用,并且收到以下错误消息

ERROR: (gcloud.app.deploy) Error Response: [13] Flex operation projects/black-tenure-213005/regions/us-east1/operations/379b4ee9-aa45-4681-bf6e-8f4fcc8b93f1 error [INTERNAL] : An internal error occurred while processing task /appengine-flex-v1/insert_flex_deployment/flex_create_resources>2018-09-27T03:45:41.652Z2073: 500 Internal Server Error { "code" : 500, "errors" : [ { "debugInfo" : "No backend error mapping found for errorCode: deployment.proto.DeploymentManagerErrorDomain.INTERNAL_ERROR, method: deploymentmanager.deployments.insert, and location: null. Output will be 500 Internal Server Error.\\n/DeploymentsService.Insert to [2002:a30:2f16::]:4118 [APPLICATION_ERROR(500)] com.google.security.data_access. client.DataAccessException: com.google.net.rpc3.client.RpcClientException: APPLICATION_ERROR;security.data_access/DataAccessService.RequestTransactDat;java.security.GeneralS ecurityException: [Policy name: deploymentmanager-transact-dat] client \\"MdbUser = cloud-dm\\" is not allowe 错误:(gcloud.app.deploy)错误响应:[13] Flex操作项目/ black-tenure-213005 / regions / us-east1 / operations / 379b4ee9-aa45-4681-bf6e-8f4fcc8b93f1错误[INTERNAL]:内部错误处理任务时发生/appengine-flex-v1/insert_flex_deployment/flex_create_resources>2018-09-27T03:45:41.652Z2073:500内部服务器错误{“代码”:500,“错误”:[{“ debugInfo”:“无后端已找到错误代码的错误映射:deployment.proto.DeploymentManagerErrorDomain.INTERNAL_ERROR,方法:deploymentmanager.deployments.insert,位置:null。输出将为500 Internal Server Error。\\ n / DeploymentsService.Insert为[2002:a30:2f16 :: ]:4118 [APPLICATION_ERROR(500)] com.google.security.data_access。client.DataAccessException:com.google.net.rpc3.client.RpcClientException:APPLICATION_ERROR; security.data_access / DataAccessService.RequestTransactDat; java.security.GeneralS ecurityException: [策略名称:deploymentmanager-transact-dat]不允许客户端\\“ MdbUser = cloud-dm \\” d by the policy; d根据政策;

Please help me regarding this. 请帮助我。

Thanks in advance. 提前致谢。

As @DazWilkin pointed out, a general issue was affecting the Deployment Manager in GCP. 正如@DazWilkin指出的那样,一个普遍的问题正在影响GCP中的Deployment Manager。 Here's the incident documented in the Google Cloud Status Dashboard . 这是Google Cloud Status Dashboard中记录的事件 By what I can see from the report, the issue has already been solved. 从报告中可以看出,该问题已得到解决。

Errors with code 500 when deploying GAE Flex applications can be linked to the Deployment Manager experiencing issues. 部署GAE Flex应用程序时代码500的错误可以链接到Deployment Manager遇到问题。 Given that the original issue is solved, the GAE Flex deployments should be working normally again. 鉴于原来的问题已解决,因此GAE Flex部署应该可以再次正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM