Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法将带有标准环境的Django应用程序部署到Google App Engine_Django_Google App Engine_Google Cloud Platform_Gcloud - Fatal编程技术网

无法将带有标准环境的Django应用程序部署到Google App Engine

无法将带有标准环境的Django应用程序部署到Google App Engine,django,google-app-engine,google-cloud-platform,gcloud,Django,Google App Engine,Google Cloud Platform,Gcloud,上周三,我部署了Django应用程序,一切正常。第二天,我尝试部署更改,App Engine遇到错误:INTERNAL:INTERNAL error遇到。此外,我今天使用相同的App.ymlconfig运行了部署命令,但没有任何更改。发生了相同的错误 我的app.yml: runtime: python37 instance_class: F1 env: standard entrypoint: gunicorn -b :$PORT MyProject.wsgi --timeout 600 b

上周三,我部署了Django应用程序,一切正常。第二天,我尝试部署更改,App Engine遇到错误:
INTERNAL:INTERNAL error遇到。
此外,我今天使用相同的
App.yml
config运行了部署命令,但没有任何更改。发生了相同的错误

我的
app.yml

runtime: python37
instance_class: F1
env: standard
entrypoint: gunicorn -b :$PORT MyProject.wsgi --timeout 600

beta_settings:
  cloud_sql_instances: "<project-name>:<region>:<database-name>"

handlers:
- url: /.*
  script: auto
  secure: always
  redirect_http_response_code: 301
