Failed Global Initialization: BadValue logpath requires an absolute file path with windows services

前端 未结 10 1525
庸人自扰
庸人自扰 2021-02-19 07:25

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

10条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-19 08:03

    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
    

提交回复
热议问题