I just upgraded from 3.0.2 using the AUR package on Arch Linux ARM (Raspberry Pi 4B), and OH doesn’t start since. Running /usr/share/openhab3/karaf_wrapper.sh server manually only produces one probably unrelated line:
org.ops4j.pax.url.wrap [org.ops4j.pax.url.commons.handler.HandlerActivator] DEBUG : Handler for protocols [wrap] started
and the log files in /var/log/openhab3/ stay completely empty. The Karaf console starts fine and is accessible over SSH, but there’s no trace of OpenHAB itself.
I downgraded back to 3.0.2 for the time being and everything’s working fine again. Does anyone have any ideas?
EDIT: Alright, after deleting /var/lib/openhab3/tmp/ and /var/lib/openhab3/cache/ everything works fine.