I am getting this error constantly while i am trying to install mongod using a configuration file. So, I am looking at this tutorial on Pluralsight on mongodb. The person\'s pro
The error message spells out the problem. Your MongoDB confguration file has a relative path, not an absolute path.
Try setting the logpath as follows
logpath=c:/Pluralsight/mongod.log