Info:
RasPi 5 8GB/120GB SSD
runtimeInfo:
version: 4.2.3
buildString: Release Build
locale: de-DE
systemInfo:
configFolder: /etc/openhab
userdataFolder: /var/lib/openhab
logFolder: /var/log/openhab
javaVersion: 17.0.13
javaVendor: Debian
osName: Linux
osVersion: 6.6.51+rpt-rpi-2712
osArchitecture: aarch64
availableProcessors: 4
freeMemory: 218769584
totalMemory: 958398464
uptime: 572258
startLevel: 100
addons:
- automation-jsscripting
- binding-amazonechocontrol
- binding-astro
- binding-avmfritz
- binding-homematic
- binding-http
- binding-icalendar
- binding-mail
- binding-mqtt
- binding-network
- binding-ntp
- binding-sonos
- binding-tr064
- persistence-mapdb
- persistence-rrd4j
- transformation-basicprofiles
- transformation-bin2json
- transformation-exec
- transformation-jsonpath
- transformation-map
- transformation-regex
- transformation-scale
- transformation-xpath
- transformation-xslt
Since some days I observe the following behavior in the morning at 5.35 (+/-) in my log:
2024-11-29 05:38:33.052 [INFO ] [control.internal.WebSocketConnection] - Web Socket close 1006. Reason: Disconnected
2024-11-29 05:38:33.050 [INFO ] [control.internal.WebSocketConnection] - Web Socket error
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:280) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:489) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1112) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]
at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.flush(FrameFlusher.java:264) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.process(FrameFlusher.java:193) ~[?:?]
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:248) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:229) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:581) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.client.io.WebSocketClientConnection.outgoingFrame(WebSocketClientConnection.java:58) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:181) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:510) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.54.v20240208]
at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.io.IOException: Datenübergabe unterbrochen (broken pipe)
at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[?:?]
at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:217) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:153) ~[?:?]
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:563) ~[?:?]
at java.nio.channels.SocketChannel.write(SocketChannel.java:642) ~[?:?]
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:274) ~[?:?]
... 24 more
2024-11-29 07:36:20.304 [INFO ] [ore.model.script.homematic-Haustür 1] - Status Haustür - Triggering Item Name: HmIP_SWDO_I_E754_1STATE
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
2024-11-30 05:39:28.411 [INFO ] [control.internal.WebSocketConnection] - Web Socket close 1006. Reason: Disconnected
2024-11-30 05:39:28.411 [INFO ] [control.internal.WebSocketConnection] - Web Socket error
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:280) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:489) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1112) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]
at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.flush(FrameFlusher.java:264) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.process(FrameFlusher.java:193) ~[?:?]
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:248) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:229) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:581) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.client.io.WebSocketClientConnection.outgoingFrame(WebSocketClientConnection.java:58) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:181) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:510) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.54.v20240208]
at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.io.IOException: Datenübergabe unterbrochen (broken pipe)
at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[?:?]
at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:217) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:153) ~[?:?]
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:563) ~[?:?]
at java.nio.channels.SocketChannel.write(SocketChannel.java:642) ~[?:?]
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:274) ~[?:?]
... 24 more
2024-11-30 07:37:31.191 [INFO ] [s.internal.handler.ZonePlayerHandler] - UPnP device RINCON_949F3E157B8401400 is absent (thing sonos:PLAY1:RINCON_949F3E157B8401400)
2024-11-30 07:37:31.191 [INFO ] [s.internal.handler.ZonePlayerHandler] - UPnP device RINCON_5CAAFDC29C0201400 is absent (thing sonos:PLAY1:RINCON_5CAAFDC29C0201400)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
2024-12-01 05:37:20.298 [INFO ] [control.internal.WebSocketConnection] - Web Socket close 1006. Reason: Disconnected
2024-12-01 05:37:20.298 [INFO ] [control.internal.WebSocketConnection] - Web Socket error
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:280) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:489) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1112) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]
at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.flush(FrameFlusher.java:264) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.process(FrameFlusher.java:193) ~[?:?]
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:248) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:229) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:581) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.client.io.WebSocketClientConnection.outgoingFrame(WebSocketClientConnection.java:58) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:181) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:510) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.54.v20240208]
at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.io.IOException: Datenübergabe unterbrochen (broken pipe)
at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[?:?]
at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:217) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:153) ~[?:?]
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:563) ~[?:?]
at java.nio.channels.SocketChannel.write(SocketChannel.java:642) ~[?:?]
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:274) ~[?:?]
... 24 more
2024-12-01 07:35:53.625 [INFO ] [s.internal.handler.ZonePlayerHandler] - UPnP device RINCON_949F3E157B8401400 is absent (thing sonos:PLAY1:RINCON_949F3E157B8401400)
2024-12-01 07:35:53.626 [INFO ] [s.internal.handler.ZonePlayerHandler] - UPnP device RINCON_5CAAFDC29C0201400 is absent (thing sonos:PLAY1:RINCON_5CAAFDC29C0201400)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2024-12-04 05:32:30.823 [INFO ] [control.internal.WebSocketConnection] - Web Socket close 1006. Reason: Disconnected
2024-12-04 05:32:30.823 [INFO ] [control.internal.WebSocketConnection] - Web Socket error
org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:280) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:489) ~[?:?]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1112) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]
at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.flush(FrameFlusher.java:264) ~[?:?]
at org.eclipse.jetty.websocket.common.io.FrameFlusher.process(FrameFlusher.java:193) ~[?:?]
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:248) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:229) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:581) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.client.io.WebSocketClientConnection.outgoingFrame(WebSocketClientConnection.java:58) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:181) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:510) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:440) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.54.v20240208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.54.v20240208]
at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.io.IOException: Datenübergabe unterbrochen (broken pipe)
at sun.nio.ch.FileDispatcherImpl.writev0(Native Method) ~[?:?]
at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:217) ~[?:?]
at sun.nio.ch.IOUtil.write(IOUtil.java:153) ~[?:?]
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:563) ~[?:?]
at java.nio.channels.SocketChannel.write(SocketChannel.java:642) ~[?:?]
at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:274) ~[?:?]
... 24 more
2024-12-04 05:33:14.325 [INFO ] [re.model.script.miniswitch_snzb01_01] - long - ON Lampe ausgeschaltet: Arbeitszimmer
2024-12-04 06:21:33.917 [INFO ] [re.model.script.miniswitch_snzb01_01] - long - OFF Lampe eingeschaltet: Arbeitszimmer
When disableing the Amazon Echo Binding the messages are gone.
Does anyone know the reason for this behavior or what is wrong with my setup ?
I didn’t noticed that in earlier times