MongoDB 错误:DBClientCursor::init call() 失败
将我的 mongo 客户端更新到 2.0.2 后,错误发生了显着变化。
此处打开新问题:MongoDB 连接错误
当我尝试连接到在 Vagrant VM、CentOS 6 上运行的 mongo 服务器时,我收到这里显示的神奇错误:http://pastium.org/view/7efba4e90f0ba228ccad377204bb9f17。
Vagrant 将标准 mongo 部分转发到 37017。
After updating my mongo client to 2.0.2 the error has changed significantly.
New issue opened here: MongoDB connect error
when I try to connect to my mongo server, running on a Vagrant VM, CentOS 6, i get this magical error shown here: http://pastium.org/view/7efba4e90f0ba228ccad377204bb9f17.
Vagrant forwards the standard mongo part to 37017.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MongoDB的标准端口是27017。
MongoDB's standard port is 27017.
事实证明这是 IP 表的问题,因此转发的端口被阻止。
Turns out this was an issue with IP Tables so the forwarded port was getting blocked.