【问题标题】:Google app engine error the server encountered a temporary error and could not complete your requestGoogle 应用引擎错误 服务器遇到临时错误,无法完成您的请求
【发布时间】:2017-07-13 23:12:48
【问题描述】:

我使用的是 Google 应用引擎,以前一切正常,但现在当我尝试部署我的应用时,我遇到了这个错误。

然后我试图在我的日志中查看,在日志中我发现错误日志是

[error] 32#32: *2211 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 130.211.0.251, server: , request: "GET /_ah/health HTTP/1.1", upstream: "http://172.17.0.1:8080/_ah/health", host: "10.142.0.4"

为什么会出现此错误?以前一切正常,我没有更改代码中的任何内容。

我也看到了这个 SO 帖子 /appengine-nodejs-random-the-server-encountered-a-temporary-error-and-could-not,但我无法删除我的应用引擎的所有版本并重试。

【问题讨论】:

  • 在对我的帖子投反对票之前,你能告诉我你为什么投反对票吗??

标签: node.js google-app-engine google-cloud-platform


【解决方案1】:

我不知道为什么会出现问题,因为我在端口 3000 上运行我的 nodejs 应用程序,但是当我将其更改为 8080 时,它现在工作正常。我认为谷歌云使用的默认端口可能是 8080。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-10-25
    • 1970-01-01
    • 1970-01-01
    • 2012-04-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多