happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.97k stars 1.98k forks source link

Cannot invoke "com.github.tobato.fastdfs.service.TrackerClient.getStoreStorage()" because "this.trackerClient" is null #633

Open flower-small opened 1 year ago

flower-small commented 1 year ago

使用fastFileStorageClient.uploadFile()上传文件获取不到trackerClient,报空指针错误, 服务器上用命令是可以上传的,配置全用的外网ip地址 image

happyfish100 commented 1 year ago

这个第三方Java SDK有已知bug,建议用官方的SDK。