'Failed to unlink socket file" error in MongoDB 3.0

后端 未结 8 1414
独厮守ぢ
独厮守ぢ 2020-11-28 05:14

I am new to MongoDB. I am trying to install MongoDb 3.0 on Ubuntu 13.0 LTS, which is a VM on Windows 7 Host. I have installed MongoDB successfully (packages etc.), but when

相关标签:
8条回答
  • 2020-11-28 06:10
    $ sudo mongod
    

    it solve problem for me

    0 讨论(0)
  • 2020-11-28 06:10

    Manually restarting mongod service after restart fixed the problem.

    Long-term solution was to add static host name, instead of ip address 'net' part of mongod.conf file (I suspect the problem is that ip address is not yet given to server, when mongod servis starts).

    0 讨论(0)
提交回复
热议问题