ERROR: child process failed, exited with error number 51

1、ERROR: child process failed, exited with error number 51

异常的关闭再次重启时容易产生这样的错误,首先删除mongod.lock 文件  修复  再次启动 。

2、Error parsing INI config file: unrecognised option ‘configdb‘

仔细看下图操作,mongos启动时用mongos而不是mongod

原文地址:https://www.cnblogs.com/tszc/p/8568197.html

时间: 2024-08-29 04:14:18

ERROR: child process failed, exited with error number 51的相关文章

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

error: child process failed, exited with error number 1 第一次安装mongodb,随后启动一般不会出现上面的错误,出现这种错误的原因一般是mongodb进程非正常关闭导致的(例如用kill关闭mongo),导致出现mongod.lock这个文件 解决方案一: # find / -name "mongod.lock" 找到对应的文件,删除即可 解决方案二: 查看mongodb.conf的配置,检查 dbpath 和 logpath

Mongodb中经常出现的错误(汇总)child process failed, exited with error number

异常处理汇总-服 务 器 http://www.cnblogs.com/dunitian/p/4522983.html 异常处理汇总-数据库系列  http://www.cnblogs.com/dunitian/p/4522990.html 情况不唯一,这边只能当参考,大致就是这么几种解决思路 child process failed, exited with error number 1 child process failed, exited with error number 48 chi

liunx启动mongodb报错 mongodb child process failed, exited with error number 14

mongodb启动报错:mongodb child process failed, exited with error number 14,查看mongodb.cnf日志,发现其中有一条:Too many open files at src/mongo/db/storage/wiredtiger/wiredtiger_session_cache.cpp 79. 设置ulimit -n 10000.完美! 原文地址:https://www.cnblogs.com/shilang/p/1019748

[mongodb]child process failed, exited with error number 100

Run the following command first to start the mongo server mongod run --config /usr/local/etc/mongod.conf Assuming you installed mongo using Brew. More information about the mongod process here EDIT Try to repair mongo using : mongod --repair Seems to

Linux Apache error 日志 提示[warn] child process 7751 still did not exit, sending a SIGTERM

Apache吃空内存,频繁宕机 在部署一套内网测试环境时,频繁宕机,开机后不断的吃内存,重启apache之后内存占用会不停的上涨,直到swap用完,直到死机,由于是内网环境,服务器并发和压力都很小. 查看apache错误日志,报大量类似错误: [Tue Feb 14 14:49:28 2012] [warn] child process 7751 still did not exit, sending a SIGTERM [Tue Feb 14 14:49:30 2012] [error] ch

MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL

MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL Error: flash download failed - Target DLL has been cancelled 是因为目标板的芯片处于休眠的状态,在尝试连接目标板时候也会出现报错Internal command error Flash download failed target dll has been can的现象

Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details

thinkphp 在Apache上配置启用伪静态,重启Apache1 restart 竟然失败了,报错 Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details 嗯,看状态 执行命令 systemctl status http

docker 报错: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

centos 启动docker服务报错: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. 1,create daemon.json in /etc/docker/ 2, put this in it: { &q

Linux 重启网卡失败 Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

linux下重启网卡使用命令 : service network restart 时报错: [[email protected] hadoop]# service network restart Starting network (via systemctl): Job for network.service failed because the control process exited with error code. See "systemctl status network.servi