0

我对詹金斯真的很陌生。今天我安装并尝试玩。当然我错过了一把钥匙。

我的环境:java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.4) (rhel-1.49.1.11.4.el6_3-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

tomcat6

CentOS 6.3

从命令行,我运行 jenkins.war,结果如下

java -jar jenkins.war --httpPort=8082 --ajp13Port=-1

Running from: /var/lib/tomcat6/webapps/jenkins.war
webroot: $user.home/.jenkins
Sep 20, 2012 1:32:55 PM winstone.Logger logInternal
INFO: Beginning extraction from war file
Jenkins home directory: /home/admin/.jenkins found at: $user.home/.jenkins
Sep 20, 2012 1:32:56 PM winstone.Logger logInternal
INFO: HTTP Listener started: port=8082
Sep 20, 2012 1:32:56 PM winstone.Logger logInternal
INFO: Winstone Servlet Engine v0.9.10 running: controlPort=disabled
Sep 20, 2012 1:32:56 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Loaded all jobs
Sep 20, 2012 1:33:00 PM org.apache.sshd.common.util.SecurityUtils$BouncyCastleRegistration run
INFO: Trying to register BouncyCastle as a JCE provider
Sep 20, 2012 1:33:00 PM org.apache.sshd.common.util.SecurityUtils$BouncyCastleRegistration run
INFO: Registration succeeded
Sep 20, 2012 1:33:00 PM org.jenkinsci.main.modules.sshd.SSHD start
INFO: Started SSHD at port 34921
Sep 20, 2012 1:33:01 PM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Sep 20, 2012 1:33:01 PM hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 59382
Sep 20, 2012 1:33:01 PM hudson.WebAppMain$2 run
INFO: Jenkins is fully up and running

所以我认为一切都很好。

在浏览器中,这些都不起作用

http://IP:8080/jenkins
http://IP:8082/jenkins

有人可以帮我解决这个问题吗?

最好的问候, Adjeiifo

4

3 回答 3

2

你为什么要在最后添加 /jenkins ?http://:8082 应该足够了 此外,你检查过你的防火墙、代理或杀毒软件吗?您可以通过在浏览器中输入 localhost:8082 在本地访问您的安装吗?如果是,则上述任一或其他网络配置可能是问题所在

于 2012-09-20T05:51:07.183 回答
0

禁用防火墙

可能有必要在某些港口港口禁用parafire 示例:8080 Lunix 命令

firewall-cmd --zone=public --add-port=8080/tcp --permanent

firewall-cmd --zone=public --add-service=http --permanent

firewall-cmd --reload

该命令在 VM 上的 CentOS 上进行了测试

于 2016-09-06T13:59:08.977 回答
-1

使用安装程序并修复 Jenkins 服务。

如果是 Windows,请使用下载的 Zip 并解压缩 msi 安装程序文件。

双击它并修复系统上的詹金斯安装

于 2018-12-31T09:29:39.500 回答