OH upgrade 2.4 - 2.5 (HANDLER_MISSING_ERROR)

Hi,
i just upgraded my working OH 2.4 to 2.5. Now my zWAVE controller kind of restarts every 30 seconds

[16:51:02] openhabian@zWave1:~$ tail -f /var/log/openhab2/events.log
2019-12-23 16:51:07.100 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node4' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
2019-12-23 16:51:07.116 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node27' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
2019-12-23 16:51:07.119 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node2' changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to INITIALIZING
2019-12-23 16:51:07.123 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node2' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
2019-12-23 16:51:07.179 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node26' changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to INITIALIZING
2019-12-23 16:51:07.182 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node19' changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to INITIALIZING
2019-12-23 16:51:07.185 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node6' changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to INITIALIZING
2019-12-23 16:51:07.200 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node6' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
2019-12-23 16:51:07.208 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node19' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline
2019-12-23 16:51:07.216 [hingStatusInfoChangedEvent] - 'zwave:device:046713ed:node26' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE): Controller is offline

Can anyone help?

You likely have invalid addons configured such as restdocs that moved from misc to ui as documented in the Release Notes. This causes addons to reload every minute, trying to load the invalid addon.
Chech addons.cfg and addons.config for invalid bindings.

I only have
Astro Binding
Netatmo Binding
NTP
Sonos
ZWAVE

the addons.cfg is emty

Sorry i am pretty new here

For most people the addons.config file is ion /var/lib/openhab2.

Do not apologize for being new. I have only been using OH for a few months.

This is what i found:

[17:50:56] openhabian@zWave1:/var/lib$ cat /var/lib/openhab2/config/org/openhab/addons.config
:org.apache.felix.configadmin.revision:=L"2"
binding="ntp,astro,yahooweather,sonos,netatmo,zwave"
felix.fileinstall.filename="file:/var/lib/openhab2/etc/org.openhab.addons.cfg"
package="standard"
persistence="rrd4j"
remote="true"
service.pid="org.openhab.addons"
ui="basic,paper,habpanel,classic,habmin"

Looks reasonable to me.

1 Like

I removed “yahooweather” and it looks more stable nevertheless everythink seems delayed

According to this, yahooweather has been removed. That would cause some instabili9ty like I mentioned earlier. Are you using all your other bindings?

Are there any other bindings you are not using?

You may want to uninstall the Z-Wave binding, stop OH, clean cache, restart OH and reinstall Z-Wave.

Nope only Yahoo - all others seem ok

Will try Thanks

Looks like everything is back to normal many Thanks for help!

Glad it’s working.:+1:

Please click the square box on the post that provided the solution to mark the topic solved.
Thanks

Same problem…
[hingStatusInfoChangedEvent] - ‘zwave:device::node22’ changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
[hingStatusInfoChangedEvent] - 'zwave:device:
:node22’ changed from OFFLINE (BRIDGE_OFFLINE): Controller is offline to UNINIT$

don’t understand how to fix it…
binding=“astro,ntp,http1,zwave,samsungac1,denonmarantz,yamahareceiver,opensprinkler,epsonprojector1”
misc=“restdocs,openhabcloud”
package=“expert”
service.pid=“org.openhab.addons”
transformation=“map,regex,xslt,exec,javascript,scale,xpath,jsonpath”
ui=“classic,basic,paper,habpanel,habmin”

After few hours zwave network stop working and webapp start works very very slowly (access after 30 seconds).
I had to restart the service (take few minutes)

You have restdocs in misc section - remove it, so only openhabcloud should be in misc and restart openhab.

3 Likes

Yes, restdocs moved as documented in the Release Notes and in the Warnings displayed when upgrading.

1 Like

Hallo,
thanks to all!
Now works correctly!

1 Like