Having trouble starting Jenkins: “java.io.FileNotFoundException: /usr/share/java/jenkins/war/META-INF/MANIFEST.MF (No such file or directory)”

前端 未结 8 1067
栀梦
栀梦 2021-01-14 08:01

I just downloaded the Jenkins WAR, version 1.651.1. I’m trying to set it up on my Amazon Linux box. I’m running Java 1.7. I moved the WAR into its own directory, /usr/sha

8条回答
  •  难免孤独
    2021-01-14 08:50

    In my case, I had this problem because a user named "jenkins" was already created on my Mac.

    After:

    1. uninstalling the broken Jenkins with '/Library/Application Support/Jenkins/Uninstall.command',
    2. removing the "jenkins" user,
    3. and re-installing from https://jenkins.io/download

    --> everything worked smoothly.

提交回复
热议问题