You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JRuby version (jruby -v) and command line (flags, JRUBY_OPTS, etc)
9.1.10.0
Operating system and platform (e.g. uname -a)
Linux 4.4.0-64-generic Ubuntu SMP Mon Feb 20 11:55:38 UTC 2017 s390x s390x s390x GNU/Linux
Expected Behavior
JRuby should load libjffi.so for s390x architecture.
Actual Behavior
When I start the Hbase shell I get the following output
INFO [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Could not locate stub library in jar file. Tried [jni/s390x-Linux/libjffi-1.0.so, /jni/s390x-Linux/libjffi-1.0.so]
at com.kenai.jffi.Foreign$InValidInstanceHolder.getForeign(Foreign.java:90)
The text was updated successfully, but these errors were encountered:
I can provide you the binary for Linux on s390x can you tell me how can I share the binary with you? Also what version of libjffi binary will be needed?
There's a version of libffi that's vendored into our repo. Check README.md for build instructions and provide us the jffi-s360x-Linux.jar that it builds.
Environment
Provide at least:
jruby -v
) and command line (flags, JRUBY_OPTS, etc)9.1.10.0
uname -a
)Linux 4.4.0-64-generic Ubuntu SMP Mon Feb 20 11:55:38 UTC 2017 s390x s390x s390x GNU/Linux
Expected Behavior
JRuby should load libjffi.so for s390x architecture.
Actual Behavior
When I start the Hbase shell I get the following output
INFO [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Could not locate stub library in jar file. Tried [jni/s390x-Linux/libjffi-1.0.so, /jni/s390x-Linux/libjffi-1.0.so]
at com.kenai.jffi.Foreign$InValidInstanceHolder.getForeign(Foreign.java:90)
The text was updated successfully, but these errors were encountered: