Bug 891840
| Summary: | Thermost fails to boot with NoSuchMethodError | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Severin Gehwolf <sgehwolf> |
| Component: | thermostat | Assignee: | Severin Gehwolf <sgehwolf> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | jerboaa, jon.vanalten, omajid |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-18 20:22:40 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: | |||
|
Description
Severin Gehwolf
2013-01-04 07:11:05 UTC
So far, I was only able to reproduce this on a 32 bit system. As it turns out it's also reproducible on x86_86. The reason why this was happening was that org.osgi.core.jar *and* org.apache.felix.framework.jar were symlinked in /usr/share/thermostat/libs. Since both libs provide org.osgi.framework.* classes this weird error surfaced. The fix is to only symlink felix.framework. thermostat-0.4.0-10.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/thermostat-0.4.0-10.fc18 Package thermostat-0.4.0-10.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing thermostat-0.4.0-10.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0420/thermostat-0.4.0-10.fc18 then log in and leave karma (feedback). thermostat-0.4.0-10.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |