使用seata版本1.3.0

1.问题:no available service ‘null’
seata no available service ‘null‘/‘defult‘ found,please make sure registry config correct
解决方法:在yml添加Service的vgroupMapping,因为nacos上的配置信息拿不到,只好写死在yml,也用file的可以试下在file写。注意:txServiceGroup要和vgroupMapping里的命名要一致

2.问题:no available service ‘defult’ found
seata no available service ‘null‘/‘defult‘ found,please make sure registry config correct
seata no available service ‘null‘/‘defult‘ found,please make sure registry config correct

解决方法:把yml的registry和config配置注释掉,用本地conf的registry文件配置nacos/file。

相关文章:

  • 2021-10-06
  • 2021-09-27
  • 2021-04-01
  • 2021-11-22
  • 2021-12-25
猜你喜欢
  • 2021-04-27
  • 2021-07-24
  • 2021-03-26
  • 2021-09-09
  • 2021-04-30
  • 2021-12-17
  • 2021-09-23
相关资源
相似解决方案