[SOLVED] Bindings constantly restart and high CPU - 2.5.0 version

I do see a really high cpu on my Openhabian and also constant restarts of all bindings
this began after an apt update.
Any suggestion how to solve this?

2019-12-19 21:35:21.993 [INFO ] [internal.handler.RFXComBridgeHandler] - RFXCOM transceiver/receiver type: _433_92MHZ_TRANSCEIVER, hw version: 0.1, fw version: 1
2019-12-19 21:35:34.656 [INFO ] [zwave.handler.ZWaveControllerHandler] - Attempting to add listener when controller is null
2019-12-19 21:35:34.921 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Connecting to serial port ‘/dev/ttyAMA0’
2019-12-19 21:35:34.941 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Serial port is initialized
2019-12-19 21:35:35.017 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller
2019-12-19 21:35:35.020 [INFO ] [ve.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.
2019-12-19 21:36:08.598 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Stopped ZWave serial handler
2019-12-19 21:36:17.375 [INFO ] [internal.handler.RFXComBridgeHandler] - RFXCOM transceiver/receiver type: _433_92MHZ_TRANSCEIVER, hw version: 0.1, fw version: 1
2019-12-19 21:36:17.942 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-action-mail, openhab-misc-restdocs’
2019-12-19 21:36:30.111 [INFO ] [zwave.handler.ZWaveControllerHandler] - Attempting to add listener when controller is null
2019-12-19 21:36:30.356 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Connecting to serial port ‘/dev/ttyAMA0’
2019-12-19 21:36:30.375 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Serial port is initialized
2019-12-19 21:36:30.467 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller

1 Like

For binding restart, check addons.cfg and addons.config for an invalid addon, especially restdocs which changed locations from misc to ui.
The addon loader is restarting all addons every minute trying to load the invalid one.

3 Likes

I found the restdocs under misc and mail under action
/var/lib/openhab2/config/org/openhab/addons.config
but i suspect shouldn’t be there. right?

is mail moved to another place?

restdocs was moved to UIs and the Mail Action has been replaced with a 2.5 binding.

2 Likes

Thanks all for the fast response… from 400% cpu to 10%! :slight_smile:

Release Notes here.
Release openHAB 2.5.0 · openhab/openhab-distro · GitHub

Sorry for my probably dumb question…
How did you solve this. What steps did you take?
I did read the release notes, but as far as I can see, there are no steps mentioned there?

read the post with the Solution check-mark. :smiley:

Owww, it didn’t open when I clicked it on android. It does when I try now from a windows browser! Thanks. I was also directed the right way in another thread. Still not cpmpletely finished, but I’ll post about that in the other thread.
Thanx!

1 Like

Hi all,

for me same problem.
I have installed Restdocs after the 2.5 installation, moved mail-action to mail-binding but my openHab is still restarting about every 30 minutes.

How can I investigate what is the problem ?

Thanks

If the solution here did not work it was not the same problem. Please start a new thread with more information so we nan assist.