Chris Jones created JENKINS-13459:
-------------------------------------
Summary: yum update from 1.458 to 1.460 breaks Jenkins
Key: JENKINS-13459
URL: https://issues.jenkins-ci.org/browse/JENKINS-13459
Project: Jenkins
Issue Type: Bug
Components: core
Affects Versions: current
Environment: RedHat Enterprise Linux 6.2 with Oracle Java 1.6.0_31 or
OpenJava 1.6.0
Reporter: Chris Jones
Fix For: current
After yum update that downloaded and installed 1.460 the following shows in
jenkins.log
Apr 15, 2012 9:03:54 PM winstone.Logger logInternal
SEVERE: Error initializing web application: prefix []
java.io.FileNotFoundException: /var/cache/jenkins/war/META-INF/MANIFEST.MF (No
such file or directory)
at java.io.FileOutputStream.open(Native Method)
.. etc..
and Jenkins does not start.
The directory /var/cache/jenkins/ is empty
Running mkdir /var/cache/jenkins/war; cd /var/cache/jenkins/war; jar -xvf
/usr/lib/jenkins/jenkins.war; chmod a+w ./
and restarting jenkins via the /etc/inid.d/jenkins script works.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira