Hello back;
I think you can ignore my last two post.
I’ve upgrade my production instance, and it now seems ok.
Laurent.
Hello back;
I think you can ignore my last two post.
I’ve upgrade my production instance, and it now seems ok.
Laurent.
I updated my snapshot to the latest build #4498, seeing these errors:
20:06:39.583 [ERROR] [.core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-persistence-mapdb, openhab-binding-fronius, openhab-automation-pidcontroller, openhab-binding-airquality, openhab-binding-xmppclient, openhab-binding-mail, openhab-core-config-discovery-addon-sddp, openhab-misc-openhabcloud, openhab-persistence-influxdb, openhab-binding-amazonechocontrol, openhab-automation-jrubyscripting, openhab-persistence-inmemory, openhab-transformation-regex, openhab-transformation-jsonpath, openhab-binding-daikin, openhab-binding-chromecast, openhab-binding-mqtt, openhab-transformation-map, openhab-ui-basic, openhab-binding-lgwebos, openhab-binding-ipcamera, openhab-binding-openweathermap, openhab-voice-pipertts, openhab-binding-astro': Error:
Error downloading mvn:com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.18.2
I’ve finally updated/rebased to latest, and resolve and running is now working fine
My problem was caused by mqtt binding with dependence for jackson-datatype-jdk8
. Not installing the addon automatically, and instead building the latest jar, works for me.
This problem still exists in the latest distro build #4505
I’ll also add that I had to resolve dependencies for many of the itest.bndrun
files, and when I did there were some changes that wasn’t related to what I was doing in some of them. I don’t know if it’s related to the Karaf upgrade, but it seems like some of these could use an update too. As far as I can remember, the changes was mostly that org.osgi.service.cm
was removed - I don’t know if it matters at all.
@Kai @holgerf This is still a problem as of snapshot #4511
20:57:34.646 [ERROR] [.core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-mqtt': Error:
Error downloading mvn:com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.18.2
This is used in mqtt.homeassistant and transformation.jinja, so either of these add-ons will cause this problem.
I’ve deployed this file to our artifactory now. Are there any other bundles that need to be uploaded? Which PR did this upgrade?
Thank you, it’s fixed now! This was because of an upgrade to Karaf, which required an update to jackson.