简体   繁体   中英

Mongo DB Could not connect to a primary node for replica set

This is driving my crazy.

I am starting Mongo in my terminal with:

mongod

I am on a OSX mavericks operating system. Mongo is installed, and I have been using it without any issues for quite some time.

Two days ago Mongo worked with no issue. The only change I've made between then and now is I installed Rubymine 6, from Rubymine 5.4.3.2.1.

This is the error I'm receiving:

> Could not connect to a primary node for replica set
> #<Moped::Cluster:70318211582520 @seeds=[<Moped::Node resolved_address="127.0.0.1:27017">]>

It's happening on this line of code:

TempStore.create!(array: array, test_id: id)

and TempStore is a Mongo Model.

I've seen this error before when Mongo wasn't running, or at least a very similar error. However, Mongo is running and I can't find any reason that this error should be happening.

Any thoughts? I am running rails 4.0.0 and ruby 2.0.0.

Please follow the instruction mention in the blog post. link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM