Apache 代理服务器从odoo中的上游服务器接收到无效响应

Apache 代理服务器从odoo中的上游服务器接收到无效响应,apache,proxy,xmlhttprequest,openerp,reverse-proxy,Apache,Proxy,Xmlhttprequest,Openerp,Reverse Proxy,在本地odoo服务器中生成工资单模块下的报告时,我收到以下错误: Odoo XmlHttpRequestError Proxy Error <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>502 Proxy Error</title> </head><body> <h1>Proxy Error</h

在本地odoo服务器中生成工资单模块下的报告时,我收到以下错误:

Odoo

XmlHttpRequestError Proxy Error

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>502 Proxy Error</title>
</head><body>
<h1>Proxy Error</h1>
<p>The proxy server received an invalid
response from an upstream server.<br />
The proxy server could not handle the request <em><a href="/web/dataset/call_button">POST&nbsp;/web/dataset/call_button</a></em>.<p>
Reason: <strong>Error reading from remote server</strong></p></p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at 192.168.111.188 Port 80</address>
</body></html>
Odoo
XmlHttpRequestError代理错误
502代理错误
代理错误
代理服务器接收到无效的消息
来自上游服务器的响应。
代理服务器无法处理该请求。 原因:从远程服务器读取时出错


Apache/2.4.7(Ubuntu)服务器,192.168.111.188端口80
我在尝试创建新数据库时遇到了相同的问题 odoo 8.0.17/比特纳米堆栈

> XmlHttpRequestError Proxy Error <!DOCTYPE HTML PUBLIC "-//IETF//DTD
> HTML 2.0//EN"> <html><head> <title>502 Proxy Error</title>
> </head><body> <h1>Proxy Error</h1> <p>The proxy server received an
> invalid response from an upstream server.<br /> The proxy server could
> not handle the request <em><a
> href="/web/database/create">POST&nbsp;/web/database/create</a></em>.<p>
> Reason: <strong>Error reading from remote server</strong></p></p>
> </body></html>
>XmlHttpRequestError代理错误502代理错误
>代理错误代理服务器收到一个
>来自上游服务器的响应无效。
代理服务器无法响应 >不处理请求。 >原因:从远程服务器读取时出错

>
尝试以下步骤来解决XmlHttpRequestError代理错误:

  • 它只与浏览器端相关,所以使用私有窗口
  • 清除浏览器cookie,因为有时cookie已损坏
  • 有时页面实际加载但请求超时
  • 它对我有效尝试一下,你必须用空的print语句或其他东西更新你的操作模块代码(例如-model:employee.fine),现在再次尝试该操作它有效