GAE部署投掷错误响应:[13]系统遇到致命错误

发布于 2025-02-02 02:35:29 字数 2467 浏览 5 评论 0原文

使用命令:gcloud app exploy-quiet -no-promote -no-no-no-stop-provious-version -version = {version_number}时遇到问题时会遇到问题。直到今天,以前的部署都没有发生这种情况。

我还检查了云控制台中的部署和应用程序日志,没有错误。该代码也在我的本地工作,配置没有任何更改,因此我不知道问题来自何处。也部署了恢复的代码,但错误仍然相同。

app.yaml文件:

runtime: custom
env: flex
resources:
  cpu: 1
  memory_gb: 2
  disk_size_gb: 15
manual_scaling:
  instances: 1

这是运行调试模式时的日志:结果:

{“ done”:true,“ error”:{“ code”:13,“消息”:“系统遇到致命错误”},“ metadata”:{“@type”:“ type.googleapis。 com/google.appengine.v1.operationmetadatav1“,”,“ createversionmetadata”:{“ cloudbuildid”:“ 4E46D51E-F408-479E-AD06-AD06-81CD794D9028”},ENDTEME,“ ENDTIME” “ inserttime”:“ 2022-05-25T15:10:10:10.933Z”,“方法”:“ Google.appengine.v1.versions.CreateverSion”,“ Target”:“ {om om notited},”,“用户”:“ {省略{省略}“},“ name”:“ apps/{am {omtites}/ecorperations/e9d94daa-055b-4903-8cbf-372df1ce5c3c”}更新服务[默认服务](这可能需要几分钟)...失败了。 debug :( gcloud.app.deploy)错误响应:[13]系统遇到了致命的错误追溯(最近的呼叫最后一个电话):文件“ c:\ users \ user \ user \ appdata \ local \ local \ local \ google \ google \ cloud \ cloud sdk \ google-cloud -sdk \ lib \ googlecloudsdk \ calliope \ cli.py',第987行,在execute resources = calliope_command.run(cli = self,args = args = args)文件“ c:c:c:\ user \ user \ user \ user \ user \ user \ user \ appdata \ google-cloud-sdk \ lib \ googlecloudsdk \ calliope \ calliope \ backend.py',第809行,在运行资源= command_instance.run(args)文件“ c:\ user \ user \ user \ user \ user \ appdata \ local \ appdata \ local \ local \ local \ google \ google \ google \ cloud sdk \ google sdk \ google \ google sdk \ google -cloud-sdk \ lib \ surface \ app \ exploy.py',第127行,在运行返回return deploy_util.rundeploy(file” c:\ users \ user \ user \ user \ appdata \ local \ local \ google \ google \ cloud \ cloud sdk \ google-cloud-sdk \ google-cloud-sdk \ \ google-cloud-sdk \ \ \ \ google-cloud-sdk \ \ \ \ \ lib \ googlecloudsdk \ command_lib \ app \ app \ depoly_util.py”,第692行,在rundeploy aiter.py.py中,第320行,在_isnotdone return return return return doller.isdone.isdone(操作)file(操作)文件c: \ cloud sdk \ google-cloud-sdk \ lib \ lib \ googlecloudsdk \ api_lib \ app \ app \ app \ app \ app \ operations_util.py”,第182行,在isdone rish aight operationError(requests.extracterrormessage(googleclofcloudsdk.api_lib.api_lib.app.app.app.operial.util.util.util.operoratiation _ [13) ]系统遇到致命错误错误:(gcloud.app.deploy)错误响应:[13]系统遇到了致命错误

我提交了用于GCP支持的票证但尚未响应的致命错误。想知道这里有人以前是否遇到过此错误和解决方案。

Encountering problem when deploying Node/React application to App engine using the command: gcloud app deploy --quiet --no-promote --no-stop-previous-version --version={VERSION_NUMBER}. This didn't happen before with the previous deployments only until today.

I've also checked the deployment and application logs in Cloud Console and there are no errors. This code is also working on my local and there are no changes to the configuration so I don't know where the problem is coming from. Also did deploy the reverted code but the error is still the same.

app.yaml file:

runtime: custom
env: flex
resources:
  cpu: 1
  memory_gb: 2
  disk_size_gb: 15
manual_scaling:
  instances: 1

Here's the logs when running the debug mode: Result:

{ "done": true, "error": { "code": 13, "message": "The system encountered a fatal error" }, "metadata": { "@type": "type.googleapis.com/google.appengine.v1.OperationMetadataV1", "createVersionMetadata": { "cloudBuildId": "4e46d51e-f408-479e-ad06-81cd794d9028" }, "endTime": "2022-05-25T15:41:26.285Z", "insertTime": "2022-05-25T15:10:10.933Z", "method": "google.appengine.v1.Versions.CreateVersion", "target": "{OMITTED}", "user": "{OMITTED}" }, "name": "apps/{OMITTED}/operations/e9d94daa-055b-4903-8cbf-372df1ce5c3c" } Updating service [default] (this may take several minutes)...failed. DEBUG: (gcloud.app.deploy) Error Response: [13] The system encountered a fatal error Traceback (most recent call last): File "C:\Users\USER\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\calliope\cli.py", line 987, in Execute resources = calliope_command.Run(cli=self, args=args) File "C:\Users\USER\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\calliope\backend.py", line 809, in Run resources = command_instance.Run(args) File "C:\Users\USER\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\surface\app\deploy.py", line 127, in Run return deploy_util.RunDeploy( File "C:\Users\USER\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\command_lib\app\deploy_util.py", line 692, in RunDeploy aiter.py", line 320, in _IsNotDone return not poller.IsDone(operation) File "C:\Users\USER\AppData\Local\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk\api_lib\app\operations_util.py", line 182, in IsDone raise OperationError(requests.ExtractErrorMessage(googlecloudsdk.api_lib.app.operations_util.OperationError: Error Response: [13] The system encountered a fatal error ERROR: (gcloud.app.deploy) Error Response: [13] The system encountered a fatal error

I've submitted a ticket to GCP support but haven't responded yet. Wondering if someone here has encountered this error before and the resolution.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮光之海 2025-02-09 02:35:30

根据此公共问题跟踪器 Google支持团队建议使用使用以下命令解决问题:

gcloud config set interactive/hidden true

然后::

gcloud app update --service [email protected]

As per this public issue tracker, The Google Support Team suggests using the commands below to fix the issue:

gcloud config set interactive/hidden true

then:

gcloud app update --service [email protected]
坚持沉默 2025-02-09 02:35:30

我筹集了一张Google支持团队的门票,他们回来说这是由于GAE的最新发布引起了Ge。他们说,他们恢复了变化,现在正按预期工作。

I raised a ticket to Google Support team and they came back saying it was due to the latest release of GAE that caused it. They said they have reverted the change and it is now working as expected.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文