[io.openhabcloud.internal.CloudClient] - Jetty request 13652917 failed: null

Since a couple of weeks, I see a lot of warnings and error like below.

I already saw some posts which were pointing to the apps, but I don’t use them. I only use the url (https://home.myopenhab.org/basicui/app) and have a shortcut on my homescreen

It’s not that the logs appear when I open this page, can’t realy pinpoint when this happens

2019-04-15 23:29:25.913 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652911 failed: null
2019-04-15 23:29:25.916 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:31.951 [ERROR] [io.openhabcloud.internal.CloudClient] - null
2019-04-15 23:29:31.957 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652915 failed: null
2019-04-15 23:29:31.961 [WARN ] [io.openhabcloud.internal.CloudClient] - Request Failure: null
2019-04-15 23:29:31.963 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:31.971 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652917 failed: null
2019-04-15 23:29:31.973 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:31.980 [ERROR] [io.openhabcloud.internal.CloudClient] - null
2019-04-15 23:29:31.985 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652919 failed: null
2019-04-15 23:29:31.991 [WARN ] [io.openhabcloud.internal.CloudClient] - Request Failure: null
2019-04-15 23:29:31.994 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:32.011 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652922 failed: null
2019-04-15 23:29:32.015 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:32.023 [ERROR] [io.openhabcloud.internal.CloudClient] - null
2019-04-15 23:29:32.025 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652923 failed: null
2019-04-15 23:29:32.029 [WARN ] [io.openhabcloud.internal.CloudClient] - Request Failure: null
2019-04-15 23:29:32.031 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:32.044 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652924 failed: null
2019-04-15 23:29:32.055 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-04-15 23:29:32.879 [ERROR] [io.openhabcloud.internal.CloudClient] - null
2019-04-15 23:29:32.883 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 13652925 failed: null
2019-04-15 23:29:32.885 [WARN ] [io.openhabcloud.internal.CloudClient] - Request Failure: null
2019-04-15 23:29:32.886 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
1 Like

me too, only when i use the app on my iphone

2019-04-25 18:25:32.569 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 12097431 failed: null

2019-04-25 18:25:32.573 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null

Old issue, please use the search function first before asking:

Well, an old issue, but not solved yet. Although things work well despite of that warnings it is very annoying having them in the logfile. Is there at least a possibility to switch off the warnings, i.e. to set the log level to ERROR? I don’t know which name I have to use in the org.ops4j.pax.logging.cfg file, similar to the standard entry like for example

log4j2.logger.openhab.name = org.openhab
log4j2.logger.openhab.level = INFO

I aprecciate every hint.

1 Like

Which OS???
You could try:

https://github.com/openhab/openhab2-addons/issues/1782#issuecomment-530029648

I haven’t seen this error message since month (on current 2.5 snapshots)

I run OH 2.4.0 on my Synology DS216+. Unfortunately, there is still no M2.5 snapshot available at the moment. At least, I couldn’t find any. The hint with the :443 port I tried already, but no success. Seems I have to wait until 2.5 is available for synology.

any luck ? i am seeing this allot …

I hadn’t seen this post, but fwiw I just posted a similar issue using iOS App to connect to the openhabcloud. My 2.5M5 installation is a Docker, not Synology. I was finally able to remotely connect, but just get these warnings in the log.

My story behind is, that I had a very slow and unstable OH, getting slower and slower. The reason was my influx installation. Although I had only a few data to persist influx used more then 80% of CPU and RAM!!! I will post this in detail in another thread. I uninstalled influx and now everything works fine. But the issue with iOS changed a little bit since that time. Jetty request failure doesn’t occur anymore, therefore each time I connect to OH cloud I get the following:


019-12-13 05:39:01.846 [ERROR] [org.openhab.io.openhabcloud.internal.CloudClient                      ] - Socket.IO error: {}
io.socket.engineio.client.EngineIOException: websocket error
	at io.socket.engineio.client.Transport.onError(Transport.java:71) [232:org.openhab.io.openhabcloud:2.4.0]
	at io.socket.engineio.client.transports.WebSocket.access$500(WebSocket.java:28) [232:org.openhab.io.openhabcloud:2.4.0]
	at io.socket.engineio.client.transports.WebSocket$2$5.run(WebSocket.java:150) [232:org.openhab.io.openhabcloud:2.4.0]
	at io.socket.thread.EventThread$2.run(EventThread.java:80) [232:org.openhab.io.openhabcloud:2.4.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
	at java.lang.Thread.run(Thread.java:748) [?:?]
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:210) ~[?:?]
	at java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:?]
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) ~[?:?]
	at sun.security.ssl.InputRecord.read(InputRecord.java:503) ~[?:?]
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983) ~[?:?]
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940) ~[?:?]
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) ~[?:?]
	at okio.Okio$2.read(Okio.java:138) ~[?:?]
	at okio.AsyncTimeout$2.read(AsyncTimeout.java:238) ~[?:?]
	at okio.RealBufferedSource.request(RealBufferedSource.java:66) ~[?:?]
	at okio.RealBufferedSource.require(RealBufferedSource.java:59) ~[?:?]
	at okio.RealBufferedSource.readByte(RealBufferedSource.java:72) ~[?:?]
	at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:115) ~[?:?]
	at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:104) ~[?:?]
	at okhttp3.internal.ws.RealWebSocket.readMessage(RealWebSocket.java:97) ~[?:?]
	at okhttp3.ws.WebSocketCall.createWebSocket(WebSocketCall.java:152) ~[?:?]
	at okhttp3.ws.WebSocketCall.access$000(WebSocketCall.java:41) ~[?:?]
	at okhttp3.ws.WebSocketCall$1.onResponse(WebSocketCall.java:97) ~[?:?]
	at okhttp3.RealCall$AsyncCall.execute(RealCall.java:126) ~[?:?]
	at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) ~[?:?]
	... 3 more
2019-12-13 05:39:01.898 [INFO ] [org.openhab.io.openhabcloud.internal.CloudClient                      ] - Disconnected from the openHAB Cloud service (UUID = *******, base URL = http://localhost:8080)
2019-12-13 05:39:05.873 [INFO ] [org.openhab.io.openhabcloud.internal.CloudClient                      ] - Connected to the openHAB Cloud service (UUID = *****, base URL = http://localhost:8080)

Not really a problem, but rather annoying.

Hi Ulrich

Thank you for sharing

i am encountering the same issue

i have installed grafana and influxdb on another pi

Please could you tell me, How did you migrate your existing DB?