Bug 1498507
| Summary: | ODL: opendaylight-6.1.0-2.el7ost contains upstream-provided .sos | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Stephen Kitt <skitt> |
| Component: | opendaylight | Assignee: | Stephen Kitt <skitt> |
| Status: | CLOSED ERRATA | QA Contact: | Itzik Brown <itbrown> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 12.0 (Pike) | CC: | jschluet, knylande, mkolesni, nyechiel, skitt, trozet, tvignaud |
| Target Milestone: | beta | Keywords: | TestOnly, Triaged |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | opendaylight-6.2.0-4 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: |
N/A
|
|
| Last Closed: | 2018-06-27 13:37:30 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
Stephen Kitt
2017-10-04 13:31:31 UTC
This is fixed in http://pkgs.devel.redhat.com/cgit/rpms/opendaylight/commit/?h=rhos-12.0-rhel-7&id=fae1e5148bd8f0738401248c0cfa19912bc684b1 and building on https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=14273174 The resulting RPM contains no embedded DSOs and the Karaf container works. According to our records, this should be resolved by opendaylight-6.2.0-4.el7ost. This build is available now. Checked with opendaylight-8.0.0-3.el7ost.noarch
In the /opt/opendaylight
$ for jar in $(find . -name *.jar); do jar -tvf $jar | grep '.so$'; done
java.io.FileNotFoundException: ./system/org/fusesource/leveldbjni/leveldbjni-all/1.8-odl/leveldbjni-all-1.8-odl.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.zip.ZipFile.<init>(ZipFile.java:120)
at sun.tools.jar.Main.list(Main.java:1115)
at sun.tools.jar.Main.run(Main.java:293)
at sun.tools.jar.Main.main(Main.java:1288)
*** Bug 1498509 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086 |