openHAB stopped with WARNINGS, not sure why

Hi, I am running openHAB 5.0.0 on a RPi5. OH stopped after running several hours. I am not sure why. I have set-up the cloud connector properly by adding a phone. That’s the only major change. Cloud connector did work fine before OH stopped.

I am using Modbus- and Shelly-Things and all worked well before.
I had issues with items I deleted and then the UI froze and I reloaded the UI page. I reused those item names and some things got mixed up internally in OH. I took some restarts and some deleting of items that showed up again after a restart but everything worked well before the last restart.

The events.log looks unsuspicious without WARNINGS.

I get a lot of WARNINGS like this:

2025-08-12 15:41:34.169 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null

There are Modbus-WARNINGS but they did not stop OH before and nothing changed with this Binding.

Here’s the openhab.log:

2025-08-11 13:34:57.793 [INFO ] [org.openhab.core.Activator          ] - Starting openHAB 5.0.0 (Release Build)
2025-08-11 13:34:58.281 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/Berlin'.
2025-08-11 13:34:58.296 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to '51.06172885713503,7.033780786166952'.
2025-08-11 13:34:58.301 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'de_DE'.
2025-08-11 13:35:00.208 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events/states's Observer 
2025-08-11 13:35:00.209 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events's Observer 
2025-08-11 13:35:00.210 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events's Observer 
2025-08-11 13:35:00.211 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events's Observer 
2025-08-11 13:35:00.213 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events/states's Observer 
2025-08-11 13:35:01.245 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events/states's Observer 
2025-08-11 13:35:01.342 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events/states's Observer 
2025-08-11 13:35:01.342 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/events's Observer 
2025-08-11 13:35:01.361 [WARN ] [org.eclipse.jetty.server.HttpChannel] - /rest/events
java.lang.NullPointerException: Cannot invoke "org.apache.cxf.transport.MessageObserver.onMessage(org.apache.cxf.message.Message)" because "this.incomingObserver" is null
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) ~[?:?]
	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) ~[?:?]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304) ~[?:?]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:222) ~[?:?]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:497) ~[bundleFile:4.0.4]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279) ~[?:?]
	at org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet.service(OsgiInitializedServlet.java:102) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1656) ~[?:?]
	at org.ops4j.pax.web.service.spi.servlet.OsgiFilterChain.doFilter(OsgiFilterChain.java:113) ~[?:?]
	at org.ops4j.pax.web.service.jetty.internal.PaxWebServletHandler.doHandle(PaxWebServletHandler.java:334) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[?:?]
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600) ~[?:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[?:?]
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[?:?]
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) ~[?:?]
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[?:?]
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[?:?]
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[?:?]
	at org.ops4j.pax.web.service.jetty.internal.PrioritizedHandlerCollection.handle(PrioritizedHandlerCollection.java:96) ~[?:?]
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:772) ~[?:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[?:?]
	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:439) ~[?:?]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) ~[bundleFile:9.4.57.v20241219]
	at java.lang.Thread.run(Unknown Source) [?:?]
2025-08-11 13:35:01.361 [WARN ] [org.eclipse.jetty.server.HttpChannel] - /rest/events
java.lang.NullPointerException: Cannot invoke "org.apache.cxf.transport.MessageObserver.onMessage(org.apache.cxf.message.Message)" because "this.incomingObserver" is null
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) ~[?:?]
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) ~[?:?]
	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) ~[?:?]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304) ~[?:?]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:222) ~[?:?]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:497) ~[bundleFile:4.0.4]
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279) ~[?:?]
	at org.ops4j.pax.web.service.spi.servlet.OsgiInitializedServlet.service(OsgiInitializedServlet.java:102) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1656) ~[?:?]
	at org.ops4j.pax.web.service.spi.servlet.OsgiFilterChain.doFilter(OsgiFilterChain.java:113) ~[?:?]
	at org.ops4j.pax.web.service.jetty.internal.PaxWebServletHandler.doHandle(PaxWebServletHandler.java:334) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[?:?]
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600) ~[?:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[?:?]
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[?:?]
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[?:?]
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) ~[?:?]
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[?:?]
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) ~[?:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[?:?]
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234) ~[?:?]
	at org.ops4j.pax.web.service.jetty.internal.PrioritizedHandlerCollection.handle(PrioritizedHandlerCollection.java:96) ~[?:?]
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:772) ~[?:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[?:?]
	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) ~[?:?]
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:439) ~[?:?]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:193) ~[?:?]
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:148) ~[?:?]
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:371) ~[?:?]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[?:?]
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555) ~[?:?]
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410) ~[?:?]
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164) ~[?:?]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) ~[?:?]
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) ~[?:?]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) ~[bundleFile:9.4.57.v20241219]
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) ~[bundleFile:9.4.57.v20241219]
	at java.lang.Thread.run(Unknown Source) [?:?]
