SpringBoot集合Linux的FastDFS与Nginx上传图片测试错误com.github.tobato.fastdfs.exception.FdfsConnectException: 无法获

Posted taopanfeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot集合Linux的FastDFS与Nginx上传图片测试错误com.github.tobato.fastdfs.exception.FdfsConnectException: 无法获相关的知识,希望对你有一定的参考价值。

发布于:2019-07-03 14:59

报错

com.github.tobato.fastdfs.exception.FdfsConnectException: 无法获取服务端连接资源:can't create connection to/192.168.1.104:22122
......
......
......
......
......
......
......
......

解决办法

依次执行以下两条命令,来关闭防火墙

iptables -L

iptables -F

如果输入之后,docker失效,需要重启docker

systemctl restart docker

以上是关于SpringBoot集合Linux的FastDFS与Nginx上传图片测试错误com.github.tobato.fastdfs.exception.FdfsConnectException: 无法获的主要内容,如果未能解决你的问题,请参考以下文章

搭建fastdfs服务,及单机redis服务,springboot实现h5与fastdfs之间的断点续传,大文件上传,秒传文件和批量上传

高可用FastDFS多Group多Storage多Tracker主备结合SpringBoot

springboot项目结合fastdfs做文件上传

SpringBoot实现上传文件到fastDFS文件服务器

FastDFS快速实现和SpringBoot的整合开发

SpringBoot整合FastDFS实现文件的上传下载和删除