【发布时间】:2018-12-18 12:48:17
【问题描述】:
当我尝试在我的 Jenkins 服务器上安装任何插件时,我在浏览器中出现以下错误。我可以看到Available 插件列表。当我选择任何插件并单击Install without restart 或Download now and install after restart 时发生错误。
Chrome 中的错误:
This page isn’t working
xxxxxxx didn’t send any data.
ERR_EMPTY_RESPONSE
xxxxxxx 代表服务器名称。
Firefox 中的错误:
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
浏览器地址栏显示的URL:
http://xxxxxxx:8080/pluginManager/install
我在这里错过了什么?
我的环境:
Server OS: RHEL7
Jenkins version: Jenkins ver. 2.121.1
JDK version: OpenJDK Runtime Environment (build 1.8.0_171-b10)
OpenJDK 64-Bit Server VM (build 25.171-b10, mixed mode)
【问题讨论】:
-
这里看起来像一些连接问题。你坐在任何代理后面吗?您的系统是否能够通过 Internet 建立出站连接并且也可以接受响应?您可以通过 telnet 进行检查,对上述 url 进行 curl 等操作。
-
是的。入口/出口工作正常。没有代理。
-
我遇到了同样的问题,但只是间歇性的(Centos7、2.131、OracleJDK1.8)
标签: jenkins jenkins-plugins redhat rhel7