消费方项目为SpringMVC
服务提供方为Spring+MyBatis

使用版本号:
dubbo 2.6.6
zookeeper 3.6.1

出现异常:
类型:com.alibaba.dubbo.rpc.RpcException
主要信息:
Invoke remote method timeout.
cause: Waiting server-side response timeout. start time: xxxxxxx

看起来像是超时???????,然而并不是...各种方法解决不了

解决方案:
研究半宿,最后结果是:zookeeper版本修改为3.4.8解决
猜测zk3.6版本较新 与dubbo不兼容

相关文章:

  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2021-06-18
  • 2021-10-20
  • 2021-09-24
  • 2021-05-29
  • 2022-12-23
猜你喜欢
  • 2021-06-24
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
相关资源
相似解决方案