Implement Application Update Request Handling of New ID Assigned (64)

openHABian on RPi4 running OH 4.2.1.

Yeasterday I upgraded this system from 4.0.1 (I think) to 4.2.1 using the openHABIAN console and now I’m getting lots of these errors:

2024-09-10 11:50:30.542 [WARN ] [essage.ApplicationUpdateMessageClass] - TODO: Implement Application Update Request Handling of New ID Assigned (64).
==> /var/log/openhab/events.log <==
2024-09-10 11:50:30.980 [INFO ] [openhab.event.ChannelTriggeredEvent ] - logreader:reader:LogReader:newWarningEvent triggered 2024-09-10 11:50:30.542 [WARN ] [essage.ApplicationUpdateMessageClass] - TODO: Implement Application Update Request Handling of New ID Assigned (64).

When I search for this error I only see old info relating to upgrading from OH2 to OH3. Is there any new information about what I can/should do in this case?

The second line in events.log can be ignored. That’s just the Log Reader binding reporting it saw a warning message in openhab.log.

The warning itself is just that, a warning. That usually means that the binding will still work. The fact that it’s a “TODO” log somewhat points to this being perhaps an add-on you’ve installed by adding a jar file to the addons folder or installed from the marketplace. Do you have any of those? Does the warning go away if you remove them?

I don’t think the maintainers would accept a PR with a “todo” log statement left in place and certainly wouldn’t in core.

Did you try the things it suggested in those old postings? They might still be relevant.