You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Aaron Coady (Jira)" <ji...@apache.org> on 2021/06/21 21:46:00 UTC

[jira] [Created] (TINKERPOP-2584) Exception running gremlin console on ppc64le hardware

Aaron Coady created TINKERPOP-2584:
--------------------------------------

             Summary: Exception running gremlin console on ppc64le hardware
                 Key: TINKERPOP-2584
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2584
             Project: TinkerPop
          Issue Type: Bug
          Components: console
    Affects Versions: 3.4.11, 3.5.0
         Environment: Tested on Redhat 7.9 and Redhat 8.4 on ppc64le environment using 3.4.11 and 3.5.0
            Reporter: Aaron Coady


Running gremlin console on a ppc64le environment results in an UnsatisfiedLinkError


{code:java}
// bash-4.4$ ./gremlin.sh Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi in java.library.path, /tmp/libjansi-64-6426223996152989396.so: /tmp/libjansi-64-6426223996152989396.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a Power PC 64 LE-bit platform)]{code}
{code:java}
	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.runtime.callsite.CallSiteArray$1.run(CallSiteArray.java:67)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray$1.run(CallSiteArray.java:64)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallStaticSite(CallSiteArray.java:64)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallSite(CallSiteArray.java:161)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)
	at org.apache.tinkerpop.gremlin.console.Colorizer.installAnsi(Colorizer.groovy:32)
	at org.apache.tinkerpop.gremlin.console.Colorizer$installAnsi.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:119)
	at org.apache.tinkerpop.gremlin.console.Console.<clinit>(Console.groovy:61)
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)