Greetings. I recently found gremlin and was trying to follow the "Getting Started" tutorial. My only Linux device is a Raspberry Pi (so that is what I am using).
I downloaded and manual unzipped the gremlin console to my desktop and opened the terminal to start the gremlin.sh file (as shown in the tutorial).
I have seem to be having errors, missing files ect... something is wrong, but not sure what to download or fix. Is there any hope?
Your compassion would be much obliged.
Console file is already unzipped.
pi@raspberrypi:~ $ cd /home/pi/Desktop/apache-tinkerpop-gremlin-console-3.4.1
pi@raspberrypi:~/Desktop/apache-tinkerpop-gremlin-console-3.4.1 $ bin/gremlin.sh
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path, /tmp/libjansi-32-1670541243242767376.so: /tmp/libjansi-32-1670541243242767376.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)]
at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182)
at org.fusesource.hawtjni.runtime.Library.load(Library.java:140)
at org.fusesource.jansi.internal.CLibrary.<clinit>(CLibrary.java:42)
at org.fusesource.jansi.AnsiConsole.wrapOutputStream(AnsiConsole.java:48)
at org.fusesource.jansi.AnsiConsole.<clinit>(AnsiConsole.java:38)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.codehaus.groovy.vmplugin.v7.Selector$MethodSelector.getMetaClass(Selector.java:567)
at org.codehaus.groovy.vmplugin.v7.Selector$MethodSelector.setCallSiteTarget(Selector.java:986)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:230)
at org.apache.tinkerpop.gremlin.console.Colorizer.installAnsi(Colorizer.groovy:32)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:234)
at org.apache.tinkerpop.gremlin.console.Console.<clinit>(Console.groovy:59)
pi@raspberrypi:~/Desktop/apache-tinkerpop-gremlin-console-3.4.1 $