搭建FastDFS分布式文件系统 / SpringBoot集成FastDFS问题记录

1、搭建ftp服务器:https://blog.csdn.net/u012946310/article/details/81515582

1、整合到Springboot https://blog.csdn.net/ityqing/article/details/81384740

2、 Unable to register MBean [FdfsConnectionPool问题

搭建FastDFS分布式文件系统 / SpringBoot集成FastDFS问题记录_第1张图片

 3、注意

搭建FastDFS分布式文件系统 / SpringBoot集成FastDFS问题记录_第2张图片

  在处理完上面所有的问题后,报这个异常:com.github.tobato.fastdfs.exception.FdfsServerException,

经验证,

a、/usr/bin/fdfs_upload_file /etc/fdfs/client.conf jiaban.png ip:23000 0服务器内部可以上传文件

b、windows 本地 ping 公网ip,ping的通


就是用代码中用tobato连接不上公网ip,这种情况用以下解决方案,给云服务器配置安全组

 转发自https://www.jianshu.com/p/d2861a39be17

你可能感兴趣的:(ftp)