本地连接mongo报错,错误代码为:
Caused by: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches WritableServerSelector.
Client view of cluster state is {type=UNKNOWN, servers= ...............................
系统:
centos7, 64位
mongo,mongodb-linux-x86_64-rhel70-4.0.10
解压,进入bin,启动
./mongod --dbpath=/data/db/ --config=./mongodb.conf &
报错了

为什么呢?
用linux本地连接mongo测试 --》 是ok的,证明服务没有问题

那是什么呢?--》防火墙
[root@localhost data]# systemctl stop firewalld.service #停止firewall [root@localhost data]# systemctl disable firewalld.service #禁止firewall开机启动 Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service. Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service. [root@localhost data]#
搞定ok!!!!
解决MongoDB本地连接超时问题
本文详细记录了在CentOS7上遇到的MongoDB本地连接超时问题及其解决方案。通过排查,发现防火墙是导致连接失败的原因,并提供了具体的关闭防火墙服务的步骤,最终成功解决了连接超时的问题。
1万+

被折叠的 条评论
为什么被折叠?



