ERROR: child process failed, exited with error number 100


 

[root@localhost ~]# mongod --dbpath=/usr/local/mongodb/data --logpath=/usr/local/mongodb/logs --logappend  --port=27017 --fork
about to fork child process, waiting until server is ready for connections.
forked process: 7519
ERROR: child process failed, exited with error number 100
To see additional information in this output, start without the "--fork" option.

 

创建data目录

cd /usr/local/mongodb/
mkdir data

再次启动即可成功

[root@localhost mongodb]# mongod --dbpath=/usr/local/mongodb/data --logpath=/usr/local/mongodb/logs --logappend  --port=27017 --fork
about to fork child process, waiting until server is ready for connections.
forked process: 7554
child process started successfully, parent exiting

 

 

参考:

https://blog.csdn.net/sinat_30397435/article/details/50774175

https://blog.csdn.net/mangoyiy/article/details/79302711


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM