1
0
-1

I have followed all the steps in the "build first Cardano" knowledge base. However on step 14 when I try to run the process I get the following message. What should I do?

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hi Mark,

      Interesting article from Joget btw.

      After reading your attached error log snippet, I noticed this error cause:

      > Could not initialize class com.sun.jna.Native

      > Caused by: java.lang.SecurityException: File '/home/ubuntu/.cache/JNA/temp' not within profile base directory

      It is likely (or most certainly) that users (or referred to as tenants) in Joget Cloud that is in a shared multi-tenant environment probably restricted the underlying actual machine's tmp directory that Java native JNA library requires to use, hence why this error is encountered.

      I tried the tutorial on a on-premise installation (my own localhost in my own machine) and it works fine.

      I think this restriction by the cardano plugin pack is likely intended by design to protect against possible tampering of the actual machine's tmp path from other tenants.

      TDLR: Try this tutorial on Joget installed on a local machine.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Here are my system logs.

        log_CONSOLE_LOG.txt 

          CommentAdd your comment...
        1.  
          1
          0
          -1

          Please check your logs or send them here

            CommentAdd your comment...