-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting exception on AIX (IBM). SSL looking for binaries for AIX(IBM) platform. #424
Comments
Yes... We do not ship AIX support
… Am 11.01.2019 um 05:08 schrieb AnujRajSingh ***@***.***>:
I am trying to use booringSSL on AIX(IBM) platform using java
IBM J9 VM (build 2.9, JRE 1.8.0 AIX ppc64-64-Bit Compressed References 20180626_390413 (JIT enabled, AOT enabled)
and
Maven dependency
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.17.Final</version>
</dependency>
I am getting Exception
INFO | jvm 1 | 2018/12/06 13:23:26 | Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_aix_ppc_64WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:233)WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | ... 67 moreWrapperSimpleApp Error:
Do I need to build the binaries for AIX?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks!! |
Hi Anuj |
@AnujRajSingh I am getting similar issue (grpc/grpc-java#5369 and netty/netty#8871). Could you tell how did you do that for AIX? |
You Need to build binaries on the AIX (Though this one for Linux, you need corresponding packages for AIX https://netty.io/wiki/forked-tomcat-native.html#wiki-h3-13) Thanks Anuj |
@AnujRajSingh Did you also make any change in the netty-tcnative code? Or its pom.xml? |
@AnujRajSingh And which JDK did you use? If I am correct, IBM does not provide its own JDK. |
Can someone provide the steps to compile binaries on AIX? |
@vikashbhattar AIX is sold by IBM and very few people have access to it. IMHO, instead of reaching out to an open source community, you should probably ask your IBM support. |
I am trying to use booringSSL on AIX(IBM) platform using java
IBM J9 VM (build 2.9, JRE 1.8.0 AIX ppc64-64-Bit Compressed References 20180626_390413 (JIT enabled, AOT enabled)
and
Maven dependency
I am getting Exception
INFO | jvm 1 | 2018/12/06 13:23:26 | Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_aix_ppc_64WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:233)WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | ... 67 moreWrapperSimpleApp Error:
Do I need to build the binaries for AIX?
Thanks
The text was updated successfully, but these errors were encountered: