美文网首页
启动报错:ERROR: child process failed

启动报错:ERROR: child process failed

作者: 汤汤汤汤汤雪林 | 来源:发表于2017-02-16 10:07 被阅读0次

    启动报错:ERROR: child process failed, exited with error number 1

    原因:上次mongodb未正常关闭

    解决方法:

    find / -name mongod.lock     #该文件将mongodb锁上防止用户操作
    rm -rf mongod.lock        #填写正确的文件地址
    rm -rf log.datetime         #删除当天日志文件
    

    重新尝试启动mongodb

    mongod --fork --dbpath=/usr/local/mongod/data  --logpath=/usr/local/mongod/log
    

    相关文章

      网友评论

          本文标题:启动报错:ERROR: child process failed

          本文链接:https://www.haomeiwen.com/subject/uybcwttx.html