• Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    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 install script issue

    Mango General
    1
    1
    191
    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.
    • D
      Dan M last edited by

      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
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post