• 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

    How to change the http sending value parameter

    User help
    3
    78
    20.3k
    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.
    • phildunlapP
      phildunlap
      last edited by

      You would do the ./ma.sh start after the sudo su scrolls by the login screen again. When you're root@mangoES3249:~

      Hmm. That message suggests something is amiss in your /etc/hosts or /etc/hostname file. I bet you've got a line like 127.0.1.1 mangoes in your /etc/hosts file, where you'd want to change it to 127.0.1.1 mangoES3249 then log out and in again. The unable to resolve host message should be gone.

      J 1 Reply Last reply Reply Quote 0
      • J
        jmatos @phildunlap
        last edited by

        @phildunlap

        you have right with the issue 127.0.1.1 mangoes. I fix it but then I get

        root@mangoES3249:/opt/mango/bin$./ma.sh start
        MA_HOME is /opt/mango
        ./ma.sh: line 31: /opt/mango/bin/ma-start.sh: Permission denied
        
        1 Reply Last reply Reply Quote 0
        • phildunlapP
          phildunlap
          last edited by

          sudo chmod +x /opt/mango/bin/*.sh

          1 Reply Last reply Reply Quote 0
          • J
            jmatos
            last edited by

            It works!!!
            What could be wrong?

            Thank you very much. I can sleep better this night :)

            1 Reply Last reply Reply Quote 0
            • phildunlapP
              phildunlap
              last edited by

              Well, the upgrade could have failed during the unzip, then it probably wouldn't have chmod'ed the bin directory properly. I would wonder if anything else did occur properly in the upgrade process.

              1 Reply Last reply Reply Quote 0
              • J
                jmatos
                last edited by

                After the upgrade I get

                ???systemSettings.noSqlDatabaseSize(i18n_pt_PT)???

                in the System settings > System Information section when refreshing the database size.

                Should I worry about or is only a none translated item?

                1 Reply Last reply Reply Quote 0
                • phildunlapP
                  phildunlap
                  last edited by

                  It is just a missing translations key. it was missing from the base translation file even, which is why you saw that instead of English.

                  Thanks for bringing this to our attention!

                  1 Reply Last reply Reply Quote 0
                  • J
                    jmatos
                    last edited by

                    please answer to the issue about the license that I sent you to support.
                    Thank you

                    1 Reply Last reply Reply Quote 0
                    • phildunlapP
                      phildunlap
                      last edited by

                      I have answered your email.

                      1 Reply Last reply Reply Quote 0
                      • J
                        jmatos
                        last edited by

                        Now within MANGO v3 UI, once in awhile I see the following messages in the bottom screen:

                        connectivity lost... ok
                        (after 2 sec)
                        connectivity to MANGO API as been restored

                        My mangoApi module is 3.1.1

                        Once mangoNoSqlDatabase is depending on it, could this be in any way related to the problem that we have? (please see bellow reminder text). Is there any log where I can see more info? I search in the ma-log and found nothing.

                        (reminder)
                        let me remind you: when more than two simultaneous BACnet devices have it value switched only aleatory two reach's the http publisher. This is the only issue that holding us down to close the project... :-(

                        Thank you,
                        Jose

                        1 Reply Last reply Reply Quote 0
                        • phildunlapP
                          phildunlap
                          last edited by phildunlap

                          Hi Jose,

                          I probably can't solve the simultaneous alarms issue through the forum, since I don't really have a clear idea of what's going on and would have to investigate. You could contact us about direct support on that issue.

                          You can probably get more information about why it's displaying that connectivity message if you watch the browser developer tools' network tab. My guess is some requests are timing out or erroring. You could also consider enabling debug logging by switching the log4j2.xml files in Mango/classes/ and reloading your logging settings, either in the Log4J Reset section of /system_settings.shtm or by restarting Mango.

                          I would not expect it to be related to the dependency of the NoSQL database on the API. It just provided a new set of endpoints for saving point-time-jsonObject information, shouldn't affect existing things as I'm not aware of any built in features using that database yet.

                          1 Reply Last reply Reply Quote 0
                          • J
                            jmatos
                            last edited by jmatos

                            I will come back to the simultaneous alarm issue after I collect some more info.

                            meanwhile, after upgrade to MANGO v 3...

                            A) In Home I can not see the number of datasources, datapoints, etc. in the up right corner of the square. Also, Active Sessions, Event Detectors and Mailing Lists are not clickable.

                            B) !!systemSettings.lastUpgrade!! in Administration > System settings > System information, with 1500555481 as date.

                            and this one, last two from ma.log?

                            WARN  2017-07-24T14:50:10,495 (com.serotonin.m2m2.util.timeout.TaskRejectionHandler.rejectedTask:77) - Rejected task: User event cache cleaner because Task Queue Full 
                            ERROR 2017-07-24T14:50:10,497 (com.infiniteautomation.nosql.MangoNoSqlBatchWriteBehindManager$StatusProvider.scheduleTimeout:726) - 7 BWB Task Failures, first is: Task Queue Full
                            

                            thank you very much,
                            Jose

                            1 Reply Last reply Reply Quote 0
                            • phildunlapP
                              phildunlap
                              last edited by phildunlap

                              A) The numbers will only appear if you have a configured internal data source. You can reinstall the internal data source and it should create it for you.

                              B) This has been fixed.

                              I wouldn't expect either of those log messages to cause you problems, but you can probably make them go away by changing...

                              runtime.realTimeTimer.defaultTaskQueueSize=0 to runtime.realTimeTimer.defaultTaskQueueSize=2

                              in your env.properties file and restarting Mango.

                              1 Reply Last reply Reply Quote 0
                              • J
                                jmatos
                                last edited by

                                Hi Phil,

                                I send you a message to support.

                                Thank you,
                                Jose

                                1 Reply Last reply Reply Quote 0
                                • phildunlapP
                                  phildunlap
                                  last edited by

                                  I sent you a reply.

                                  1 Reply Last reply Reply Quote 0
                                  • phildunlapP
                                    phildunlap
                                    last edited by

                                    It was discovered that the HTTP publisher was sending all the point values, but it was putting multiple values into single GETs or POSTs, which the receiving end was not able to handle. Resolution was found by introducing an intercepting layer to send them on to the other program one at a time, as there is not a setting on the HTTP publisher to limit values per message (it's limited by URL length, post size, etc).

                                    Another option that was presented was using the point links to set the HTTP desired directly out a TCP/IP data point rather than tying the point links to a virtual point and having the HTTP publisher do the transport. This likely would have worked, but the existing solution was touched up before this was attempted.

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