From Time to Time my openhab Version 5.1.1 is not reachable via Gui and App.
From the logs i dont see anything:
[12:21:04] root@openhabian:/home/openhabian# tail -f /var/log/openhab/openhab.log
java.lang.NullPointerException: null
2026-01-30 10:37:11.474 [WARN ] [ternal.handler.HomematicThingHandler] - Channel not found for datapoint '00111BE99286E5:0#ERROR_OVERLOAD'
2026-01-30 11:15:58.245 [WARN ] [ternal.handler.HomematicThingHandler] - Channel not found for datapoint '00111BE99286E5:0#ERROR_OVERLOAD'
2026-01-30 11:19:37.957 [WARN ] [ternal.handler.HomematicThingHandler] - Channel not found for datapoint '00111BE992873E:0#ERROR_OVERLOAD'
2026-01-30 11:27:22.925 [WARN ] [org.eclipse.jetty.server.HttpChannel] - /proxy
java.lang.NullPointerException: null
2026-01-30 11:27:22.925 [WARN ] [org.eclipse.jetty.server.HttpChannel] - /proxy
java.lang.NullPointerException: null
2026-01-30 11:56:10.530 [WARN ] [ternal.handler.HomematicThingHandler] - Channel not found for datapoint '00111BE99286E5:0#ERROR_OVERLOAD'
2026-01-30 12:01:28.739 [WARN ] [ternal.handler.HomematicThingHandler] - Channel not found for datapoint '00111BE992873E:0#ERROR_OVERLOAD'
^C
your code goes here[12:25:26] root@openhabian:/home/openhabian# /bin/systemctl status openhab.service
● openhab.service - openHAB - empowering the smart home
Loaded: loaded (/lib/systemd/system/openhab.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/openhab.service.d
└─override.conf
Active: active (running) since Mon 2026-01-26 15:47:09 CET; 3 days ago
Docs: https://www.openhab.org/docs/
https://community.openhab.org
Main PID: 558 (java)
Tasks: 684 (limit: 9368)
Memory: 2.7G
CPU: 19h 2min 43.727s
CGroup: /system.slice/openhab.service
├─ 558 /usr/bin/java -XX:-UsePerfData -Dopenhab.home=/usr/share/openhab -Dopenhab.conf=/etc/openhab -Dopenhab.runtime=/usr/share/ope>
├─ 513493 /usr/bin/ffmpeg -rtsp_transport tcp -hide_banner -i "rtsp://admin:XXXXX@192.168.101.215:554/user=admin&password=a7>
├─1005294 /usr/bin/ffmpeg -rtsp_transport tcp -threads 1 -skip_frame nokey -hide_banner -i rtsp://admin:%24l%40yer234%21@192.168.101.13>
├─1151960 /usr/bin/ffmpeg -rtsp_transport tcp -hide_banner -i "rtsp://admin:XXXXX@192.168.101.215:554/user=admin&password=a7>
├─1151961 /usr/bin/ffmpeg -rtsp_transport tcp -threads 1 -skip_frame nokey -hide_banner -i "rtsp://admin:XXXXX@192.168.101.2>
└─1152707 /usr/bin/ffmpeg -rtsp_transport tcp -hide_banner -i rtsp://admin:xcxxcxcx@192.168.101.130:554 -q:v 5 -r 2 -vf scale=6>
The Serivce is running, and after few minutes Gui and APP are reachable again.
Can someone please help to finde the reason?
I have created an watchdog to check the gui via curl to get an Info when thiss happens, but everytime there are no Logs or etc.
Regards
Simon