Hi All,
OH regulary “stops working” with all ip connected devices (regardless the binding - HTTP, Shelly, OH Remote, …) . All the rest of OH keeps working just fine.
Platform information:
- Hardware: Hyper-V (8 VP, 16 GB Ram on Xeon CPU E3-1240 v5
- OS: Debian Bookworm (12)
- Java Runtime Environment: Zulu17.54+21-CA (build 17.0.13+11-LTS)
- openHAB version: 4.3.1
I see the following in openhab.log the moment the problem occures :
2025-04-28 10:42:21.058 [INFO ] [b.core.io.websocket.log.LogWebSocket] - WebSocket error: java.util.concurrent.TimeoutException: Idle timeout expired: 10000/10000 ms
2025-04-28 10:44:25.380 [WARN ] [ab.core.internal.events.EventHandler] - The queue for a subscriber of type 'class org.openhab.core.io.monitor.internal.EventLogger' exceeds 5000 elements. System may be unstable.
2025-04-28 10:51:56.591 [INFO ] [b.core.io.websocket.log.LogWebSocket] - WebSocket error: <null>
Other log files have no errors at that moment, but logging also stops. Only zwave is in debug, other log files in info/warning/error. Few rules log much (but not more than 2-4 lines per second).
I cannot say that i can point to something that triggers this. Connectivity from the OS is also working just fine. Memory and CPU usage are low/normal.
After Stopping and restarting OH, all works just fine again. Happens evere few days (between two days and two weeks).
Am I logging to much (2nd line mentioned abve ?) or is there somehting else wrong ?