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
What happened?
When enabling TLS on gRPC listener in OAP server it fails with errors missing required libraries.
Requirement or improvement
I managed to resolve the issue by using adoptopenjdk/openjdk11:alpine (instead of openjdk:8-jre-alpine) as base Java image for both base and OAP image.
The text was updated successfully, but these errors were encountered:
it's because netty tc-native needs some dynamic libraries which apline doesn't contain. we should release a new base image to adopt to "jdk" instead of "jre".
Since OAP can work fine with jdk11, I prefer to use it as the new base image. @wu-sheng@kezhenxu94 ^^
And now, when testing #5722 , I've also found that it(Kubernetes Java client) doesn't work well on openjdk:8-jdk (see kubernetes-client/java#1003 although it just happens in Minikube), thus I used openjdk:11-jdk for the tests, I suggest to upgrade the JDK version in the base image ASAP
Please answer these questions before submitting your issue.
Question
Bug
Which version of SkyWalking, OS and JRE?
Docker OAP server 8.1.0-es7 (https://github.com/apache/skywalking-docker/tree/master/8/8.1.0/oap-es7)
Which company or project?
What happened?
When enabling TLS on gRPC listener in OAP server it fails with errors missing required libraries.
Requirement or improvement
The text was updated successfully, but these errors were encountered: