I downgraded using
apt-get install openhab2=2.4.0~20181006154235-1
Then I cleared the cache per
systemctl stop openhab2
openhab-cli clean-cache
I confirmed that this did indeed remove the /var/lib/openhab2/cache and tmp directories.
systemctl start openhab2
And now no UI’s load. My log file looks like this. I think it’s still trying to load the newer UI’s.
[ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-ui-homebuilder, openhab-ui-basic,
openhab-action-mail, openhab-misc-openhabcloud, openhab-ui-habmin, openhab-ui-habpanel, openhab-ui-paper,
openhab-binding-zwave': Unable to resolve root: missing requirement [root] osgi.identity;
osgi.identity=openhab-ui-paper; type=karaf.feature;
version="[2.4.0.SNAPSHOT,2.4.0.SNAPSHOT]"; filter:="(&(osgi.identity=openhab-ui-paper)
(type=karaf.feature)(version>=2.4.0.SNAPSHOT)(version<=2.4.0.SNAPSHOT))" [caused by: Unable to
resolve openhab-ui-paper/2.4.0.SNAPSHOT: missing requirement [openhab-ui-paper/2.4.0.SNAPSHOT]
osgi.identity; osgi.identity=org.openhab.ui.paperui; type=osgi.fragment; version="
[2.4.0.201810091736,2.4.0.201810091736]"; resolution:=mandatory [caused by: Unable to resolve
org.openhab.ui.paperui/2.4.0.201810091736: missing requirement
[org.openhab.ui.paperui/2.4.0.201810091736] osgi.wiring.host;
osgi.wiring.host=org.eclipse.smarthome.ui.paper; bundle-version=0; filter:="(&
(osgi.wiring.host=org.eclipse.smarthome.ui.paper)(bundle-version>=0.0.0))" [caused by: Unable to resolve
org.eclipse.smarthome.ui.paper/0.10.0.201810080142: missing requirement
[org.eclipse.smarthome.ui.paper/0.10.0.201810080142] osgi.wiring.package; filter:="
(osgi.wiring.package=org.eclipse.smarthome.io.http)"]]]
Not sure where to go from here. I saw that upgrading caused folks to get locked out and I don’t want to be locked out of the system. Any thoughts?