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.

  • Date in the HTTP Response

    3
    0 Votes
    3 Posts
    2k Views
    terrypackerT
    satblip, We do not use a jetty.xml file and have only exposed the configuration options that are found in the env.properties file. It would be possible to write a custom Module that could add headers to all HTTP responses, otherwise this would require a change to the core code and could be included in a future release. Terry
  • 0 Votes
    2 Posts
    4k Views
    K
    I was previously able to get MA up and running, however when I tried to do a fresh install, I got this error. I'm using Ubuntu 14.04, and am trying to initialize Mango by running ma-start.sh. I have Oracle JDK installed: java version "1.8.0_20" Java(TM) SE Runtime Environment (build 1.8.0_20-b26) Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode) ERROR 2014-09-09 11:14:12,355 (com.serotonin.m2m2.Lifecycle.terminate:360) - com.serotonin.provider.InputStreamEPollProvider ERROR 2014-09-09 11:14:12,357 (com.serotonin.m2m2.Lifecycle.terminate:368) - com.serotonin.provider.ProcessEPollProvider ERROR 2014-09-09 11:14:12,359 (com.serotonin.m2m2.Main.main:111) - Error during initialization java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform! at java.awt.Desktop.checkActionSupport(Desktop.java:225) at java.awt.Desktop.browse(Desktop.java:381) at com.serotonin.m2m2.Lifecycle.initialize(Lifecycle.java:183) at com.serotonin.m2m2.Main.main(Main.java:106)
  • DGLux error

    7
    0 Votes
    7 Posts
    5k Views
    S
    Can you contact me?? :!:
  • Newbi problems

    9
    0 Votes
    9 Posts
    6k Views
    jeremyhJ
    The SMA doc uses words I think. U32 means unsigned four byte in mango S16 means signed two byte Etc
  • MA-START

    3
    0 Votes
    3 Posts
    3k Views
    JoelHaggarJ
    It means there is an error in the start up process. Could be a port conflict, cant' find your JAVA_HOME environmental variable or a database connection issue. If you open the terminal from the start menu: search for CMD on the start menu > right click and run as administrator. Then CD <your mango install folder> now you can type ma-start.bat and if it errors it won't close so you can see the error in the terminal. You can copy and past if here if you can't figure out what is causing it. You can also look in your /logs/ma.log file and it should contain the error from the last start up attempt. Joe.
  • Mango M2M 2.2.2 Postgresql Issue

    6
    0 Votes
    6 Posts
    4k Views
    A
    Sad to hear that. I was also planning to migrate from Derby to PostgreSQL. I prefer postgres over MySQL due to license terms.
  • Can't Login

    9
    0 Votes
    9 Posts
    5k Views
    JoelHaggarJ
    Hi, Sorry for the late reply on this. You can look in your ma.log file in your logs folder and it should tell you the error. Feel free to email that to: support at infiniteautomation dot com and we'll take a look at it. Joel.
  • Scalability

    3
    0 Votes
    3 Posts
    3k Views
    phildunlapP
    Mango is indeed scalable in both dimensions. There exist users running central instances through cloud services. There are capabilities to add data collection nodes and network them to existing Mango instances, and Mango is highly threaded for vertical scaling. As far as middleware, we're actively trying to determine what sort of middleware or message bus will be most suitable to Mango's architecture, but there is no uniform API as of yet. That doesn't affect the performance of the server, though. And for databases we have an implementation of a embedded, NoSQL database under active development. There is also an existing implementation of Cassandra database services, although it has been sitting in the garage for a while and needs a thorough tuning before it's fit for deployment. Existing database solutions, like MySQL or Amazon's cloud database, can be sufficient for terabytes of data, depending on your use case. Also, as Mango is capable of being deployed in configurations where servers aggregate to database servers, there is basically no limit to the quantity of data you can acquire. These questions fundamentally rely on your use case and the structure of how you intend to use the data. While Mango could function in a swarm configuration, it requires a slightly different set of considerations than a hierarchical aggregation of data.
  • Migrating from ScadaBR to Mango Automation Version 2.1.0

    4
    0 Votes
    4 Posts
    5k Views
    B
    Thank you for your response. I think I will not have problem with pointValues history as dumping them from ScadaBR mysql table and import them to mango automation mysql table will be easy. Problem is with all other stuff ... Attatch ScadaBR json. Attachment: download link
  • Udoo Quad

    6
    0 Votes
    6 Posts
    5k Views
    C
    I got it to work. It is nothing on your end. Long story short, the quad wireless is uber-slow and when I copied the m2m2 content from a NAS I thought everything was copied over. It looked like it was complete. Anyway, not all files where there hence the problem. The core works (started without error and can login ) on JDk 1.70_45 (soft float) and Java 6 open JDK-Armel. I was hoping not have to go down the JDK 8 route as there is no soft-float release from what I can see. pjc
  • MSSQL 2008

    19
    0 Votes
    19 Posts
    9k Views
    phildunlapP
    Depending on your DGLux licensing, you can either save the dashboard to disk and reopen it elsewhere, or you can directly copy the dgml files over. They can be found in MANGO_HOME/web/modules/dglux/web/dgml
  • Port Mango as a subdomain

    3
    0 Votes
    3 Posts
    3k Views
    P
    got it to work just remove the /* at the end of port 8080 :D
  • Automated Ubuntu

    5
    0 Votes
    5 Posts
    3k Views
    phildunlapP
    Joel posted a .conf file that adds that functionality some months ago: http://forum.infiniteautomation.com/forum/posts/list/1408.page We definitely would appreciate seeing whatever you put together!
  • Having Trouble Using Modbus Serial

    4
    0 Votes
    4 Posts
    4k Views
    C
    I greatly appreciate your help! I have no errors when trying to create a modbus serial data source now. I placed the files into the correct java folders, however I didn't realize that I needed to place into Mango/overrides.
  • Multiple mango instances

    9
    0 Votes
    9 Posts
    5k Views
    K
    Many thanks Joel. That's the secret.
  • Mango M2M on Raspberry Pi

    8
    0 Votes
    8 Posts
    12k Views
    A
    i would like to appreciate you for sharing such a great info with us :oops:
  • 0 Votes
    18 Posts
    17k Views
    JoelHaggarJ
    I've never figure out how to get rxtx to work on 64 bit Ubuntu. It works fine on 32 bit just fine. Joel.
  • Trouble shooting Installation

    12
    0 Votes
    12 Posts
    8k Views
    JoelHaggarJ
    Hard to know with out a bit more information. I would recommend starting over with fresh files, make sure you have the latest version. M2M2_HOME is not needed any more and was for an older version, just JAVA_HOME. You can also call in for support if you need some live help. Joel.
  • 0 Votes
    4 Posts
    3k Views
    S
    no one is there to help my problem
  • Can't add datasource

    4
    0 Votes
    4 Posts
    3k Views
    A
    Thanks Joel! I'll give that a try.