【问题标题】:Unexpected mongo exit code 100 meteor, can't start mongo server意外的 mongo 退出代码 100 流星,无法启动 mongo 服务器
【发布时间】:2016-03-12 21:11:45
【问题描述】:

在装有流星 1.2.1 的 Windows 10 上,

=> Started proxy.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start Mongo server.
MongoDB had an unspecified unchaougt exception.
This can be caused by MongoDb being unable to write to a local database. Check that you have permissions to write to .meteor/local. MongoDb does not support filesystems like NFs that do not allow file locking.
PS C:\Users\54N1\Desktop\åäö\app

【问题讨论】:

    标签: meteor


    【解决方案1】:

    解决方案:从目录名称中删除非标准字符!

    此错误似乎很频繁,但可能导致此错误的原因之一是在本例中的目录路径中使用了非标准字符 ÅÄÖ,通过将文件夹重命名为 AAA 解决了该问题。

    【讨论】:

    • 谢谢!我在 Windows 上遇到了同样的问题。我的项目路径中有一些西里尔字符。我已经为该文件夹创建了一个符号链接,并且没有在符号链接的路径中使用西里尔字母。这有帮助:从那个符号链接流星开始好了!谢谢!
    猜你喜欢
    • 2013-03-14
    • 2015-12-27
    • 2014-09-25
    • 2015-07-15
    • 2015-11-09
    • 2015-05-22
    • 2017-06-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多