[.transport.servlet.ServletController] - Can't find the request for http://localhost:8080/'s Observer

I have recently moved my system to another host. I use openhab in a docker container.
Since then, I have the following Warning message in my logs every 5 minutes. I post the messages before, they probably are also important.

I have no clue what it means and where it comes from. Any info would be helpful.

2023-09-18 17:30:52.190 [INFO ] [.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to '192.168.103.44' with clientid OpenHAB
2023-09-18 17:30:57.500 [INFO ] [ab.ui.habpanel.internal.HABPanelTile] - Stopped HABPanel
2023-09-18 17:30:57.513 [INFO ] [.influxdb.InfluxDBPersistenceService] - InfluxDB persistence service stopped.
2023-09-18 17:30:57.546 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI
2023-09-18 17:30:58.048 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2023-09-18 17:30:58.057 [WARN ] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: io client disconnect
2023-09-18 17:30:58.058 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = cb...f5, base URL = http://localhost:8080)
2023-09-18 17:30:58.172 [WARN ] [ROOT                                ] - bundle org.openhab.ui.habot:4.0.3 (312) BundleComponentActivator is not active; not scheduling>
2023-09-18 17:30:58.181 [INFO ] [hab.ui.habot.tile.internal.HABotTile] - Stopped HABot
2023-09-18 17:31:01.728 [WARN ] [org.eclipse.jetty.io.ManagedSelector] - java.nio.channels.ClosedSelectorException
2023-09-18 17:33:12.201 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://192.168.103.44:8091/'s Observer
2023-09-18 17:33:12.486 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://192.168.103.44:8091/favicon.ico's Observer
2023-09-18 17:33:47.020 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://localhost:8080/'s Observer
2023-09-18 17:38:47.285 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://localhost:8080/'s Observer
2023-09-18 17:43:47.600 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://localhost:8080/'s Observer
2023-09-18 17:48:47.784 [WARN ] [.transport.servlet.ServletController] - Can't find the request for http://localhost:8080/'s Observer

I sometimes see that when I’ve restarted OH and I have a browser somewhere open with MainUI up and MainUI, as it does, periodically makes calls to OH for updated information.

I only see these at startup of OH though when MainUI hits something that hasn’t yet become ready after the OH server start.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.