gpt4 book ai didi

linux - Jenkins 无法在 centOS7 上启动

转载 作者:太空宇宙 更新时间:2023-11-04 12:34:27 25 4
gpt4 key购买 nike

我在我的 centOS7/linux 服务器上使用 jenkins。当我启动 jenkins 并检查状态时,它会像这样显示我。

>jenkins.service - Jenkins Service  
> Loaded: loaded (/etc/systemd/system/jenkins.service; enabled; vendor preset: > disabled)
> Active: failed (Result: exit-code) since Mon 2017-02-20 22:52:19 PST; 22s > ago
> Process: 40251 ExecStart=/usr/bin/java -jar /usr/local/bin/jenkins.war
>(code=exited, status=1/FAILURE)
> Main PID: 40251 (code=exited, status=1/FAILURE)
>Feb 20 22:52:19 CentOS7 systemd[1]: Started Jenkins Service.
>Feb 20 22:52:19 CentOS7 systemd[1]: Starting Jenkins Service...
>Feb 20 22:52:19 CentOS7 java[40251]: Error: Unable to access jarfile >/usr/l...ar
>Feb 20 22:52:19 CentOS7 systemd[1]: jenkins.service: main process exited, >c...RE
>Feb 20 22:52:19 CentOS7 systemd[1]: Unit jenkins.service entered failed state.
>Feb 20 22:52:19 CentOS7 systemd[1]: jenkins.service failed.
>Hint: Some lines were ellipsized, use -l to show in full.

所以我通过这个命令卸载了jenkins sudo yum remove jenkins,然后重新安装了sudo yum install jenkins
现在再次面临同样的问题。

谁能告诉我该怎么做。

谢谢!!

最佳答案

在安装 Jenkins 之前,您需要在系统上设置 Java 虚拟机

yum install java-1.8.0-openjdk.x86_64

并设置两个环境变量:JAVA_HOMEJRE_HOME

echo 'export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk' | sudo tee -a /etc/profile
echo 'export JRE_HOME=/usr/lib/jvm/jre' | sudo tee -a /etc/profile
source /etc/profile

然后安装 jenkins 并允许端口 8080 上的入站流量。

您可以从how to install jenkins on Centos 7 查看更多详细信息.

希望这对您有所帮助。

关于linux - Jenkins 无法在 centOS7 上启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42360823/

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