美文网首页
MongoDB::处理 child process failed

MongoDB::处理 child process failed

作者: dex0423 | 来源:发表于2020-08-19 11:33 被阅读0次
    1. 环境
    • ubuntu 18.04 LTS;
    • MongoDB 3.6;

    2. 问题

    • 报错

    about to fork child process, waiting until server is ready for connections.
    forked process: 32222
    ERROR: child process failed, exited with error number 100
    To see additional information in this output, start without the "--fork" option.

    • 原因
      -- mongodb 非正常关闭后,再次启动会产生 about to fork child process, waiting until server is ready for connection 异常;

    3. 解决

    • 删除 mongodb 的 db 目录下的 mongod.lock 文件;
    • 重启mongodb;

    相关文章

      网友评论

          本文标题:MongoDB::处理 child process failed

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