运行时:python37
实例类:F1
环境:标准
入口点:gunicorn-b:$PORT MyProject.wsgi——超时600
beta_设置:
云计算sql实例::“
处理程序:
-网址:/*
脚本:自动
安全:总是
重定向\u http\u响应\u代码:301
以下是日志:

DEBUG: Running [gcloud.app.deploy] with arguments: [--quiet: "True", --verbosity: "debug", DEPLOYABLES:1: "[u'app.yaml']"]
DEBUG: Loading runtimes experiment config from [gs://runtime-builders/experiments.yaml]
INFO: Reading [<googlecloudsdk.api_lib.storage.storage_util.ObjectReference object at 0x7f463bc2cd10>]
DEBUG: 
Traceback (most recent call last):
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/app/runtime_builders.py", line 269, in _Read
    with contextlib.closing(storage_client.ReadObject(object_)) as f:
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/storage/storage_api.py", line 303, in ReadObject
    object_=object_ref, err=http_exc.HttpException(err)))
BadFileException: Could not read [<googlecloudsdk.api_lib.storage.storage_util.ObjectReference object at 0x7f463bc2cd10>]. Please retry: HTTPError 404: No such object: runtime-builders/experiments.yaml
DEBUG: Experiment config file could not be read. This error is informational, and does not cause a deployment to fail. Reason: Unable to read the runtimes experiment config: [gs://runtime-builders/experiments.yaml], error: Could not read [<googlecloudsdk.api_lib.storage.storage_util.ObjectReference object at 0x7f463bc2cd10>]. Please retry: HTTPError 404: No such object: runtime-builders/experiments.yaml
Traceback (most recent call last):
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/surface/app/deploy.py", line 133, in _ServerSideExperimentEnabled
    runtimes_builder_root)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/app/runtime_builders.py", line 524, in LoadFromURI
    .format(uri, e))
ExperimentsError: Unable to read the runtimes experiment config: [gs://runtime-builders/experiments.yaml], error: Could not read [<googlecloudsdk.api_lib.storage.storage_util.ObjectReference object at 0x7f463bc2cd10>]. Please retry: HTTPError 404: No such object: runtime-builders/experiments.yaml
DEBUG: API endpoint: [https://appengine.googleapis.com/], API version: [v1]
Services to deploy:

descriptor:      [/home/runner/work/MyProject/MyProject/app.yaml]
source:          [/home/runner/work/MyProject/MyProject]
target project:  [<project-name>]
target service:  [default]
target version:  [20201018t154518]
target url:      [https://<site-url>]


DEBUG: No bucket specified, retrieving default bucket.
DEBUG: Using bucket [gs://staging.<bucket-name>.appspot.com].
Beginning deployment of service [default]...
INFO: Using ignore file at [/home/runner/work/MyProject/MyProject/.gcloudignore].
DEBUG: Skipping file [README.md]
DEBUG: Skipping file [static]
DEBUG: Skipping file [.github]
DEBUG: Skipping file [tests]
DEBUG: Skipping file [.git]
DEBUG: Skipping file [misc]
DEBUG: Skipping file [static-root]
DEBUG: Skipping upload of [my_file_1.py]
...
DEBUG: Skipping upload of [my_file_n.py]

INFO: Incremental upload skipped 85.92% of data
DEBUG: Uploading 164 files to Google Cloud Storage
DEBUG: Using [16] threads
#============================================================#
#= Uploading 164 files to Google Cloud Storage              =#
#INFO: Uploading [/home/runner/work/MyProject/MyProject/my_file_1.py] to [staging.<project-name>.appspot.com/1373be4811b24b04f2c1f0aaef730bdc76346e4a]
...
#INFO: Uploading [/home/runner/work/MyProject/MyProject/my_file_n.py] to [staging.<project-name>.appspot.com/1373be4811b24b04f2c1f0aaef730bdc76346e4a]

File upload done.
INFO: Manifest: [{...}]

DEBUG: Converted YAML to JSON: "{
  "betaSettings": {
    "cloud_sql_instances": "<project-name>:<region>:<database-name>"
  }, 
  "entrypoint": {
    "shell": "gunicorn -b :$PORT MyProject.wsgi --timeout 600"
  }, 
  "env": "standard", 
  "handlers": [
    {
      "redirectHttpResponseCode": "REDIRECT_HTTP_RESPONSE_CODE_301", 
      "script": {
        "scriptPath": "auto"
      }, 
      "securityLevel": "SECURE_ALWAYS", 
      "urlRegex": "/.*"
    }
  ], 
  "instanceClass": "F1", 
  "runtime": "python37"
}"
DEBUG: Response returned status 500, retrying
DEBUG: Retrying request to url https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json after exception HttpError accessing <https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json>: response: <{'status': '500', 'content-length': '109', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Sun, 18 Oct 2020 15:45:29 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>
DEBUG: Response returned status 500, retrying
DEBUG: Retrying request to url https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json after exception HttpError accessing <https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json>: response: <{'status': '500', 'content-length': '109', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Sun, 18 Oct 2020 15:45:29 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>
DEBUG: Response returned status 500, retrying
DEBUG: Retrying request to url https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json after exception HttpError accessing <https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json>: response: <{'status': '500', 'content-length': '109', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Sun, 18 Oct 2020 15:45:29 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>
DEBUG: Response returned status 500, retrying
DEBUG: Retrying request to url https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json after exception HttpError accessing <https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json>: response: <{'status': '500', 'content-length': '109', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Sun, 18 Oct 2020 15:45:29 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>
DEBUG: (gcloud.app.deploy) INTERNAL: Internal error encountered.
Traceback (most recent call last):
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/calliope/cli.py", line 983, in Execute
    resources = calliope_command.Run(cli=self, args=args)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/calliope/backend.py", line 807, in Run
    resources = command_instance.Run(args)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/surface/app/deploy.py", line 117, in Run
    default_strategy=flex_image_build_option_default))
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 643, in RunDeploy
    ignore_file=args.ignore_file)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/command_lib/app/deploy_util.py", line 433, in Deploy
    extra_config_settings)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/app/appengine_api_client.py", line 172, in DeployService
    extra_config_settings)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/app/appengine_api_client.py", line 249, in _CreateVersion
    return self.client.apps_services_versions.Create(create_request)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/third_party/apis/appengine/v1/appengine_v1_client.py", line 827, in Create
    config, request, global_params=global_params)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/third_party/apitools/base/py/base_api.py", line 729, in _RunMethod
    http, http_request, **opts)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/third_party/apitools/base/py/http_wrapper.py", line 346, in MakeRequest
    check_response_func=check_response_func)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/third_party/apitools/base/py/http_wrapper.py", line 402, in _MakeRequestNoRetry
    check_response_func(response)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/util/apis.py", line 281, in _CheckResponseForApiEnablement
    http_wrapper.CheckResponse(response)
  File "/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/third_party/apitools/base/py/http_wrapper.py", line 223, in CheckResponse
    raise exceptions.BadStatusCodeError.FromResponse(response)
BadStatusCodeError: HttpError accessing <https://appengine.googleapis.com/v1/apps/<project-name>/services/default/versions?alt=json>: response: <{'status': '500', 'content-length': '109', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Sun, 18 Oct 2020 15:46:08 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'content-type': 'application/json; charset=UTF-8'}>, content <{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "status": "INTERNAL"
  }
}
>
ERROR: (gcloud.app.deploy) INTERNAL: Internal error encountered.
DEBUG:Running[gcloud.app.deploy]并带有以下参数:[--quiet:“True”,--verbosity:“DEBUG”,DEPLOYABLES:1:“[u'app.yaml']”
调试:从[gs://runtime builders/experiments.yaml]加载运行时实验配置
信息:阅读[]
调试:
回溯(最近一次呼叫最后一次):
文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/app/runtime_builders.py”,第269行,已读
将contextlib.closing(storage_client.ReadObject(object_))作为f:
ReadObject中的文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/storage/storage_api.py”,第303行
object\uu=object\u ref,err=http\u exc.HttpException(err)))
BadFileException:无法读取[]。请重试:HTTPError 404:没有这样的对象:runtime builders/experiments.yaml
调试:无法读取实验配置文件。此错误是信息性错误,不会导致部署失败。原因:无法读取运行时实验配置:[gs://runtime builders/experiments.yaml],错误:无法读取[]。请重试:HTTPError 404:没有这样的对象:runtime builders/experiments.yaml
回溯(最近一次呼叫最后一次):
文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/surface/app/deploy.py”,第133行,已启用
运行时\u生成器\u根目录)
LoadFromURI中的文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/api_lib/app/runtime_builders.py”,第524行
.格式(uri,e))
实验错误:无法读取运行时实验配置:[gs://runtime builders/experiments.yaml],错误:无法读取[]。请重试:HTTPError 404:没有这样的对象:runtime builders/experiments.yaml
调试:API端点:[https://appengine.googleapis.com/],API版本:[v1]
要部署的服务:
描述符:[/home/runner/work/MyProject/MyProject/app.yaml]
来源:[/home/runner/work/MyProject/MyProject]
目标项目:[]
目标服务:[默认值]
目标版本:[20201018t154518]
目标url:[https://]
调试:未指定bucket,正在检索默认bucket。
调试:使用bucket[gs://staging..appspot.com]。
正在开始部署服务[默认]。。。
信息:在[/home/runner/work/MyProject/MyProject/.gcloudignore]中使用忽略文件。
调试:跳过文件[README.md]
调试:跳过文件[静态]
调试:跳过文件[.github]
调试:跳过文件[测试]
调试:跳过文件[.git]
调试:跳过文件[misc]
调试:跳过文件[静态根目录]
调试:跳过[my_file_1.py]的上载
...
调试:跳过[my_file_n.py]的上载
信息:增量上载跳过了85.92%的数据
调试:上传164个文件到谷歌云存储
调试:使用[16]个线程
#============================================================#
#=将164个文件上载到谷歌云存储=#
#信息:正在将[/home/runner/work/MyProject/MyProject/my_file_1.py]上载到[staging..appspot.com/1373be4811b24b04f2c1f0aaef730bdc76346e4a]
...
#信息:正在将[/home/runner/work/MyProject/MyProject/my_file_n.py]上载到[staging..appspot.com/1373be4811b24b04f2c1f0aaef730bdc76346e4a]
文件上传完成。
信息:清单:[{…}]
调试:将YAML转换为JSON:“{
“BetaSetting”:{
“云\u sql\u实例”::”
}, 
“入口点”:{
“shell”:“gunicorn-b:$PORT MyProject.wsgi--超时600”
}, 
“环境”:“标准”,
“处理程序”:[
{
“重定向HttpResponseCode”:“重定向\u HTTP\u响应\u代码\u 301”,
“脚本”:{
“脚本路径”:“自动”
}, 
“安全级别”:“始终安全”,
“urlRegex”:“/.*”
}
], 
“instanceClass”:“F1”,
“运行时”:“python37”
}"
调试:响应返回状态500,正在重试
调试:重试对url的请求https://appengine.googleapis.com/v1/apps//services/default/versions?alt=json 异常后HttpError访问:响应:,内容
调试:响应返回状态500,正在重试
调试:重试对url的请求https://appengine.googleapis.com/v1/apps//services/default/versions?alt=json 异常后HttpError访问:响应:,内容
调试:响应返回状态500,正在重试
调试:重试对url的请求https://appengine.googleapis.com/v1/apps//services/default/versions?alt=json 异常后HttpError访问:响应:,内容
调试:响应返回状态500,正在重试
调试:重试对url的请求https://appengine.googleapis.com/v1/apps//services/default/versions?alt=json 异常后HttpError访问:响应:,内容
调试:(gcloud.app.deploy)内部:遇到内部错误。
回溯(最近一次呼叫最后一次):
文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/calliope/cli.py”,执行中的第983行
resources=calliope_command.Run(cli=self,args=args)
文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/calliope/backend.py”,第807行,正在运行
resources=command\u instance.Run(args)
文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/surface/app/deploy.py”,第117行,运行中
默认\u策略=flex\u图像\u构建\u选项\u默认值)
RunDeploy中的文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/command_lib/app/deploy_util.py”,第643行
忽略\u文件=args.ignore\u文件)
文件“/opt/hostedtoolcache/gcloud/290.0.1/x64/lib/googlecloudsdk/command_lib/app/deploy_util.py”,第433行,在deploy中
额外的配置设置)
文件“/opt/ho”