Bug 1147821
| Summary: | jenkins-icon-shim: No manifest at /var/lib/jenkins/plugins/jenkins-icon-shim.jpi/META-INF/MANIFEST.MF | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Srb <msrb> |
| Component: | jenkins-icon-shim | Assignee: | Michal Srb <msrb> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | amsharma, java-sig-commits, mizdebsk, msimacek, msrb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | jenkins-icon-shim-1.0.3-3.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-08 18:57:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I can reproduce it as well. I could reproduced it jenkins-icon-shim-1.0.3-3.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/jenkins-icon-shim-1.0.3-3.fc21 Package jenkins-icon-shim-1.0.3-3.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing jenkins-icon-shim-1.0.3-3.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-12022/jenkins-icon-shim-1.0.3-3.fc21 then log in and leave karma (feedback). jenkins-icon-shim-1.0.3-3.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Jenkins logs contain following error: SEVERE: Failed Inspecting plugin /var/lib/jenkins/plugins/jenkins-icon-shim.jpi java.io.IOException: Plugin installation failed. No manifest at /var/lib/jenkins/plugins/jenkins-icon-shim.jpi/META-INF/MANIFEST.MF at hudson.ClassicPluginStrategy.createPluginWrapper(ClassicPluginStrategy.java:156) at hudson.PluginManager$1$3$1.run(PluginManager.java:296) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282) at jenkins.model.Jenkins$7.runTask(Jenkins.java:885) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) jenkins-icon-shim plugin installs .jpi file into /var/lib/jenkins/plugins/, but it should install only its unzipped content there and symlink needed JARs from /usr/share/java/. How reproducible: always