Unexpected mongo exit code 100. Restarting

两盒软妹~` 提交于 2019-11-29 10:05:03
Andrey Dyatlov

Answer https://stackoverflow.com/a/15752736 helped me to find out that Mongo doesn't want to start without properly set locale. Try to run export LC_ALL="en_US.UTF-8" command before meteor command.

WARNING: This deletes the database and all of the application's data.

rm -rf .meteor/local 

Solved it for me when none of the above solutions did.

I would guess that the custom user you created cannot remove the mongod.lock file due to insufficient premissions.

Also check that you have space on your HD, That was my problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!