openhab / openhab-core

Core framework of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
925 stars 426 forks source link

mvn:org.openhab.addons.bundles/org.openhab.binding.exec/4.0.0 does not contain a manifest #3728

Closed dwrobel closed 1 year ago

dwrobel commented 1 year ago

I'm trying to do a fresh installation of openhab-4.0.0 on a fully updated Fedora 38 Server on raspberry Pi 4 (4GB).

The installation is done using ansible playbook and the scenario is as follows (the relevant part):

FYI, similar worked for me last week for version 3.4.4.

Your Environment

Fully updated FedoraServer 38 on aarch64 architecture:

# rpm -qv java-17-openjdk-headless openhab openhab-addons
java-17-openjdk-headless-17.0.7.0.7-5.fc38.aarch64
openhab-4.0.0-1.noarch
openhab-addons-4.0.0-1.noarch
wborn commented 1 year ago

I extracted the Exec Binding JAR from the KAR in the RPM and the manifest is in it. So it is probably some local hiccup on your system. Maybe clean the cache or remove/install the openhab-addons package again?

dwrobel commented 1 year ago

Maybe clean the cache or remove/install the openhab-addons package again?

That was actually a complete fresh installation (including operating system), so no leftovers.

Moreover, rpm confirms that the installation is correct (file is intact):

# rpm -Va openhab-addons-4.0.0-1.noarch
#

For the record:

# rpm -ql openhab-addons
/usr/share/openhab/addons/openhab-addons-4.0.0.kar
# sha256sum /usr/share/openhab/addons/openhab-addons-4.0.0.kar
fec9aac5b6add6bcd388c9174ccf8bb402714bbeeef983e9f9a9aea7c3d38464  /usr/share/openhab/addons/openhab-addons-4.0.0.kar
# rpm -qv java-17-openjdk-headless
java-17-openjdk-headless-17.0.7.0.7-5.fc38.aarch64

I've tried to reproduce it, but I couldn't. So, I'll close it. I'm sorry for the trouble.

dwrobel commented 1 year ago

It looks like I can't close it.

wborn commented 1 year ago

Perhaps something went wrong while Karaf was extracting the add-ons from the KAR file.