gpt4 book ai didi

ubuntu - 无法从浏览器ERR_CONNECTION_TIMED_OUT访问Jenkins

转载 作者:太空宇宙 更新时间:2023-11-03 17:05:49 24 4
gpt4 key购买 nike

我在Ubuntu服务器上安装了jenkins。它说它正在运行,但是我无法从本地计算机连接到浏览器,也无法访问服务器的桌面以检查是否可以从本地主机连接。

附加信息:

sudo systemctl status jenkins.service


返回值:

●jenkins.service-LSB:在启动时启动Jenkins
   已加载:已加载(/etc/init.d/jenkins;错误;供应商预设:已启用)
   活动:活动(退出)自周四2018-09-13 14:46:08 -03; 1h 11min前
     文件:man:systemd-sysv-generator(8)
  进程:29259 ExecStop = / etc / init.d / jenkins停止(代码=已退出,状态= 0 /成功)
  进程:29308 ExecStart = / etc / init.d / jenkins启动(代码=已退出,状态= 0 /成功)
    任务:0
   内存:0B
      CPU:0

9月13日14:46:07 vp-smg2-lnx0010 systemd [1]:启动LSB:在启动时启动Jenkins ...
9月13日14:46:07 vp-smg2-lnx0010 jenkins [29308]:找到正确的Java版本
9月13日14:46:07 vp-smg2-lnx0010 jenkins [29308]:*启动Jenkins Automation Server jenkins
9月13日14:46:07 vp-smg2-lnx0010 su [29341]:通过root成功为jenkins执行su
Sep 13 14:46:07 vp-smg2-lnx0010 su [29341]:+ ???根:詹金斯
9月13日14:46:07 vp-smg2-lnx0010 su [29341]:pam_unix(su:session):通过(uid = 0)为用户jenkins打开了会话
Sep 13 14:46:08 vp-smg2-lnx0010 jenkins [29308]:...完成。
9月13日14:46:08 vp-smg2-lnx0010 systemd [1]:已启动LSB:在启动时启动Jenkins。


netstat -ntulp | grep 8090


返回值:

tcp6       0      0 :::8090                 :::*                    LISTEN      -



tail /var/log/jenkins/jenkins.log

返回(最后几行):

2018年9月13日2:46:24 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO:刷新org.springframework.web.context.support.StaticWebApplicationContext@5220af81:显示名称[Root WebApplicationContext];启动日期[2018年9月13日星期四14:46:24 BRT];上下文层次结构的根
2018年9月13日2:46:24 PM org.springframework.context.support.AbstractApplicationContext getFreshBeanFactory
信息:用于应用程序上下文的Bean工厂[org.springframework.web.context.support.StaticWebApplicationContext@5220af81]:org.springframework.beans.factory.support.DefaultListableBeanFactory@1dccc1f3
2018年9月13日2:46:24 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO:在org.springframework.beans.factory.support.DefaultListableBeanFactory@1dccc1f3中预实例化单例:定义bean [filter,legacy];工厂层次结构的根
2018年9月13日下午2:46:24 jenkins.InitReactorRunner $ 1获得
INFO:完成初始化
2018年9月13日下午2:46:24 hudson.WebAppMain $ 3运行
INFO:Jenkins已完全启动并运行

journalctl -xe


返回值:

`-单元UNIT已完成启动。

-启动结果完成。
9月13日14:46:07 vp-smg2-lnx0010 systemd [29342]:已达到目标默认值。
-主题:UNIT单元已完成启动
-定义依据:systemd

-支持: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

-UNIT单元已完成启动。

-启动结果完成。
Sep 13 14:46:07 vp-smg2-lnx0010 systemd [29342]:启动在38毫秒内完成。
-主题:系统启动现已完成
-定义依据:systemd

-支持: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

-已排队等待启动所需的所有系统服务
-成功启动。请注意,这并不意味着机器是

-现在处于空闲状态,因为服务可能仍在忙于完成启动。

-内核启动需要KERNEL_USEC微秒。

-初始RAM磁盘启动需要INITRD_USEC微秒。

-用户空间启动需要38392微秒。
9月13日14:46:07 vp-smg2-lnx0010 systemd [1]:启动了UID 116的用户管理器。
-主题:单位user@116.service已启动完毕
-定义依据:systemd

-支持: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

-单元user@116.service已启动完毕。

-启动结果完成。
9月13日14:46:07 vp-smg2-lnx0010 su [29341]:pam_unix(su:session):用户jenkins会话已关闭
Sep 13 14:46:08 vp-smg2-lnx0010 jenkins [29308]:...完成。
9月13日14:46:08 vp-smg2-lnx0010 systemd [1]:已启动LSB:在启动时启动Jenkins。
-主题:单位jenkins.service已完成启动
-定义依据:systemd

-支持: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

-单位jenkins.service已启动完毕。

-启动结果完成。
9月13日14:46:08 vp-smg2-lnx0010 sudo [29305]:pam_unix(sudo:session):用户root会话已关闭
Sep 13 14:46:12 vp-smg2-lnx0010 sudo [29373]:管理员:TTY = pts / 0; PWD = / var / log / jenkins; USER = root; COMMAND = / bin / systemctl status jenkins.service`

我将jenkins设置为在端口8090上运行,我的ufw状态为:


To Action From
-- ------ ----
8081 ALLOW Anywhere
8090 ALLOW Anywhere
22 ALLOW Anywhere
80 ALLOW Anywhere
8080 ALLOW Anywhere
8081 (v6) ALLOW Anywhere (v6)
8090 (v6) ALLOW Anywhere (v6)
22 (v6) ALLOW Anywhere (v6)
80 (v6) ALLOW Anywhere (v6)
8080 (v6) ALLOW Anywhere (v6)


curl -i localhost:8090


返回值:

X-Content-Type-Options: nosniff
Set-Cookie:
JSESSIONID.a54dcd68=node018je3pqsr2xyroubaw1ypmg4e2.node0;Path=/;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html;charset=utf-8
X-Hudson: 1.395
X-Jenkins: 2.138.1
X-Jenkins-Session: 79f324ac
X-You-Are-Authenticated-As: anonymous
X-You-Are-In-Group-Disabled: JENKINS-39402: use -
Dhudson.security.AccessDeniedException2.REPORT_GROUP_HEADERS=true or use
/whoAmI
to diagnose
X-Required-Permission: hudson.model.Hudson.Administer
Content-Length: 677
Server: Jetty(9.4.z-SNAPSHOT)

<html><head><meta http-equiv='refresh' content='1;url=/login?from=%2F'/>
<script>window.location.replace('/login?from=%2F');</script></head><body
style='background-color:white; color:white;'>


Authentication required
<!--
You are authenticated as: anonymous
Groups that you are in:

Permission you need to have (but didn't): hudson.model.Hudson.Administer
-->

</body></html>


我在端口80和8080上运行的同一服务器上有其他浏览器应用程序,可以正常访问它们。我尝试从ip-address:8090和ip-address:8090 / jenkins访问它,但均失败,并显示ERR_CONNECTION_TIMED_OUT超时错误。可能是什么问题呢?

最佳答案

我有一个类似的问题。当我更改网络(wifi)时,它会对我有所帮助。

关于ubuntu - 无法从浏览器ERR_CONNECTION_TIMED_OUT访问Jenkins,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52320509/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com