Will not attempt to authenticate using SASL (unknown error)

转自:http://blog.csdn.net/mo_xingwang/article/details/51910000

搭建Dubbo Server的时候出现“Will not attempt to authenticate using SASL (unknown error)”这个错误

出现这个错误的主要原因是由于服务提供方的zookeeper地址和Dubbo配置的zookeeper地址不一样。 
zookeeper报错Will not attempt to authenticate using SASL (unknown error)zookeeper报错Will not attempt to authenticate using SASL (unknown error) 
按照以上修改一致后就不再出错。

相关文章: