You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/09/18 12:57:42 UTC

[GitHub] [skywalking] pantovad opened a new issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

pantovad opened a new issue #5518:
URL: https://github.com/apache/skywalking/issues/5518


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### 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.
   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.
   
   ___
   ### 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.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 edited a comment on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
kezhenxu94 edited a comment on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-716107586


   And now, when testing https://github.com/apache/skywalking/pull/5722 , I've also found that it(Kubernetes Java client) doesn't work well on openjdk:8-jdk (see https://github.com/kubernetes-client/java/issues/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


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-716108349


   JDK11 as next TLS, make sense to me. Just feel strange, why JDK version matters


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-695370247


   Work for me. Please update the docker file in the main repo first.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-716107586


   And now, when testing https://github.com/apache/skywalking/pull/5722 , I've also found that it(Kubernetes Java client) doesn't work well on openjdk:8-jdk (see https://github.com/kubernetes-client/java/issues/1003), thus I used openjdk:11-jdk for the tests, I suggest to upgrade the JDK version in the base image ASAP


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] hanahmily closed issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
hanahmily closed issue #5518:
URL: https://github.com/apache/skywalking/issues/5518


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] hanahmily commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
hanahmily commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-695898423


   > Work for me. Please update the docker file in the main repo first.
   
   main repo doesn't have this issue and uses the jdk based image all the time due to our development and debugging requirement. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] hanahmily commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
hanahmily commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-695366948


   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 ^^


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] hanahmily commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
hanahmily commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-695898423


   > Work for me. Please update the docker file in the main repo first.
   
   main repo doesn't have this issue and uses the jdk based image all the time due to our development and debugging requirement. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-695902798


   @innerpeacez I added this to the k8s release milestone for next version, in case we miss this in next time.
   
   @hanahmily Do you plan to push the 8.1.0 images again for jdk binded?
   
   @pantovad I will recommend you to re package first locally.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5518: failure enabling TLS in Docker distro of OAP server 8.1.0-es7

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5518:
URL: https://github.com/apache/skywalking/issues/5518#issuecomment-695902798


   @innerpeacez I added this to the k8s release milestone for next version, in case we miss this in next time.
   
   @hanahmily Do you plan to push the 8.1.0 images again for jdk binded?
   
   @pantovad I will recommend you to re package first locally.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org