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
I was able to get it working by removing the mongod.lock file and restarting mongodb service
mongod.lock
mongodb service
sudo rm /var/lib/mongodb/mongod.lock sudo service mongodb start