Unsolved How to Limit Data Sources options
-
How can we reduce the datasource types.
We are referring this url:- http://172.30.66.119:8080/ui/administration/data-sources/ -
Remove modules and restart mango. Just take caution as to which modules it is you want to remove.
Fox
-
Thanks for the reply,
Can you guide us how to remove the modules.
-
Select menu Administration/Modules
Mark the module for deletion and restart Mango.
As MattFox said: "Just take caution as to which modules it is you want to remove." -
Thanks Ralf!
-
Hi Ralf and Matt,
From modules option i marked my Log4j Data source to delete and clicked on restart mango button.
After that i am not able to access mango UI it seems like application stopped and not started.
Thanks
Shubham Rajvanshi -
Log4j is the logging system used by Datasources, it's not a datasource itself.Usually the modules show their dependencies. If not, go to store.infiniteautomation.com and look at download modules. They tell you what they need to work.
Edit: Sorry I misread the note. Looks like something has not agreed. Check inside /opt/mango/logs/ma.log and see what the error is that's causing your mango instance not to load.
Fox
-
Hi Mat,
Below are the exception is coming in log filenamespace 'restV2DispatcherServlet-servlet' WARN 2020-03-03T07:36:29,074 (org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.failed:455) - java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.websocket.common.io.FrameFlusher.enqueue(FrameFlusher.java:109) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:582) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.AbstractExtension.nextOutgoingFrame(AbstractExtension.java:155) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension.nextOutgoingFrame(PerMessageDeflateExtension.java:123) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.access$1100(CompressExtension.java:44) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.compress(CompressExtension.java:591) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.deflate(CompressExtension.java:488) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.process(CompressExtension.java:468) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.outgoingFrame(CompressExtension.java:244) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack$Flusher.process(ExtensionStack.java:400) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:277) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketSession.outgoingFrame(WebSocketSession.java:355) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.uncheckedSendFrame(WebSocketRemoteEndpoint.java:306) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:240) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendStringByFuture(WebSocketRemoteEndpoint.java:403) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendStringMessageAsync(MangoWebSocketHandler.java:138) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendMessage(MangoWebSocketHandler.java:99) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler.sendMessage(EventsWebSocketHandler.java:123) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler$EventsWebSocketListener.returnToNormal(EventsWebSocketHandler.java:209) ~[?:?] at com.serotonin.m2m2.rt.event.UserEventMulticaster.returnToNormal(UserEventMulticaster.java:162) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.EventManagerImpl$EventNotifyWorkItem.execute(EventManagerImpl.java:1121) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl$WorkItemRunnable.run(BackgroundProcessingImpl.java:671) ~[mango-3.7.4.jar:?] 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:830) [?:?] WARN 2020-03-03T07:36:34,138 (com.infiniteautomation.mango.rest.v2.ServerRestV2Controller.postClientError:428) - Client error [user=shubham, cause=Possibly unhandled rejection: {"code":"E_MISSING_MESSAGE","path":"dsEdit.egaugePoint"}, location=http://172.30.66.119:8080/ui/data-point-details/, userAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36, language=en-US, date=2020-03-03T13:07:25.701+05:30, timezone=Asia/Calcutta] Error: E_MISSING_MESSAGE: Missing required message content `dsEdit.egaugePoint`. at r (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:61:427) at a (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:61:583) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:117:14615) at Function.t.messageFormatter.t.messageFormatter (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:117:14703) at Function.trSync (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:72:109051) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:72:108351) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:94777) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:94915) at c.$digest (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:100341) at c.$apply (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:102518) WARN 2020-03-03T07:37:49,795 (org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.failed:455) - java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.websocket.common.io.FrameFlusher.enqueue(FrameFlusher.java:109) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:582) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.AbstractExtension.nextOutgoingFrame(AbstractExtension.java:155) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension.nextOutgoingFrame(PerMessageDeflateExtension.java:123) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.access$1100(CompressExtension.java:44) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.compress(CompressExtension.java:591) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.deflate(CompressExtension.java:488) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.process(CompressExtension.java:468) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.outgoingFrame(CompressExtension.java:244) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack$Flusher.process(ExtensionStack.java:400) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:277) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketSession.outgoingFrame(WebSocketSession.java:355) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.uncheckedSendFrame(WebSocketRemoteEndpoint.java:306) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:240) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendStringByFuture(WebSocketRemoteEndpoint.java:403) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendStringMessageAsync(MangoWebSocketHandler.java:138) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendMessage(MangoWebSocketHandler.java:99) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler.sendMessage(EventsWebSocketHandler.java:123) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler$EventsWebSocketListener.returnToNormal(EventsWebSocketHandler.java:209) ~[?:?] at com.serotonin.m2m2.rt.event.UserEventMulticaster.returnToNormal(UserEventMulticaster.java:162) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.EventManagerImpl$EventNotifyWorkItem.execute(EventManagerImpl.java:1121) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl$WorkItemRunnable.run(BackgroundProcessingImpl.java:671) ~[mango-3.7.4.jar:?] 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:830) [?:?] WARN 2020-03-03T08:52:21,510 (org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.failed:455) - java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.websocket.common.io.FrameFlusher.enqueue(FrameFlusher.java:109) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:582) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.AbstractExtension.nextOutgoingFrame(AbstractExtension.java:155) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension.nextOutgoingFrame(PerMessageDeflateExtension.java:123) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.access$1100(CompressExtension.java:44) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.compress(CompressExtension.java:591) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.deflate(CompressExtension.java:488) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.process(CompressExtension.java:468) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.outgoingFrame(CompressExtension.java:244) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack$Flusher.process(ExtensionStack.java:400) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:277) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketSession.outgoingFrame(WebSocketSession.java:355) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.uncheckedSendFrame(WebSocketRemoteEndpoint.java:306) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:240) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendStringByFuture(WebSocketRemoteEndpoint.java:403) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendStringMessageAsync(MangoWebSocketHandler.java:138) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendMessage(MangoWebSocketHandler.java:99) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler.sendMessage(EventsWebSocketHandler.java:123) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler$EventsWebSocketListener.returnToNormal(EventsWebSocketHandler.java:209) ~[?:?] at com.serotonin.m2m2.rt.EventManagerImpl$EventNotifyWorkItem.execute(EventManagerImpl.java:1132) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl$WorkItemRunnable.run(BackgroundProcessingImpl.java:671) ~[mango-3.7.4.jar:?] 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:830) [?:?]
Thanks
Shubham -
Hi shubhamthe log4J data source is not required to run mango. Those warnings are just websockets that have closed. This should not prevent you from logging in. What happens when you go to url: http://172.30.66.119:8080/ui/login ?
-
Hi Creig,
After that mango application become unreachable, login page also to coming.
below is the error also present in log file.Error: E_MISSING_MESSAGE: Missing required message content `dsEdit.egaugePoint`. at r (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:61:427) at a (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:61:583) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:117:14615) at Function.t.messageFormatter.t.messageFormatter (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:117:14703) at Function.trSync (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:72:109051) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:72:108351) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:94777) at null (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:94915) at c.$digest (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:100341) at c.$apply (http://172.30.66.119:8080/ui/mangoUi~ngMango~ngMangoServices.js?v=eb9217569c6ceceefbda:78:102518) WARN 2020-03-03T07:37:49,795 (org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.failed:455) - java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.websocket.common.io.FrameFlusher.enqueue(FrameFlusher.java:109) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:582) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.AbstractExtension.nextOutgoingFrame(AbstractExtension.java:155) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension.nextOutgoingFrame(PerMessageDeflateExtension.java:123) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.access$1100(CompressExtension.java:44) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.compress(CompressExtension.java:591) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.deflate(CompressExtension.java:488) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension$Flusher.process(CompressExtension.java:468) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.outgoingFrame(CompressExtension.java:244) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack$Flusher.process(ExtensionStack.java:400) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[jetty-util-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:277) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketSession.outgoingFrame(WebSocketSession.java:355) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.uncheckedSendFrame(WebSocketRemoteEndpoint.java:306) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:240) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendStringByFuture(WebSocketRemoteEndpoint.java:403) ~[websocket-common-9.4.23.v20191118.jar:9.4.23.v20191118] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendStringMessageAsync(MangoWebSocketHandler.java:138) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.MangoWebSocketHandler.sendMessage(MangoWebSocketHandler.java:99) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler.sendMessage(EventsWebSocketHandler.java:123) ~[?:?] at com.serotonin.m2m2.web.mvc.rest.v1.websockets.events.EventsWebSocketHandler$EventsWebSocketListener.returnToNormal(EventsWebSocketHandler.java:209) ~[?:?] at com.serotonin.m2m2.rt.event.UserEventMulticaster.returnToNormal(UserEventMulticaster.java:162) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.EventManagerImpl$EventNotifyWorkItem.execute(EventManagerImpl.java:1121) ~[mango-3.7.4.jar:?] at com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl$WorkItemRunnable.run(BackgroundProcessingImpl.java:671) ~[mango-3.7.4.jar:?] 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:830) [?:?]
-
Please post you entire ma.log file.