Re: Unsatisfied Link Error - Jansi
Joe Obernberger
Turns out that I needed to set the java.io.tmpdir somewhere other than /tmp (assuming that's the default). Not sure why exactly, but by setting JAVA_OPTIONS with:
-Djava.io.tmpdir=/some/place/else
Then gremlin loads OK.
-Joe
toggle quoted message
Show quoted text
-Djava.io.tmpdir=/some/place/else
Then gremlin loads OK.
-Joe
On 7/20/2022 3:51 PM, Joe Obernberger via lists.lfaidata.foundation wrote:
Getting this error when trying to run Gremlin on an AWS EC2 instance - exactly like:
https://issues.apache.org/jira/browse/TINKERPOP-2584?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17367398#comment-17367398
I'm using openjdk 11.0.13, but it looks like it's some sort of amazon version as it comes up as 1:11.0.13.0.8-1.amzn2.0.3 when doing a yum list installed.
Is there any workaround?
Thanks.
-Joe