Phoscon-GW zigbee is not running after raspberry update

Hi there. I updated my raspberry 3B + yesterday.
Since the update, my zigbee network is not running on openhab (or only sporadically)

With the coupling or definition of “deconz Thing” I keep getting the message below.

After restarting and deleting several times, it doesn’t work like it used to.
In the past, the coupling (appkey) worked immediately.

How could I clarify the cause

I have already uninstalled and reinstalled deconz software

message

2021-01-24 10:45:34.253 [WARN ] [internal.handler.DeconzBridgeHandler] - Authorisation failed

java.util.concurrent.CompletionException: org.eclipse.jetty.io.EofException

Please set „org.openhab.binding.deconz to TRACE and show what happens if you disable/enable the thingy if the API key is in the log, please replace that.

2021-01-24 12:15:00.764 [DEBUG] [internal.handler.DeconzBridgeHandler] - Start initializing!

2021-01-24 12:15:10.798 [WARN ] [internal.handler.DeconzBridgeHandler] - Authorisation failed

java.util.concurrent.CompletionException: org.eclipse.jetty.io.EofException

at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:661) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:646) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1990) ~[?:1.8.0_265]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient$1.onComplete(AsyncHttpClient.java:109) ~[?:?]

at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:198) ~[?:?]

at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:190) ~[?:?]

at org.eclipse.jetty.client.HttpReceiver.terminateResponse(HttpReceiver.java:444) ~[?:?]

at org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:527) ~[?:?]

at org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156) ~[?:?]

at org.eclipse.jetty.client.HttpSender.terminateRequest(HttpSender.java:394) ~[?:?]

at org.eclipse.jetty.client.HttpSender.abort(HttpSender.java:571) ~[?:?]

at org.eclipse.jetty.client.HttpSender.lambda$executeAbort$0(HttpSender.java:358) ~[?:?]

at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]

at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]

Caused by: org.eclipse.jetty.io.EofException

at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:283) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]

at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP$HeadersCallback.process(HttpSenderOverHTTP.java:249) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP.sendHeaders(HttpSenderOverHTTP.java:62) ~[?:?]

at org.eclipse.jetty.client.HttpSender.send(HttpSender.java:212) ~[?:?]

at org.eclipse.jetty.client.http.HttpChannelOverHTTP.send(HttpChannelOverHTTP.java:85) ~[?:?]

at org.eclipse.jetty.client.HttpChannel.send(HttpChannel.java:128) ~[?:?]

at org.eclipse.jetty.client.HttpConnection.send(HttpConnection.java:201) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP$Delegate.send(HttpConnectionOverHTTP.java:252) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.send(HttpConnectionOverHTTP.java:121) ~[?:?]

at org.eclipse.jetty.client.http.HttpDestinationOverHTTP.send(HttpDestinationOverHTTP.java:38) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:346) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:304) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:294) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:269) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:246) ~[?:?]

at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:580) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:728) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:720) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.doNetwork(AsyncHttpClient.java:103) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.post(AsyncHttpClient.java:52) ~[?:?]

at org.openhab.binding.deconz.internal.handler.DeconzBridgeHandler.requestApiKey(DeconzBridgeHandler.java:253) ~[?:?]

at org.openhab.binding.deconz.internal.handler.DeconzBridgeHandler.lambda$0(DeconzBridgeHandler.java:127) ~[?:?]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_265]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_265]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_265]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_265]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_265]

... 1 more

Caused by: java.nio.channels.ClosedByInterruptException

at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202) ~[?:1.8.0_265]

at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:508) ~[?:1.8.0_265]

at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:263) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]

at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP$HeadersCallback.process(HttpSenderOverHTTP.java:249) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP.sendHeaders(HttpSenderOverHTTP.java:62) ~[?:?]

at org.eclipse.jetty.client.HttpSender.send(HttpSender.java:212) ~[?:?]

at org.eclipse.jetty.client.http.HttpChannelOverHTTP.send(HttpChannelOverHTTP.java:85) ~[?:?]

at org.eclipse.jetty.client.HttpChannel.send(HttpChannel.java:128) ~[?:?]

at org.eclipse.jetty.client.HttpConnection.send(HttpConnection.java:201) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP$Delegate.send(HttpConnectionOverHTTP.java:252) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.send(HttpConnectionOverHTTP.java:121) ~[?:?]

at org.eclipse.jetty.client.http.HttpDestinationOverHTTP.send(HttpDestinationOverHTTP.java:38) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:346) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:304) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:294) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:269) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:246) ~[?:?]

