Hello @jcaballeroa, sorry for the delay on this topic but could you please open a support request at Radix IoT - Support? I would like to better assist on this topic but access to the files have expired. Also, have you tried to start a clean Mango v5 to see if you have any issue starting up Mango before upgrading?
Posts made by joeamiraglia
-
RE: Error while checking certificates
-
RE: Error while checking certificates
@jcaballeroa You mentioned that you are testing Mango 5 in free mode. Could you please tell me how many data points you are using, and send the complete ma.log file again?
Additionally, assuming the server writes logs to
/var/log/syslog
, you might find more log entries related to Mango’s issues there. I often find the information I need in the syslog when Mango fails to start up correctly.Thank you.
-
RE: Error while checking certificates
@jcaballeroa It appears the issue is related to this property:
pki.monitor.expiringSoonThreshold=25%
The problem may stem from unusual locale settings on your computer that do not properly recognize the percentage symbol (%). To address this, follow these steps in order:
Step 1: Modify the property
-
Edit the configuration file containing
pki.monitor.expiringSoonThreshold=25%
. Change this setting to the decimal format (0.25) instead of using a percentage,pki.monitor.expiringSoonThreshold=0.25
. -
Restart the Mango service to apply the new settings.
If the issue persists, proceed with Step 2:
Step 2: Check your locale settings
-
Ensure your system uses a standard locale, such as en_US, where the percentage symbol (%) is recognized correctly. Adjust your locale settings if necessary.
-
Restart the Mango service again to apply these changes.
Please implement these steps and let us know on the forum whether this resolves the issue. Your feedback is invaluable and can assist others experiencing similar issues.
-
-
RE: Error while checking certificates
Hello @jcaballeroa, I'm sorry to hear you're experiencing issues. To better understand the problem, I will need you to provide more details.
- Which Mango version are you using in v3, v3.7.12?
- Did this error start after upgrading to v5.2.1, or did you start with a clean install and your overrides added?
- Please share your SSL properties settings (those you feel comfortable sharing).
- Also, can you confirm that you are running Java 17 for the v5 Mango?
Sharing your ma.log file would greatly help in diagnosing the issue. Thank you.
BR,
Joe Miraglia
SAE/Radix IoT -
RE: Certificate is expired for https://maven.mangoautomation.net/repository/ias-release/
Hello @vishalcapri,
Thanks for letting us know. We will have those updated.
Best regards,
Joe Miraglia
SAE
Radix IoT -
RE: mango.properties file syntax
Hello @hayden_AUS,
These are all default values, so it is intentional that they are all commented out. This allows users to see the current settings and make changes if necessary by removing the hashtag and adjusting the settings accordingly for their system.
Best regards,
Joe Miraglia
SAE Radix IoT -
RE: NoSQL requires license?
Hello,
Yes, the NoSQL license (General license not the Enterprise license) would be required to eliminate the restarts. In the ma.log file, when Mango starts, it mentions that it is running NoSQL in free mode and that it will restart in 8 hours. The documentation to convert an H2 database to MySQL is found here: Database Conversions. If you need further assistance, please let us know. Thanks!
Joe Miraglia
Service Application Engineer
Radix IoT -
RE: Mango Login Issue
@ryanlo To answer your initial question, the default login is still admin : admin. The easiest way to do a reset would be to stop Mango, move the database (move it to root
~/
) from the/opt/mango/databases/
directory (from directory use,mv mah2.200.* ~/
command), then restart Mango. Similar direction could be found on our document site, you will not need to do the restore since this is a new unit. Thank you! -
RE: Mango Login Issue
@ryanlo This can happen if your browser has a cached version of the page. Try opening the page in incognito or private mode to see if that resolves the issue.
-
RE: Help with ideas for how to guide
@tomatopi We are still working on documentation. I know it has been a very slow process but we are adding what we can to the doc sites (v4 and v5) as well as adding scripts to our script-examples in GitHub.
-
RE: Trouble Logging In (Already Signed in as Guest)
@mihairosu If you remove the password or change it you will no longer be able to use the auto login feature on the kiosks unless you match the password again.
-
RE: Trouble Logging In (Already Signed in as Guest)
@mihairosu I was able to duplicate the issue.
- I created a basic user (Guest) with no associated roles as user (Admin)
- In Administration > UI Settings > Set Auto login for all clients for user (Guest)
- Signed out of user (Admin)
- Now as user (Guest) could not sign out of user (Guest) or sign in as user (Admin) and see same 401 warning in logs as you have shown.
The work around was to change the user (Guest) password so auto login would not work. At this point I was able to sign in as whichever user I needed.
I will have to discuss with our development team about the issue. Thank you for finding this.
-
RE: Trouble Logging In (Already Signed in as Guest)
@mihairosu Could you get logs where this was occuring? It's hard to point out what the issue is without the ability to reproduce it.
-
RE: View Excel Report
@tungthanh500 That screen shot was from the Mango Store, if you login and look at your license it will either say unrestricted or standalone next to excelReports. If it's standalone you only could use 1 template which is what I think your issue is.
-
RE: View Excel Report
@tungthanh500 Hello, the Excel report module only comes with a single report template unless you purchase the license for the module. I could put you in contact with a sales rep unless you are already working with someone? If you are, reach out to them or you could put in a ticket and include your GUID here and we could look into it.
-
RE: User Permissions disappearing
I have seen this issue and in my experience it was due to settings in the Publisher or the Data Source override settings were not set correctly.
Edge sets permissions
If you want the permissions set at the edge device be sure to have the Override sent permissions checked at the edge publisher and not at the Data Source on the cloud server.
Cloud Server sets permissions
On the Cloud Server, Data Source check the Override permissions updates and uncheck the Override sent permissions at the edge publisher.
Please let me know if this helps. If it doesn't let me know what version/s of Mango you are running to further assist.
-
RE: Data point with non-linear output?
@tomatopi Hello, one way to achieve what you are looking for is the create a Global Script such as the one shown below;
here is the text for the script for easy editing, (I just expanded what you had in your question);function mapMoisture(voltage) { print (voltage) if ( voltage > 0 && voltage < 1 ) { return 34 * voltage - 5; } else if ( voltage >= 1 && voltage < 2 ) { return 56 * voltage - 15; } else if ( voltage >= 2 && voltage < 3 ) { return 78 * voltage - 22; } else if ( voltage >= 3 && voltage < 4 ) { return 100 * voltage - 30; } else if ( voltage >= 4 && voltage < 5 ) { return 135 * voltage - 36; } return 0 }
Once this is done you will be able to call the script from a meta point such as this;
-
RE: Modbus Publisher - Edit a DataPoint v4.4.1
That is correct. You will be able to edit via JSON. Go to the Configuration Import/Export and check 'Published points'. Either Export or Download JSON File and make edits and then Import back when complete.
-
RE: Scheduler Not Working
@Rodrigo This issue has been resolved in Mango v4.4.0 with advancedScheduler-4.4.1.