-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OH3 tr064 binding stuck in OOM #9745
Comments
What makes you think it's related to the TR064 binding? To me it looks that something else went wrong. There is a timeout (which will be fixed with #9693,but I doubt that is the cuase of your other problems. |
See log. tr064 Phonebook error thereafter the journey starts. I can only react of what i see. Before tr064 all would be fine. |
I don't think so. It's a timeout. I had some in the past (and so did others) but it never resulted in the JAXRs errors you see. I guess it's something in your rules. ` |
There is a little bit more as you can see. If you read down the line you will find many http entrys. I don't have a rules which make a connection to http page. Every http requests happens in openhab itself. I will investigate in this more. But it can't be a rule. I delete only loginfos in my rules before. I modify my telegram rule also which sends a new message. I don't use a complete new rule. If you think that this is not tr064 related maybe there are two issues. I will investigate in this. Thanks for your help. |
These are the ones you should look at. IMO it's related to rules (maybe the DSL implementation or an UI issue). |
Raspi 3b manual installation Java 11 Zulu
I don't have any problems before i start to developing some rules. Then Phonebook will show in logs and ItemUpdater messeages will show up. Other messages will comes up to. This will take more and more and more over time and after a time OH3 slow down and memory is full.
2021-01-08 15:37:09.677 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'schlafzimmer.rules' 2021-01-08 15:37:15.942 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'schlafzimmer.rules' 2021-01-08 15:41:27.220 [INFO ] [penhab.core.model.script.SZSteckdose] - Timer gestartet 10 2021-01-08 15:45:27.028 [INFO ] [penhab.core.model.script.SZSteckdose] - Timer off Steckdose aus 2021-01-08 15:46:47.997 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'office.rules' 2021-01-08 15:47:12.517 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'office.rules' 2021-01-08 15:51:27.241 [INFO ] [penhab.core.model.script.SZSteckdose] - Timer off Steckdose aus 2021-01-08 15:51:34.982 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'badzimmer.rules' 2021-01-08 15:51:42.585 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'badzimmer.rules' 2021-01-08 15:54:57.426 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'battery.rules' 2021-01-08 15:55:02.726 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'battery.rules' 2021-01-08 15:56:36.638 [WARN ] [e.internal.SseItemStatesEventBuilder] - Exception while formatting value '8600 %' of item SZFensterContBatt with format '%s %': Conversion = '%' 2021-01-08 15:59:35.943 [WARN ] [nternal.phonebook.Tr064PhonebookImpl] - Failed to get phonebook with URL https://192.168.179.1:49443/phonebook.lua?sid=50c7d0d0e3f04be1&pbid=1: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed at org.eclipse.jetty.client.TimeoutCompleteListener.onTimeoutExpired(TimeoutCompleteListener.java:51) ~[?:?] at org.eclipse.jetty.io.CyclicTimeout$Wakeup.run(CyclicTimeout.java:282) ~[?:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:834) [?:?] 2021-01-08 16:00:16.918 [INFO ] [org.openhab.core.model.script.LVRPIR] - 10 Min Timer Set 2021-01-08 16:29:42.620 [WARN ] [ding.tr064.internal.Tr064RootHandler] - Failed to get phonebook with index 0: org.openhab.binding.tr064.internal.Tr064CommunicationException: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed at org.openhab.binding.tr064.internal.soap.SOAPConnector.doSOAPRequest(SOAPConnector.java:161) ~[bundleFile:?] at org.openhab.binding.tr064.internal.Tr064RootHandler.lambda$20(Tr064RootHandler.java:328) [bundleFile:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) [?:?] at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) [?:?] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) [?:?] at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) [?:?] at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) [?:?] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) [?:?] at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) [?:?] at org.openhab.binding.tr064.internal.Tr064RootHandler.processPhonebookList(Tr064RootHandler.java:336) [bundleFile:?] at org.openhab.binding.tr064.internal.Tr064RootHandler.lambda$26(Tr064RootHandler.java:351) [bundleFile:?] at java.util.Optional.map(Optional.java:265) [?:?] at org.openhab.binding.tr064.internal.Tr064RootHandler.retrievePhonebooks(Tr064RootHandler.java:349) [bundleFile:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:834) [?:?] Caused by: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed at org.eclipse.jetty.client.TimeoutCompleteListener.onTimeoutExpired(TimeoutCompleteListener.java:51) ~[?:?] at org.eclipse.jetty.io.CyclicTimeout$Wakeup.run(CyclicTimeout.java:282) ~[?:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?] ... 3 more 2021-01-08 16:33:25.931 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:33:30.049 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:35:18.078 [INFO ] [org.openhab.core.model.script.Tanken] - 1.269 2021-01-08 16:38:12.855 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.internal.items.ItemUpdater@1d12a29' takes more than 5000ms. 2021-01-08 16:43:59.970 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.internal.items.ItemUpdater@1d12a29' takes more than 5000ms. 2021-01-08 16:48:46.840 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:48:57.340 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'telegram.rules', using it anyway: The value of the local variable aviaXpressMin is not used The value of the local variable shellMeineMin is not used The value of the local variable starWendenMin is not used 2021-01-08 16:48:58.724 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:49:02.878 [INFO ] [el.core.internal.ModelRepositoryImpl] - Validation issues found in configuration model 'telegram.rules', using it anyway: The value of the local variable aviaXpressMin is not used The value of the local variable shellMeineMin is not used The value of the local variable starWendenMin is not used 2021-01-08 16:49:24.906 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:49:29.532 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:50:30.952 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:50:34.957 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:50:47.037 [ERROR] [internal.handler.ScriptActionHandler] - Script execution of rule with UID 'telegram-1' failed: An error occurred during the script execution: null in telegram 2021-01-08 16:51:28.299 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:51:32.246 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:53:06.410 [INFO ] [org.openhab.core.model.script.LVRPIR] - 10 Min Timer Set 2021-01-08 16:59:23.675 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 16:59:34.039 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:02:12.349 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.internal.items.ItemUpdater@1d12a29' takes more than 5000ms. 2021-01-08 17:03:14.199 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:03:24.563 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:06:11.399 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:06:21.877 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:09:26.793 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:09:36.031 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.internal.items.ItemUpdater@1d12a29' takes more than 5000ms. 2021-01-08 17:09:37.217 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:10:05.909 [WARN ] [gram.internal.action.TelegramActions] - Failed to send telegram message: Bad Request: can't parse entities: Unsupported start tag "table" at byte offset 0 2021-01-08 17:10:06.034 [WARN ] [gram.internal.action.TelegramActions] - Failed to send telegram message: Bad Request: can't parse entities: Unsupported start tag "table" at byte offset 0 2021-01-08 17:11:35.546 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.internal.items.ItemUpdater@1d12a29' takes more than 5000ms. 2021-01-08 17:12:54.212 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:12:58.030 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:13:48.070 [INFO ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=wanTotalBytesReceived, getAction=GetTotalBytesReceived, dataType='ui4, parameter='null'}: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed 2021-01-08 17:15:28.109 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:15:37.878 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:17:40.096 [INFO ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=wanPppIpAddress, getAction=GetInfo, dataType='string, parameter='null'}: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed 2021-01-08 17:18:40.276 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.io.monitor.internal.EventLogger@18d7b95' takes more than 5000ms. 2021-01-08 17:27:08.814 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:27:14.420 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:27:54.977 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:27:59.480 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:28:10.433 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:28:19.916 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:28:30.483 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:29:35.382 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:29:39.894 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:31:11.494 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:31:18.382 [INFO ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=wanAccessType, getAction=GetCommonLinkProperties, dataType='string, parameter='null'}: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed 2021-01-08 17:31:23.004 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:32:10.457 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:32:15.323 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'telegram.rules' 2021-01-08 17:33:31.041 [INFO ] [ng.tr064.internal.soap.SOAPConnector] - Failed to get Tr064ChannelConfig{channelType=wanTotalBytesReceived, getAction=GetTotalBytesReceived, dataType='ui4, parameter='null'}: java.util.concurrent.TimeoutException: Total timeout 2000 ms elapsed 2021-01-08 17:46:47.085 [ERROR] [rg.apache.cxf.jaxrs.utils.JAXRSUtils] - Problem with writing the data, class org.openhab.core.io.rest.Stream2JSONInputStream, ContentType: application/json 2021-01-08 17:46:47.096 [WARN ] [ache.cxf.phase.PhaseInterceptorChain] - Interceptor for {http://internal.id.core.openhab.org/}UUIDResource has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Closed at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleWriteException(JAXRSOutInterceptor.java:396) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:272) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleWriteException(JAXRSOutInterceptor.java:398) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:272) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.processResponse(JAXRSOutInterceptor.java:122) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleMessage(JAXRSOutInterceptor.java:84) ~[bundleFile:1.0.9] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) [bundleFile:1.0.9] at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:90) [bundleFile:1.0.9] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) [bundleFile:1.0.9] at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) [bundleFile:1.0.9] at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:216) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:301) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:225) [bundleFile:1.0.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [bundleFile:3.1.0] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:276) [bundleFile:1.0.9] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813] at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813] at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813] at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813] 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:834) [?:?] Caused by: org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:492) ~[bundleFile:9.4.20.v20190813] at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:51) ~[bundleFile:1.0.9] at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:60) ~[bundleFile:1.0.9] at org.openhab.core.io.rest.core.internal.GsonMessageBodyWriter.writeTo(GsonMessageBodyWriter.java:84) ~[?:?] at org.openhab.core.io.rest.core.internal.MediaTypeExtension.writeTo(MediaTypeExtension.java:84) ~[?:?] at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1451) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:246) ~[bundleFile:1.0.9] ... 50 more 2021-01-08 17:46:50.755 [ERROR] [rg.apache.cxf.jaxrs.utils.JAXRSUtils] - Problem with writing the data, class org.openhab.core.io.rest.Stream2JSONInputStream, ContentType: application/json 2021-01-08 17:46:50.763 [WARN ] [ache.cxf.phase.PhaseInterceptorChain] - Interceptor for {http://internal.id.core.openhab.org/}UUIDResource has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Closed at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleWriteException(JAXRSOutInterceptor.java:396) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:272) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleWriteException(JAXRSOutInterceptor.java:398) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:272) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.processResponse(JAXRSOutInterceptor.java:122) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleMessage(JAXRSOutInterceptor.java:84) ~[bundleFile:1.0.9] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) [bundleFile:1.0.9] at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:90) [bundleFile:1.0.9] at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) [bundleFile:1.0.9] at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) [bundleFile:1.0.9] at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:216) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:301) [bundleFile:1.0.9] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:225) [bundleFile:1.0.9] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [bundleFile:3.1.0] at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:276) [bundleFile:1.0.9] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813] at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813] at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813] at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813] 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:834) [?:?] Caused by: org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:492) ~[bundleFile:9.4.20.v20190813] at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:51) ~[bundleFile:1.0.9] at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:60) ~[bundleFile:1.0.9] at org.openhab.core.io.rest.core.internal.GsonMessageBodyWriter.writeTo(GsonMessageBodyWriter.java:84) ~[?:?] at org.openhab.core.io.rest.core.internal.MediaTypeExtension.writeTo(MediaTypeExtension.java:84) ~[?:?] at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1451) ~[bundleFile:1.0.9] at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:246) ~[bundleFile:1.0.9] ... 50 more 2021-01-08 17:50:18.113 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching event to subscriber 'org.openhab.core.internal.items.ItemUpdater@1d12a29' takes more than 5000ms.
The text was updated successfully, but these errors were encountered: