I had to forcefully shutdown my Ubuntu system after it got hanged. Now I get this error while trying to run my Rails app.
Ubuntu
Rails
Moped::Er
Uninstall mongodb using
sudo apt-get autoremove mongodb-*
then install with
apt-get install mongodb-server
run mongo it will solve the problem