Remaining log msg after clearing cache

After clearing the cache and restarting OH twice (The first time no item was loaded), I still get Failed installing 'openhab-misc-restdocs' in the log.

However the restdocs are not mentioned in my addon.cfg:

$ grep rest -r /etc/openhab2/services
$

shut down openHAB, find the addons.config file in the userdata tree, and delete the restdocs entry. you can then restart OH and reinstall it. In 2.5 it moved from misc to user interfaces.

Until you do that, addons will restart every minute trying to load the invalid restdocs.

Where is the userdata folder in an apt installation?

/var/lib/openhab2

1 Like

I think the addons.config will be in /var/lib/openhab2/config/org/openhab. I keep forgetting the path.

2 Likes

Thats the correct path.

Thanks! The log message is now gone.

1 Like