• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. MattFox
    3. Topics

    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
    Offline
    • Profile
    • Following 1
    • Followers 12
    • Topics 63
    • Posts 1,283
    • Groups 0

    Topics

    • MattFoxM

      How to create and save Json Data in the JSON Store via a global script

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      1
      1 Votes
      1 Posts
      634 Views
      No one has replied
    • MattFoxM

      Making a module for alternative url path other than UI

      Watching Ignoring Scheduled Pinned Locked Moved User help
      6
      0 Votes
      6 Posts
      2k Views
      MattFoxM
      @terrypacker Fantastic, thanks Terry! Looks like I'm on the right track! Thanks I'll give it a go! Fox
    • MattFoxM

      Cannot build with maven for custom module

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      6
      2 Votes
      6 Posts
      1k Views
      MattFoxM
      @MattFox Good news, was able to implement my own proxy server and direct all https traffic through it. Now can get on and finish what I started! Have a great weekend all! Fox
    • MattFoxM

      Use Nginx with mango as an SSL reverse proxy

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      3
      1 Votes
      3 Posts
      2k Views
      MattFoxM
      @tungthanh500 sounds websocket related, can you look at the console and see what errors appear when you try to do the steps you mentioned before? Fox
    • MattFoxM

      Mango forum not sending notifications

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      1
      0 Votes
      1 Posts
      856 Views
      No one has replied
    • MattFoxM

      Import Config Status hangs when not used in browser

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      1
      0 Votes
      1 Posts
      560 Views
      No one has replied
    • MattFoxM

      Thread Pool sizes

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      940 Views
      MattFoxM
      Thanks Terry, Ill take up your suggestion of using internal points to gain more insight into our system's behaviour. Hopefully from here I can better tune our system.... Fox
    • MattFoxM

      ERROR 2021-02-16T12:05:19,645 [main] - java.io.EOFException

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      283 Views
      No one has replied
    • MattFoxM

      javax.mail.MessagingException: Could not convert socket to TLS

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      3
      0 Votes
      3 Posts
      3k Views
      MattFoxM
      Ah good idea man, mondays... EDIT: 220 smtp.gmail.com ESMTP x15sm16801291pfa.80 - gsmtp I get the feeling this is JDK related...
    • MattFoxM

      User log in from different locations causes dashboard to go blank

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      1
      0 Votes
      1 Posts
      605 Views
      No one has replied
    • MattFoxM

      3.77 MangoTcp datasource

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      2
      0 Votes
      2 Posts
      821 Views
      MattFoxM
      Happened again today. Had a customer call to say they couldn't see their live data or control information. Need this fixed guys. Fox
    • MattFoxM

      [IAS TSDB Backdate Poster] - The backdate poster ran without inserting, , queue size: 73

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      4
      0 Votes
      4 Posts
      2k Views
      Jared WiltshireJ
      @MattFox What it means is this: The mangoNoSql module (IasTsdb) is trying to insert backdated values (that is values with timestamps which are older than those already contained in the series and saved to disk) This is an expensive operation as it must rewrite the entire shard. The TSDB queues the values in memory and tries to write them all out to the shard asynchronously. Sometimes when this "backdate poster" thread tries to write the backdated values out the shard is already locked (due to a data source writing current values to the shard), resulting in messages like this.
    • MattFoxM

      Problem with userModule caching

      Watching Ignoring Scheduled Pinned Locked Moved User help
      2
      0 Votes
      2 Posts
      704 Views
      MattFoxM
      have solved by using NGINX to overwrite the headers and thus help force clear the cache
    • MattFoxM

      3.77 virtual serial datasources don't allow connections after mango restart.

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      1
      0 Votes
      1 Posts
      546 Views
      No one has replied
    • MattFoxM

      3.7.7 purge datapoints forbidden

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      1
      0 Votes
      1 Posts
      499 Views
      No one has replied
    • MattFoxM

      Increase mangoAPI "Availability"

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      1k Views
      MattFoxM
      Still no better
    • MattFoxM

      Datafile datasource saving => 422 (Unprocessable Entity)

      Watching Ignoring Scheduled Pinned Locked Moved User help
      13
      0 Votes
      13 Posts
      3k Views
      MattFoxM
      Cripes Id love to but we are talking five thousand plus points here. Thanks so much for digging deeper
    • MattFoxM

      java.nio.file.NoSuchFileException: /mysql/datadir

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      8
      0 Votes
      8 Posts
      2k Views
      terrypackerT
      @cmusselm Sorry guys, there is no way to disable it without disabling all disk usage monitoring using the property: internal.monitor.diskUsage.enabled=false
    • MattFoxM

      Modbus Serial missing configuration options

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      13
      0 Votes
      13 Posts
      2k Views
      danD
      I've used Moxa MB3180 RS485 to Ethernet converters quite successfully with Mango instances if that's of any help. You setup a MODBUS/TCP data source to the Moxa, then plug your RS485 serial into that.