Java连接fastDfs客户端报如下异常
The method getConnection() is undefined for the type TrackerClientFastDFS的Java客户端The method getConnection() is undefined for the type TrackerClient异常
原因:
fastDfs版本冲突问题;
解决:
第一种:改成1.27版本;
第二种:改成getTrackerServer方法
trackerServer = trackerClient.getTrackerServer();

相关文章:

  • 2021-06-06
  • 2022-01-17
  • 2021-12-29
  • 2022-12-23
猜你喜欢
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-06-04
相关资源
相似解决方案