Build first your first cardano system error

Confluence User - 27 Oct, 2021

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?

process

3


27 Oct, 2021
confluenceUser
confluenceUser

Please check your logs or send them here

28 Oct, 2021
confluenceUser
confluenceUser

Here are my system logs.

log_CONSOLE_LOG.txt 

29 Oct, 2021
confluenceUser
1
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print