【问题标题】:Unable to install plugins无法安装插件
【发布时间】:2018-12-18 12:48:17
【问题描述】:

当我尝试在我的 Jenkins 服务器上安装任何插件时,我在浏览器中出现以下错误。我可以看到Available 插件列表。当我选择任何插件并单击Install without restartDownload 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


【解决方案1】:

尝试使用其他浏览器。我遇到过同样的问题。正在敲我的头。但是,当我尝试使用其他浏览器时,它起作用了。

【讨论】:

  • 不适用于 Chrome 或 FF,但适用于 Safari。
  • 非常感谢,看来我的 Chrome 太陈旧了,只能在 Firefox 中使用。
猜你喜欢
  • 2011-10-12
  • 2015-04-27
  • 2010-10-18
  • 2018-02-10
  • 2018-01-21
  • 2014-05-05
  • 2016-08-25
  • 2013-06-24
  • 1970-01-01
相关资源
最近更新 更多