2025-08-11 13:35:05.079 [WARN ] [.transport.servlet.ServletController] - Can't find the request for https://192.168.178.147:8443/rest/module-types/script.ScriptAction's Observer 
2025-08-11 13:35:05.377 [INFO ] [antics.internal.SemanticsServiceImpl] - Item 'Netzwirkleisung' (Point): Belongs to Location [Haus] and Equipment [PVAnlage2025Zaehler].
2025-08-11 13:35:05.378 [INFO ] [antics.internal.SemanticsServiceImpl] - Item 'Netzeinspeiseenergie' (Point): Belongs to Location [Haus] and Equipment [PVAnlage2025Zaehler].
2025-08-11 13:35:05.380 [INFO ] [antics.internal.SemanticsServiceImpl] - Item 'Netzbezugenergie' (Point): Belongs to Location [Haus] and Equipment [PVAnlage2025Zaehler].
2025-08-11 13:35:06.823 [INFO ] [.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2025-08-11 13:35:25.918 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2025-08-11 13:35:26.550 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-11 13:35:28.478 [INFO ] [nternal.manager.ShellyManagerServlet] - Shelly Manager gestartet und erreichbar unter http(s)://192.168.178.147:8080/shelly/manager
2025-08-11 13:35:28.740 [INFO ] [mekit.internal.HomekitChangeListener] - Created 0 HomeKit items in instance 1 (no change from prior configuration).
2025-08-11 13:35:36.374 [WARN ] [core.thing.internal.ThingManagerImpl] - Initializing handler for thing 'solarforecast:sc-plane:SolcastSiteHolzerWeg:SolcastPlaneHolzerWegOst' takes more than 5000ms.
2025-08-11 13:35:36.396 [WARN ] [core.thing.internal.ThingManagerImpl] - Initializing handler for thing 'solarforecast:sc-plane:SolcastSiteHolzerWeg:SolcastSolarPlaneWest' takes more than 5000ms.
2025-08-11 13:35:36.475 [INFO ] [e.automation.internal.RuleEngineImpl] - Rule engine started.
2025-08-11 13:36:58.849 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:36:59.861 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:37:10.861 [INFO ] [nternal.manager.ShellyManagerServlet] - Shelly Manager gestartet und erreichbar unter http(s)://192.168.178.147:8080/shelly/manager
2025-08-11 13:38:33.539 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:38:35.650 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:38:36.185 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:38:58.612 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:42:00.392 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:45:00.149 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:45:03.250 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:46:56.608 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID d0955835-202d-4522-b05c-bbb90c51e06d]
2025-08-11 13:47:00.112 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:49:23.238 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 13:53:59.159 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:10:03.978 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:14:25.493 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID fee849d2-8a6a-443f-8908-aeb72d639b0c]
2025-08-11 14:23:17.613 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:33:03.400 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:36:02.973 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:38:00.533 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:40:23.041 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:41:00.518 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:48:03.581 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:50:02.532 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:50:44.405 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 14:59:23.806 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:02:42.667 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:02:53.999 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:04:44.227 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:06:55.203 [INFO ] [b.core.io.websocket.log.LogWebSocket] - WebSocket error: <null>
2025-08-11 15:06:56.425 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 15:06:56.426 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 15:08:03.260 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:08:04.078 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:14:51.836 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 15:14:51.837 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 15:14:53.754 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:15:32.497 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:16:20.414 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 06b781eb-1c25-465c-8579-5fb35099bcc3]
2025-08-11 15:20:01.931 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:28:00.559 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:28:01.075 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:33:01.517 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:34:52.806 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:40:47.778 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 26974385-17b5-4866-ae51-cb81747c9055]
2025-08-11 15:41:02.626 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 15:50:01.394 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 16:06:33.810 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 16:06:51.004 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 43d91b90-3e41-4804-89d1-76e0b609532f]
2025-08-11 16:20:13.313 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 16:32:39.685 [WARN ] [openhab.core.io.rest.auth.AuthFilter] - Unauthorized API request from 192.168.178.168: Error while processing JWT token
2025-08-11 16:32:40.010 [WARN ] [openhab.core.io.rest.auth.AuthFilter] - Unauthorized API request from 192.168.178.168: Error while processing JWT token
2025-08-11 16:37:08.296 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 8fc17e97-4752-499f-826b-6718d9d0831c]
2025-08-11 16:43:23.890 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 16:46:43.205 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 16:48:30.138 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 90c9fdeb-88e9-4b5a-9f3a-5b88f6b25f12]
2025-08-11 17:12:42.888 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:13:02.389 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:25:12.852 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:30:13.026 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:34:13.802 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:35:53.382 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:37:13.194 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:44:53.790 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:46:04.598 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:48:02.835 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 17:48:51.785 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Off] –> Manual Off
2025-08-11 17:48:55.322 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Initialized to Idle
2025-08-11 17:49:00.189 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Idle –> Pump On
2025-08-11 17:56:03.460 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:04:32.424 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:08:02.761 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 4dcdfc27-a44d-4ee5-8776-863ddcc1c1d9]
2025-08-11 18:11:14.271 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:17:03.447 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:20:10.937 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 8ab83d8d-a800-4991-a53b-044bbd9b999a]
2025-08-11 18:24:53.276 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ba150d7d-574b-4f64-a829-45d14bce6a3d]
2025-08-11 18:28:32.333 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 29af347a-0639-4d84-b36b-8961af3283af]
2025-08-11 18:29:32.825 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:30:03.973 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:31:48.373 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 18:31:48.373 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 18:34:13.061 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:36:37.527 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 18:36:37.528 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 18:38:24.445 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 18:38:24.446 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 18:50:12.943 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:57:12.739 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 18:58:12.946 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 19:01:04.260 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 19:02:50.502 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 02b0fa42-b8a8-45ef-9846-99a824a75374]
2025-08-11 19:03:13.117 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 19:07:18.792 [WARN ] [y.internal.handler.ShellyBaseHandler] - shellypro1pm-a0dd6c9db51c: FEHLER: Der Befehl ON für Kanal shelly:shellypro1pm:PoolPumpeUV:relay#output kann nicht verarbeitet werden - java.io.EOFException: @7d0ca410::SocketChannelEndPoint@590a8ca2{l=/192.168.178.147:55460,r=/192.168.178.182:80,ISHUT,fill=-,flush=-,to=1300/0}{io=0/0,kio=0,kro=1}->@7d0ca410(l:/192.168.178.147:55460 <-> r:/192.168.178.182:80,closed=false)=>@2277f2e(exchange=HttpExchange@298df94d{req=HttpRequest[POST /rpc HTTP/1.1]@3139e448[TERMINATED/null] res=HttpResponse[null 0 null]@3cdb1151[PENDING/null]})[send=HttpSenderOverHTTP@53cd7eb(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@43bd1190{s=START}],recv=CustomHttpReceiverOverHTTP@3d58a60b(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]
2025-08-11 19:07:18.792 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellypro1pm-a0dd6c9db51c: Restore channel value to ON
2025-08-11 19:07:57.568 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 6085dbe4-d0d5-44e1-9aea-fd2d8149bcae]
2025-08-11 19:08:03.073 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 19:17:52.340 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 58bcb3ed-46e4-4ef7-93f6-76825dd9b720]
2025-08-11 19:26:09.854 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 19:26:09.854 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 19:26:34.334 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 19:30:50.220 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 19:30:50.220 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 19:40:20.548 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'upnpcontrol:upnprenderer:b0e54b7b-007b-4bBB-b000-0009b0e54b7b' to inbox.
2025-08-11 19:40:25.902 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'upnpcontrol:upnprenderer:bf6eb3ab-2b30-d6e9-19d9-1a39f9bcf17b' to inbox.
2025-08-11 19:44:27.371 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Pump On –> Idle
2025-08-11 19:47:59.011 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 24fb0645-5fca-438d-ae9f-9762f0617f5e]
2025-08-11 19:48:12.970 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 20:00:22.278 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 3b4cc8ae-2222-4f44-adfa-a8743f93c468]
2025-08-11 20:00:58.298 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 24062823-9ee4-4328-875b-5094ef1d5d5e]
2025-08-11 20:06:17.077 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID f1542852-e938-451f-bc2a-f681ba54b681]
2025-08-11 20:11:24.027 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 20:11:32.279 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 33c76966-e892-44fe-b17a-dca13c8a43df]
2025-08-11 20:11:32.579 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 20:24:44.268 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 20:25:32.332 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 24f9fdd1-e482-4720-8345-a7920a1eb112]
2025-08-11 20:28:29.311 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 20:28:29.312 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 20:31:23.743 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 20:38:06.840 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-11 20:38:06.840 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-11 20:56:16.462 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 13be94b2-0422-4124-b8a2-1154a8618367]
2025-08-11 20:57:55.693 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID a7bfc978-123f-4edd-99bd-7378e4b8eeeb]
2025-08-11 20:59:09.647 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 70d0d48b-a922-411f-96b7-f4a36e730c91]
2025-08-11 21:02:13.138 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:07:12.547 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:07:13.441 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:12:37.899 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID f258bde4-8dfa-49df-b532-ed358bb942b0]
2025-08-11 21:14:02.461 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID cf2532b9-c491-42b0-87e2-da5cf3eba23f]
2025-08-11 21:17:32.911 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 65178d07-a813-4025-94c1-c15f78a20b83]
2025-08-11 21:33:39.915 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 96052e72-724a-4e94-af2e-7f29d6f61841]
2025-08-11 21:34:09.791 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:34:42.581 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:34:54.234 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:40:59.463 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:41:06.198 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:41:13.917 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 8db18680-91d7-4411-a6c3-18ffe1877174]
2025-08-11 21:43:02.809 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:43:23.129 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:48:22.577 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:51:17.705 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:51:43.135 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 21:56:07.201 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 7d8fa64e-7d55-4003-81e6-e7a7fc8cd13a]
2025-08-11 21:56:12.710 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 22:00:27.125 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID b2b63b64-b778-4429-ba17-f40c181707f9]
2025-08-11 22:06:12.551 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 22:08:32.540 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 22:12:02.743 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 22:34:26.748 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ebd58b7c-7391-4f31-ad2b-cd0d25287316]
2025-08-11 22:38:12.766 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 22:43:20.215 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ff818932-6472-4192-b251-0bd8b846ed35]
2025-08-11 22:43:24.237 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 2 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ff818932-6472-4192-b251-0bd8b846ed35]
2025-08-11 22:43:28.265 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 913975d1-12cb-488a-9b2a-868b823dec5b]
2025-08-11 22:43:32.281 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 708dfd00-c0db-4c0a-ad6e-57bc536515c9]
2025-08-11 22:43:36.296 [ERROR] [rt.modbus.internal.ModbusManagerImpl] - Last try 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Aborting. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ff818932-6472-4192-b251-0bd8b846ed35]
2025-08-11 22:43:41.386 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 2 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 913975d1-12cb-488a-9b2a-868b823dec5b]
2025-08-11 22:48:53.370 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 22:53:12.482 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 85238e41-de00-422e-98c4-87679d493c97]
2025-08-11 22:57:17.476 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID afc03330-9d36-4efc-83b1-0f6116a7df95]
2025-08-11 23:03:07.854 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 23:15:19.369 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 15046095-496a-4cf7-b208-767f1661d18f]
2025-08-11 23:17:08.209 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 23:40:12.637 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 23:41:08.838 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-11 23:47:53.097 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 00:11:33.342 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 00:16:33.150 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 00:27:09.788 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 00:49:20.919 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 26cae072-ddca-4d55-9f4d-6805fdedf41b]
2025-08-12 00:52:12.529 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 00:53:29.964 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 2e2d3a0f-a05c-4fce-98b3-eb22d7c26c6e]
2025-08-12 01:08:09.508 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:08:10.676 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:11:13.106 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:23:42.900 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:34:09.966 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:37:13.825 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:37:26.980 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ba6d6755-2c45-470f-906b-77781fc8e711]
2025-08-12 01:42:23.133 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:47:11.774 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:48:53.037 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 01:51:12.944 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:17:43.379 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:18:13.857 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:18:17.098 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID e7c1830f-48f6-46f2-a0c2-0fcda55bef35]
2025-08-12 02:25:02.648 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:36:42.692 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:40:15.801 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:42:11.421 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:44:42.671 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:48:13.311 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:50:15.143 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID c2fa8bda-4278-4ef5-b7fb-0605450eb43b]
2025-08-12 02:54:53.100 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 02:56:50.177 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID e404c8b8-aab6-4d0d-8b35-51f3cf7a2fe9]
2025-08-12 03:04:27.125 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 2b79d769-3b7c-41a6-a0d4-b8fbbfb0aad7]
2025-08-12 03:07:07.524 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 03:07:07.526 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-12 03:10:11.959 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 03:26:42.990 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 03:37:53.843 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 006bdfaf-31e8-4d8c-b23d-7c137bcdd2ad]
2025-08-12 03:45:02.687 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 03:46:33.085 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 03:49:54.140 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:00:22.941 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID a0c7cd3f-3276-4cd8-9fd8-c23a2a7d16f5]
2025-08-12 04:03:23.147 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:06:44.926 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:08:23.165 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:16:22.655 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:16:44.542 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:16:54.019 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:21:13.397 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:31:52.978 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:33:33.115 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:40:32.937 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:45:34.547 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 52614e2f-6b97-4378-9304-dbe1e7a0fb41]
2025-08-12 04:54:14.593 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:55:47.527 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID a45d9a98-8cf1-47f1-a694-fb640fd015b3]
2025-08-12 04:55:51.537 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 2 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID a45d9a98-8cf1-47f1-a694-fb640fd015b3]
2025-08-12 04:58:43.926 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 04:59:38.000 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 2fb2d5fd-c864-40b6-acf5-bdbdce90cad5]
2025-08-12 05:02:11.177 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID b3c425ed-a174-4d42-bbd6-a12c115592b3]
2025-08-12 05:05:34.373 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 05:16:23.222 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 05:40:43.738 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 05:55:33.263 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 809a7dd5-94a3-45ff-b6af-a1def8555d6b]
2025-08-12 05:57:52.863 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 05:57:53.252 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:02:52.930 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:11:31.869 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 15573ca0-e2cb-47de-a756-3c38b10225c2]
2025-08-12 06:22:43.447 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:26:34.291 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:41:23.243 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:41:23.969 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:47:07.945 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 2123a212-874d-4f17-b958-02964e51814b]
2025-08-12 06:51:33.669 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 06:57:53.940 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 1f6c84bb-eada-411d-a658-c0853ec27df4]
2025-08-12 07:08:03.927 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 07:11:15.918 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 07:31:42.072 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Idle –> Pump On
2025-08-12 07:35:00.024 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID c77f880f-c242-4fc4-b1d8-5bc5e52e8516]
2025-08-12 07:44:23.273 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 07:53:22.846 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:03:33.359 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 14b4ed9e-2e7d-47fd-8442-30978da23e9b]
2025-08-12 08:06:43.709 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:11:46.858 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID ac0e25e4-2cfc-407b-9a02-dfdcd21cb217]
2025-08-12 08:12:23.083 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:15:13.317 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:20:14.120 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:26:16.711 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:28:37.205 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 3d2e4ab3-5968-4587-9db9-4cef2261931b]
2025-08-12 08:33:47.126 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 04032520-4fea-48c3-a980-150f69bb6dd2]
2025-08-12 08:35:16.950 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:38:32.225 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID afd255e0-10ac-43a8-8602-3a8877d84490]
2025-08-12 08:41:16.887 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:41:17.140 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 6c80570f-e298-499e-8b35-f02b4b750990]
2025-08-12 08:42:04.299 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:42:04.470 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:43:24.102 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 08:43:44.373 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 09:00:43.646 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 09:00:43.745 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Pump On –> Pump On, Heatpump Standby
2025-08-12 09:07:56.961 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 09:07:56.961 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-12 09:08:17.475 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 09:08:18.811 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 09:13:18.201 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 09:26:13.825 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 09:38:55.564 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 39016f5f-2301-49a6-9b48-ff4623112e78]
2025-08-12 09:53:50.654 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:01:25.204 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:04:52.797 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:05:21.611 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Connect reached max tries 1, throwing last error: Connect timed out. Connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false]. Endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]
2025-08-12 10:05:21.612 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Error connecting connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false] for endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]: Connect timed out
2025-08-12 10:05:21.613 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Could not connect to endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502] -- aborting request ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3] [operation ID 6c0a2ff3-efb5-4d57-880a-ee4f0b749033]
2025-08-12 10:05:31.619 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Connect reached max tries 1, throwing last error: Connect timed out. Connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false]. Endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]
2025-08-12 10:05:31.620 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Error connecting connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false] for endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]: Connect timed out
2025-08-12 10:05:31.620 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Could not connect to endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502] -- aborting request ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3] [operation ID 09e41494-4ea3-45ad-b067-57bce4e0db96]
2025-08-12 10:05:41.631 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Connect reached max tries 1, throwing last error: Connect timed out. Connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false]. Endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]
2025-08-12 10:05:41.632 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Error connecting connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false] for endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]: Connect timed out
2025-08-12 10:05:41.633 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Could not connect to endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502] -- aborting request ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3] [operation ID aaad0139-abec-49de-aa94-d6ba6c7f5dfd]
2025-08-12 10:05:51.643 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Connect reached max tries 1, throwing last error: Connect timed out. Connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false]. Endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]
2025-08-12 10:05:51.644 [WARN ] [ing.ModbusSlaveConnectionFactoryImpl] - Error connecting connection TCPMasterConnection [m_Socket=Socket[unconnected], m_Timeout=3000, m_Connected=false, m_Address=/192.168.178.116, m_Port=502, m_ModbusTransport=null, m_ConnectTimeoutMillis=10000, rtuEncoded=false] for endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502]: Connect timed out
2025-08-12 10:05:51.644 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Could not connect to endpoint ModbusIPSlaveEndpoint [address=192.168.178.116, port=502] -- aborting request ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3] [operation ID f69a68dd-095f-412f-91ed-7797b4e1bf5e]
2025-08-12 10:06:57.126 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 773ff3a4-066e-4b2f-894d-3d1cb4470bbf]
2025-08-12 10:07:19.725 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:09:44.106 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:09:53.138 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:11:18.614 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:15:02.888 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:28:56.497 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:36:36.009 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 042c90f5-237f-4adc-9457-3116aebde2b9]
2025-08-12 10:38:18.221 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:39:23.166 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:57:46.263 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 10:57:46.264 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-12 10:58:43.456 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 10:59:22.859 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:00:23.865 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:02:14.350 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:05:22.903 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:08:23.591 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:12:24.788 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:13:17.255 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 2b789049-fb27-48f5-b160-379ebb14da78]
2025-08-12 11:16:23.604 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:18:42.192 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:20:24.370 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:21:23.848 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:24:27.338 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:24:33.501 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:33:23.444 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:36:22.705 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 59161374-9cc0-460f-b793-3c46a9c6ec33]
2025-08-12 11:37:20.362 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:38:55.710 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 4a7c5b17-b70f-4f23-a5f7-48a1260b40b6]
2025-08-12 11:39:33.126 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:44:43.877 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 9f00134f-bd14-4cb8-ae68-f60fbfae6b24]
2025-08-12 11:44:47.925 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID bed1414a-6cf8-4184-aec4-18b12ee55460]
2025-08-12 11:51:14.861 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:54:35.756 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 11:54:35.757 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-12 11:54:47.689 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 0f63cfb1-a665-4bfb-88d3-c069ed3ea833]
2025-08-12 11:59:20.337 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 11:59:23.717 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:00:17.726 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 479b5a44-37b3-4c3a-9435-f389aecce736]
2025-08-12 12:02:23.572 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:06:24.117 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:09:20.089 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:13:19.572 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:15:23.056 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:21:25.479 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:24:21.014 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:27:24.690 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:28:37.380 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37000, length=70, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 6d47fcd9-0206-4ce0-b0c9-434bd9dd51fc]
2025-08-12 12:31:34.930 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:38:20.231 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:38:41.121 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2025-08-12 12:38:41.124 [WARN ] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: io client disconnect
2025-08-12 12:38:41.125 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-12 12:38:41.275 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-12 12:42:20.737 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:49:04.609 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [On]  –> Manual On
2025-08-12 12:49:14.612 [WARN ] [y.internal.handler.ShellyBaseHandler] - shellypro1pm-a0dd6c9ecefc: FEHLER: Der Befehl ON für Kanal shelly:shellypro1pm:a0dd6c9ecefc:relay#output kann nicht verarbeitet werden - API Timeout for POST http://192.168.178.160/rpc
2025-08-12 12:49:14.612 [INFO ] [y.internal.handler.ShellyBaseHandler] - shellypro1pm-a0dd6c9ecefc: Restore channel value to ON
2025-08-12 12:49:43.550 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Initialized to Pump and Heatpump On
2025-08-12 12:49:46.450 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Pump and Heatpump On –> Pump On, Heatpump Standby
2025-08-12 12:54:20.184 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 12:59:55.301 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2025-08-12 12:59:55.302 [WARN ] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: io client disconnect
2025-08-12 12:59:55.303 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-12 12:59:55.400 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-12 13:02:11.577 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2025-08-12 13:02:11.578 [WARN ] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: io client disconnect
2025-08-12 13:02:11.578 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-12 13:02:11.672 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 6b...51, base URL = http://localhost:8080)
2025-08-12 13:04:59.249 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [On]  –> Manual On
2025-08-12 13:05:20.982 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Initialized to Pump and Heatpump On
2025-08-12 13:05:22.701 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Pump and Heatpump On –> Pump On, Heatpump Standby
2025-08-12 13:20:52.834 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 13:27:13.765 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [On]  –> Manual On
2025-08-12 13:27:30.132 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Initialized to Pump and Heatpump On
2025-08-12 13:27:37.343 [INFO ] [nhab.automation.script.ui.341a226b7a] - Pool Automatic: [Auto] Pump and Heatpump On –> Pump On, Heatpump Standby
2025-08-12 13:32:59.193 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID dd09d663-803c-484d-9234-a54e89d0e5d7]
2025-08-12 13:39:22.025 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 13:49:21.184 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 13:54:44.258 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 13:56:23.746 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 14:21:21.266 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 14:21:34.582 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 14:25:03.597 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 14:27:44.647 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 14:27:44.648 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: 
2025-08-12 14:28:14.295 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 14:33:19.809 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 4471630f-38fc-4d07-85d8-df7f5d6e09d6]
2025-08-12 14:42:18.794 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=32000, length=90, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID bc0867ee-4e50-4ce4-9aed-667909a7e171]
2025-08-12 14:46:30.346 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.io.monitor.internal.EventLogger@28f5a853' takes more than 5000ms.
2025-08-12 14:46:30.727 [INFO ] [b.core.io.websocket.log.LogWebSocket] - WebSocket error: java.util.concurrent.TimeoutException: Idle timeout expired: 10000/10000 ms
2025-08-12 14:48:20.239 [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-08-12 14:50:49.815 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 14:51:33.882 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 14:52:43.033 [INFO ] [b.core.io.websocket.log.LogWebSocket] - WebSocket error: <null>
2025-08-12 15:02:25.958 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: PoolAutomatic
2025-08-12 15:04:17.443 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Try 1 out of 3 failed when executing request (ModbusReadRequestBlueprint [slaveId=1, functionCode=READ_MULTIPLE_REGISTERS, start=37100, length=39, maxTries=3]). Will try again soon. Error was I/O error, so resetting the connection. Error details: net.wimpi.modbus.ModbusIOException I/O exception: SocketTimeoutException Read timed out [operation ID 48b2f503-b226-4791-89de-cf48aff1504b]
2025-08-12 15:31:34.170 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null
2025-08-12 15:40:49.323 [WARN ] [openhab.core.io.rest.auth.AuthFilter] - Unauthorized API request from 192.168.178.168: Error while processing JWT token
2025-08-12 15:41:34.169 [WARN ] [e.jetty.util.thread.QueuedThreadPool] - Stopped without executing or closing null

It looks like Jetty has some serious problems. Maybe something is hanging/lingering from the previous OH instance, causing issues. I would try rebooting the RPi, to make sure there is no such issue.

If it suddenly crashes in native code there will be a hs_err_pid.log in your openHAB user data dir explaining where it crashed.

Your OS can also kill processes when it is running out of memory. In the kernel logs you’ll then see something about “OOM killer”.

Thank you for your reply!

I restarted the system but the issue remains.

Thank you for your reply!

There is no hs_err_pid.log file in /var/lib/openhab:

openhabian@openhabian:~ $ ls -l /var/lib/openhab
total 60
drwxrwsr-x  2 openhabian openhab     4096 Jun  9 10:32 backups
drwxrwxr-x  3 openhab    openhab     4096 Jul 25 11:41 cache
-rw-rw-r--  1 openhab    openhab    10996 Jul 16 12:03 Californium3.properties
drwxrwxr-x  5 openhab    openhab     4096 Aug 12 19:11 config
drwxrwxr-x  3 openhab    openhab    12288 Aug  7 17:04 etc
drwxrwxr-x  3 openhab    openhab     4096 Jul 23 17:39 jsondb
drwxrwxr-x  2 openhab    openhab     4096 Jun 21 21:22 openhabcloud
drwxrwxr-x  1 openhab    openhabian  4096 Aug 12 19:11 persistence
drwxrwxr-x  2 openhab    openhab     4096 Jun  9 10:31 secrets
drwxr-xr-x 15 openhab    openhab     4096 Aug 12 19:11 tmp
-rw-rw-r--  1 openhab    openhab       36 Jun 21 21:22 uuid

I could not find an entry more severe than INFO in the logs by using journalctl.

journalctl | grep OOM gave not results.

I hope this was the information you were asking for.

I think it’s usually lowercase, so also try journalctl | grep oom