You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2022/03/31 11:50:00 UTC

[jira] [Commented] (TINKERPOP-2584) Exception running gremlin console on ppc64le/M1

    [ https://issues.apache.org/jira/browse/TINKERPOP-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515274#comment-17515274 ] 

Stephen Mallette commented on TINKERPOP-2584:
---------------------------------------------

Note that there are more details on the M1 problem similar to this one on TINKERPOP-2729 - i sense it is all the same problem. 

> Exception running gremlin console on ppc64le/M1
> -----------------------------------------------
>
>                 Key: TINKERPOP-2584
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2584
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 3.5.0, 3.4.11
>         Environment: Tested on Redhat 7.9 and Redhat 8.4 on ppc64le environment using 3.4.11 and 3.5.0
>            Reporter: Aaron Coady
>            Priority: Major
>
> 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.20.1#820001)