zookeeper 客户端连接报: Will not attempt to authenticate using SASL
Posted 格格巫 MMQ!!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zookeeper 客户端连接报: Will not attempt to authenticate using SASL相关的知识,希望对你有一定的参考价值。
解决方法:我在学习zk的时候,用客户端连接zk,发现接收不到watch通知,并且报
如图所示错误:
后查看服务没问题:图示
后查看防火墙状态,关闭防火墙
连接后正常:
如果查看防火墙状态是dead,stop了,但是还是不行,就需要 vim /etc/sysconfig/iptables,把-A INPUT -m state --state NEW -m tcp -p tcp --dport 2181 -j ACCEPT
就 Ok 了。
当然,有的时候,由于特殊情况,我们在操作的时候难免粗心大意,这个时候也会有上述问题,尤其是,你发现自己的虚拟机没有防护墙规则的时候,这个时候就需要仔细的去查看配置了。
以上是关于zookeeper 客户端连接报: Will not attempt to authenticate using SASL的主要内容,如果未能解决你的问题,请参考以下文章
canal挂载在zookeeper,java客户端client,连接报超时
Will not attempt to authenticate using SASL (unknown error) (org
thinkphp 数据库连接报错 SQLSTATE[HY000] [2002] No such file or directory
macos下,禅道安装报 连接报错:SQLSTATE[HY000] [2002] No such file or directory
SQLyog连接报错 Error No.2058 Plugin caching_sha2_password could not be loaded