Openhab 4.0.1 on Docker from former Openhab 3.4.3

Hi all,

since my migration to new openhab version on docker about 2 weeks ago i have a lot of warnings like this on every restart.

So my question is do i have to do something to correct this or is this ignorable?

2023-08-08 17:22:43.836 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'ipcamera:hikvision:4ed8ff7c' are missing in the respective registry for more than 120s. In case it does not happen immediately after an upgrade, it should be fixed in the binding.
2023-08-08 17:22:43.841 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'ipcamera:hikvision:4ed8ff7c': {thing/channel=Type description ipcamera:mp4Preroll for ipcamera:hikvision:4ed8ff7c:mp4Preroll not found, although we checked the presence before.}
2023-08-08 17:22:44.723 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'ipcamera:hikvision:b3de5a1a' are missing in the respective registry for more than 120s. In case it does not happen immediately after an upgrade, it should be fixed in the binding.
2023-08-08 17:22:44.727 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'ipcamera:hikvision:b3de5a1a': {thing/channel=Type description ipcamera:mp4Preroll for ipcamera:hikvision:b3de5a1a:mp4Preroll not found, although we checked the presence before.}
2023-08-08 17:22:46.882 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0deb7b42e:Main_Zone' are missing in the respective registry for more than 120s. In case it does not happen immediately after an upgrade, it should be fixed in the binding.
2023-08-08 17:22:46.927 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0deb7b42e:Main_Zone': {thing/channel=Type description yamahareceiver:availableinputMain_Zone for yamahareceiver:zone:5f9ec1b3_ed59_1900_4530_00a0deb7b42e:Main_Zone:zone_channels#input not found, although we checked the presence before.}
2023-08-08 17:22:49.276 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'smartmeter:meter:3883f389' are missing in the respective registry for more than 120s. In case it does not happen immediately after an upgrade, it should be fixed in the binding.

Best regards

Andreas

It’s a warning so something is up with the things in questions. It’s complaining about the configuration for the Thing and it sounds like it didn’t get updated during the upgrade process or something like that…

I’d try deleting these seven Things and recreating/discovering them. Take note of the random parts of the UI and reuse that for the recreated Things. That will make them have the same ID and therefore all your Links to Items will still work. If that doesn’t work, as the error message says, it needs to be fixed in the binding so file an issue.

Hi Rich,
thanks, i will delete and recreate them.
Best regards

Andreas