当我尝试在我的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)
发布于 2019-01-18 08:29:56
尝试使用不同的浏览器。我也有同样的问题。撞到了我的头。但当我尝试使用不同的浏览器时,它还是起作用了。
https://stackoverflow.com/questions/51269194
复制相似问题