• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Unsolved How to Limit Data Sources options

    How-To
    5
    11
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MattFoxM
      MattFox
      last edited by

      Remove modules and restart mango. Just take caution as to which modules it is you want to remove.

      Fox

      Do not follow where the path may lead; go instead where there is no path.
      And leave a trail - Muriel Strode

      1 Reply Last reply Reply Quote 0
      • S
        shubham
        last edited by

        Thanks for the reply,

        Can you guide us how to remove the modules.

        1 Reply Last reply Reply Quote 0
        • R
          Ralf
          last edited by

          Select menu Administration/Modules

          0_1582890810865_69beda9f-e6b4-4562-a3dd-af4ad89b4cd2-image.png

          Mark the module for deletion and restart Mango.
          As MattFox said: "Just take caution as to which modules it is you want to remove."

          1 Reply Last reply Reply Quote 1
          • MattFoxM
            MattFox
            last edited by

            Thanks Ralf!

            Do not follow where the path may lead; go instead where there is no path.
            And leave a trail - Muriel Strode

            1 Reply Last reply Reply Quote 0
            • S
              shubham
              last edited by shubham

              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

              1 Reply Last reply Reply Quote 0
              • MattFoxM
                MattFox
                last edited by MattFox

                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

                Do not follow where the path may lead; go instead where there is no path.
                And leave a trail - Muriel Strode

                1 Reply Last reply Reply Quote 0
                • S
                  shubham
                  last edited by

                  Hi Mat,
                  Below are the exception is coming in log file

                   namespace '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

                  1 Reply Last reply Reply Quote 0
                  • CraigWebC
                    CraigWeb
                    last edited by

                    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 ?

                    1 Reply Last reply Reply Quote 0
                    • S
                      shubham
                      last edited by

                      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) [?:?]
                      
                      1 Reply Last reply Reply Quote 0
                      • CraigWebC
                        CraigWeb
                        last edited by

                        Please post you entire ma.log file.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post