【问题标题】:Jenkins: Installed Jenkins on Linux host successfully but unable to reach thru URLJenkins:在 Linux 主机上成功安装了 Jenkins,但无法通过 URL 访问
【发布时间】:2020-02-25 18:55:35
【问题描述】:

我在通过 URL 访问 Jenkins 时遇到问题。

Jenkins 在 Linux 主机上安装成功 通过 URL http://hostname:8080 尝试时,出现以下错误

<SOAP-ENV:Fault xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:nsrvmws1" xmlns:ns2="urn:nsrvmws2">
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>HTTP GET method not implemented</faultstring>
</SOAP-ENV:Fault>

请帮帮我。

Ps:在其他服务器上,我可以安装和访问没有任何问题,但是那些服务器被分配给了其他资源。

【问题讨论】:

  • 我们需要更多信息。你是直接在服务器上运行的吗?你确定 Jenkins 在 8080 端口上运行吗?您如何尝试访问服务器?这看起来不像是浏览器错误。
  • 我想知道该服务器是否已经在端口 8080 上运行了一些东西?执行以下操作会得到什么? lsof -i tcp:8080

标签: jenkins


【解决方案1】:

点击使用 http://IP 浏览器地址:8080
我认为如果您通过其他计算机访问它应该可以工作。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-07-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多