linux安全更新zookeeper docker
最近项目在更新zookeeper并且要做安全验证,zookeeper部署在一台机器上,项目使用docker部署在另一台服务器上
然后Jenkins Build的时候不报错,但是服务器上显示有错,错误如下:
[main-SendThread(172.16.30.194:2386) trace_id-] WARN ClientCnxn:1163 - SASL configuration failed. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper s
erver allows it.
javax.security.auth.login.LoginException: Zookeeper client cannot authenticate using the 'Client' section of the supplied JAAS configuration: '/root/dubbo/suchen/farm-web/classes/zookeeper_jaas_test.conf' be
cause of a RuntimeException: java.lang.SecurityException: java.io.IOException: /root/dubbo/suchen/farm-web/classes/zookeeper_jaas_test.conf (No such file or directory)
查阅许多资料都说是权限问题或者确认文件本身是否存在
按照说加上权限并且确定文件存在后发现还是报同样的错误
绝对路径和相对路径都试过了还是没用,进入容器里面查看,然后使用绑定的本地目录还是同样的错误,最后在大神的指导下,进入容器里面查看,直接使用容器里面的目录和文件,终于成功。
注:这类操作一定使用容器里面的目录