on a Proxmox Debian LXC installation running openHabian I saw the following error messages once I updated my openHab installation from 4.3.5 to 5.0.0 via openhabian-config and exited to the command line:
[openHAB] Running JSON Database upgrade tool (${OPENHAB_RUNTIME}/bin/upgradetool.jar).
[main] ERROR org.openhab.core.storage.json.internal.JsonStorage - Couldn't deserialize value 'org.openhab.core.storage.json.internal.StorageEntry@7fe8ea47'. Root cause is: org.openhab.core.tools.internal.Upgrader$UpgradeRecord
[main] ERROR org.openhab.core.storage.json.internal.JsonStorage - Couldn't deserialize value 'org.openhab.core.storage.json.internal.StorageEntry@7fe8ea47'. Root cause is: org.openhab.core.tools.internal.Upgrader$UpgradeRecord
[main] ERROR org.openhab.core.storage.json.internal.JsonStorage - Couldn't deserialize value 'org.openhab.core.storage.json.internal.StorageEntry@4313f5bc'. Root cause is: org.openhab.core.tools.internal.Upgrader$UpgradeRecord
[main] ERROR org.openhab.core.storage.json.internal.JsonStorage - Couldn't deserialize value 'org.openhab.core.storage.json.internal.StorageEntry@4313f5bc'. Root cause is: org.openhab.core.tools.internal.Upgrader$UpgradeRecord
at the time of the update my openHab was stopped.
Despite the error messages, I started openHab and it seems to be working.
Prior to running the update I installed JDK 21 and set it up as the default JVM
Do I need to check anything or manually change anything in any file ( don’t know where is the JSON database anyway) ?