• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. brownbucks11

    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
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    brownbucks11

    @brownbucks11

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    brownbucks11 Unfollow Follow

    Latest posts made by brownbucks11

    • RE: Metadata Internal Server Error

      I managed to work through the issue, looking at the ma.log I saw an error relating to nashorn unavailable, which relates to the Java JDK. I was using open JDK 11 LTS with hotspot. I decided to take a snapshot my VM and uninstall the Adopt open JDK and install the oracle JDK11. These are the General Steps I used.

      Stopped Mango Service
      Uninstalled Adopt Open JDK11
      Installed Oracle JDK11
      Changed the below Environmental Paths:
      1.) JAVA_HOME to "C:\Program Files\Java\jdk-11.0.11"
      2.) Path to include "C:\Program Files\Java\jdk-11.0.11\bin" instead of the openJDK path
      3.) Path added new "%JAVA_HOME%\bin"

      I then uninstalled Mango as a service
      Restarted Server
      Installed Mango as a service
      Started service

      Everything seems to be working as expected, except my script returned an error but that was somewhat expected.

      posted in User help
      B
      brownbucks11
    • Metadata Internal Server Error

      Mango 4.0.0-beta.17

      I am trying to configure a metadata source point, and just a very simple test script based off of the examples. However, I am unable to save the point, it always returns and "internal server error". Is it me or a bug?

      MetaDataSourceError.PNG

      posted in User help
      B
      brownbucks11