After setting up MongoDB service on Windows Server 2008 R2 this error was raised.
C:\\mongodb\\bin>net start MongoDB The Mongo DB service is starting. The Mo
I was having the problem of starting the the MongoDB. The logs are pretty descriptive and you can find suggestion from there.
There is a 'd' folder that needs to be created within data folder like data\d which was missing.
This solved my problem.