• 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

    libjssc on ARM-- jssc-2.8.0.jar needs to be replaced

    User help
    4
    5
    1.4k
    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.
    • TurboT
      Turbo
      last edited by

      Re: RequestError: Unable to load /data_source_properties.shtm?typeId=MODBUS_IP status: 500

      This was an issue on earlier Mangos, but the new 3.6 upgrade overwrites the jssc-2.8.0.jar with the version that doesn't work on ARM. I'm using ARM for my data aquisition devices, and if you do the 3.6 upgrade it will re-install the nonworking jssc-2.8.0.jar file. So, you'll need to do what was suggested in Topic 4106 again:

      To whit:

      apt-get install libjssc-java

      then

      cp /usr/share/java/jssc-2.8.0.jar /opt/mango/lib

      Otherwise, you get error 500's when trying to edit a data source, and your serial comms won't work on the ARM platform.

      1 Reply Last reply Reply Quote 0
      • CraigWebC
        CraigWeb
        last edited by

        The MangoES's are also running on an ARM chipset so it would be worth noting what hardware and OS you are running. From reading the linked thread this seems to be an issue with 64bit kernels.

        1 Reply Last reply Reply Quote 0
        • Jared WiltshireJ
          Jared Wiltshire
          last edited by

          @Turbo what hardware are you running on? It would be helpful to know what SoC it is. Also the OS.

          Developer at Radix IoT

          1 Reply Last reply Reply Quote 0
          • TurboT
            Turbo
            last edited by

            I believe you're right:

            I'm running with with IOT-GATE-iMX7 from CompuLab:
            https://www.compulab.com/products/iot-gateways/iot-gate-imx7-nxp-i-mx-7-internet-of-things-gateway/

            This is running an NXP i.MX7 CPU, dual-core Cortex-A7

            uname -a shows this as:

            Linux DMME_Haynesville 4.9.11-cl-som-imx7-5.1 #10 SMP PREEMPT Mon Sep 3 19:19:22 IDT 2018 armv7l GNU/Linux

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

              Hi Turbo,

              That's interesting, that's a 32 bit ARM device this time. Can you post the stack trace that was accompanying the 500 error so we can see if it's the same as the referenced thread?

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