at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:580) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:728) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:720) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.doNetwork(AsyncHttpClient.java:103) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.post(AsyncHttpClient.java:52) ~[?:?]

at org.openhab.binding.deconz.internal.handler.DeconzBridgeHandler.requestApiKey(DeconzBridgeHandler.java:253) ~[?:?]

at org.openhab.binding.deconz.internal.handler.DeconzBridgeHandler.lambda$0(DeconzBridgeHandler.java:127) ~[?:?]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_265]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_265]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_265]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_265]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_265]

... 1 more

This can only happen if you didn’t configure the API key. The method is only called if the config is empty.

2021-01-24 12:54:07.469 [DEBUG] [internal.handler.DeconzBridgeHandler] - Start initializing!

2021-01-24 12:54:17.550 [WARN ] [internal.handler.DeconzBridgeHandler] - Authorisation failed

java.util.concurrent.CompletionException: org.eclipse.jetty.io.EofException

at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:661) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:683) ~[?:1.8.0_265]

at java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2010) ~[?:1.8.0_265]

at org.openhab.binding.deconz.internal.handler.DeconzBridgeHandler.requestApiKey(DeconzBridgeHandler.java:253) ~[?:?]

at org.openhab.binding.deconz.internal.handler.DeconzBridgeHandler.lambda$0(DeconzBridgeHandler.java:127) ~[?:?]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_265]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_265]

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_265]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_265]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_265]

at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]

Caused by: org.eclipse.jetty.io.EofException

at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:283) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]

at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP$HeadersCallback.process(HttpSenderOverHTTP.java:249) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP.sendHeaders(HttpSenderOverHTTP.java:62) ~[?:?]

at org.eclipse.jetty.client.HttpSender.send(HttpSender.java:212) ~[?:?]

at org.eclipse.jetty.client.http.HttpChannelOverHTTP.send(HttpChannelOverHTTP.java:85) ~[?:?]

at org.eclipse.jetty.client.HttpChannel.send(HttpChannel.java:128) ~[?:?]

at org.eclipse.jetty.client.HttpConnection.send(HttpConnection.java:201) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP$Delegate.send(HttpConnectionOverHTTP.java:252) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.send(HttpConnectionOverHTTP.java:121) ~[?:?]

at org.eclipse.jetty.client.http.HttpDestinationOverHTTP.send(HttpDestinationOverHTTP.java:38) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:346) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:304) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:294) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:269) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:246) ~[?:?]

at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:580) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:728) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:720) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.doNetwork(AsyncHttpClient.java:103) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.post(AsyncHttpClient.java:52) ~[?:?]

... 8 more

Caused by: java.nio.channels.ClosedByInterruptException

at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202) ~[?:1.8.0_265]

at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:508) ~[?:1.8.0_265]

at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:263) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[?:?]

at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[?:?]

at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP$HeadersCallback.process(HttpSenderOverHTTP.java:249) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[?:?]

at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[?:?]

at org.eclipse.jetty.client.http.HttpSenderOverHTTP.sendHeaders(HttpSenderOverHTTP.java:62) ~[?:?]

at org.eclipse.jetty.client.HttpSender.send(HttpSender.java:212) ~[?:?]

at org.eclipse.jetty.client.http.HttpChannelOverHTTP.send(HttpChannelOverHTTP.java:85) ~[?:?]

at org.eclipse.jetty.client.HttpChannel.send(HttpChannel.java:128) ~[?:?]

at org.eclipse.jetty.client.HttpConnection.send(HttpConnection.java:201) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP$Delegate.send(HttpConnectionOverHTTP.java:252) ~[?:?]

at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.send(HttpConnectionOverHTTP.java:121) ~[?:?]

at org.eclipse.jetty.client.http.HttpDestinationOverHTTP.send(HttpDestinationOverHTTP.java:38) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:346) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.process(HttpDestination.java:304) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:294) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:269) ~[?:?]

at org.eclipse.jetty.client.HttpDestination.send(HttpDestination.java:246) ~[?:?]

at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:580) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:728) ~[?:?]

at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:720) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.doNetwork(AsyncHttpClient.java:103) ~[?:?]

at org.openhab.binding.deconz.internal.netutils.AsyncHttpClient.post(AsyncHttpClient.java:52) ~[?:?]

... 8 more

I deleted deconz thing
restart openhab
add manually deconz

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