• 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

    Error when building Graphical views with Mango Module

    Development general discussion
    2
    2
    1.6k
    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
      DungDinh
      last edited by

      Dear Mango Team,

      I am new with Mango Automation. I have building a demo with Graphical views. But there a error as the following:

      Downloading: https://repo.maven.apache.org/maven2/com/infiniteautomation/mango/2.7.12/mango-2.7.12.pom
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 0.795 s
      [INFO] Finished at: 2016-09-16T11:30:26+07:00
      [INFO] Final Memory: 11M/155M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal on project gviews: Could not resolve dependencies for project com.infiniteautomation.mango:gviews:jar:1.6.7: Failed to collect dependencies at com.infiniteautomation:mango:jar:2.7.12: Failed to read artifact descriptor for com.infiniteautomation:mango:jar:2.7.12: Could not transfer artifact com.infiniteautomation:mango:pom:2.7.12 from/to central (https://repo.maven.apache.org/maven2): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]

      I also attempted to navigate to https://repo.maven.apache.org/maven2/com/infiniteautomation/mango/2.7.12/mango-2.7.12.pom. But it is not found

      Please give me your advice on that.

      Thanks,
      Dung

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

        Hi Dung,

        You need to mvn install the core project. So,

        cd /path/to/repos/ma-core-public
        mvn install

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