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.
Mango install script issue
-
Tried installing mango 4 to play with it a bit on linux. Found a couple potential issues. When running the script, it stopped and said:
install-mango.sh: 144: cannot create /opt/mango/overrides/properties/env.properties: Directory nonexistent
Had to add mkdir overrides and mkdir properties to the install script for it to finish..
Mango configured to use latest MySQL. After setting it up, mango went into a restart loop. Found this in the log:
Caused by: java.sql.SQLException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC>
To fix, I had to add "?serverTimezone=UTC" to the env.properties
db.url=jdbc:mysql://localhost/mango?useSSL=false&serverTimezone=UTC