gpt4 book ai didi

java - 代理错误 502 : The proxy server received an invalid response from an upstream server

转载 作者:IT老高 更新时间:2023-10-28 20:39:55 25 4
gpt4 key购买 nike

我们正在用 Java 构建一个群发邮件发送应用程序。邮件正在通过第三方 SMTP 发送。发送 400-500 封邮件后,tomcat6 服务停止。以下是错误。

Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /lin/Campaignn.jsp. Reason: Error reading from remote server

此外,在尝试使用 ErrorDocument 处理请求时遇到 502 Bad Gateway 错误。

位于 msizzler.com 端口 80 的 Apache 服务器

但是当我们从本地主机发送时,我没有收到任何错误。它发送所有邮件。请帮我解决这个问题。

最佳答案

当 Apache Web 服务器未从上游服务器(在本例中为您的 Tomcat Web 应用程序)接收到有效的 HTTP 响应时,将生成 HTTP 502“Bad Gateway”响应。

可能发生这种情况的一些原因:

  • Tomcat 可能已崩溃
  • Web 应用程序未及时响应,来自 Apache 的请求超时
  • Tomcat 线程超时
  • 网络设备正在阻止请求,可能是某种连接超时或 DoS 攻击预防系统

如果问题与超时设置有关,您可以通过以下调查来解决:

关于java - 代理错误 502 : The proxy server received an invalid response from an upstream server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20406845/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com