The Mongo DB service is starting.
The Mongo DB service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
Some blog suggest this error occure due to limitation disk space.
The Solution :-
The error came from an unclean shutdown detected.
Below steps will fix it
1) Remove the file
/data/db/mongod.lock
2) Run
mongod.exe --repair
3) Start the mongod service
net start MongoDB