Issue
I have updated my redhat server where jenkins was installed. After reboot, the jenkins service is not starting up.
getting the below error
java.io.FileNotFoundException: "/opt/data/jenkins/war/"META-INF/MANIFEST.MF (No such file or directory)
MANIFEST.MF file is present under /opt/data/jenkins/war/META-INF . Any idea what this could be? Also the " in /opt/data/jenkins/war/ looks a bit strange to me.
Solution
We fixed this by looking at systemctl parameters which were wrong. Restart jenkins after correcting that solved the problem
Answered By - user2636464
Answer Checked By - Marilyn (JavaFixing Volunteer)