gpt4 book ai didi

mongodb - 无法启动已部署的 MongoDB

转载 作者:可可西里 更新时间:2023-11-01 10:43:41 24 4
gpt4 key购买 nike

我将运行已部署的 look here what dpd is在我的服务器上(Ubuntu 14.04)。我已经安装了所有需要的依赖项。

当我尝试运行 dpd 时,出现错误 starting deployd v0.7.0... Failed to start MongoDB

所以我尝试了 DEBUG=* dpd -d 并且我明白了

starting deployd v0.7.0...
mongod starting mongod +0ms
mongod <Buffer 32 30 31 34 2d 30 38 2d 30 35 54 31 31 3a 34 35 3a 32 30 2e 38 36 39 2b 30 32 30 30 20 5b 69 6e 69 74 61 6e 64 6c 69 73 74 65 6e 5d 20 4d 6f 6e 67 6f 44 ...> +28ms
mongod <Buffer 32 30 31 34 2d 30 38 2d 30 35 54 31 31 3a 34 35 3a 32 30 2e 38 37 31 2b 30 32 30 30 20 5b 69 6e 69 74 61 6e 64 6c 69 73 74 65 6e 5d 20 64 62 20 76 65 72 ...> +2ms
mongod <Buffer 32 30 31 34 2d 30 38 2d 30 35 54 31 31 3a 34 35 3a 32 30 2e 38 37 31 2b 30 32 30 30 20 5b 69 6e 69 74 61 6e 64 6c 69 73 74 65 6e 5d 20 67 69 74 20 76 65 ...> +0ms
mongod <Buffer 32 30 31 34 2d 30 38 2d 30 35 54 31 31 3a 34 35 3a 32 30 2e 38 39 30 2b 30 32 30 30 20 5b 69 6e 69 74 61 6e 64 6c 69 73 74 65 6e 5d 20 65 78 63 65 70 74 ...> +19ms
mongod <Buffer 32 30 31 34 2d 30 38 2d 30 35 54 31 31 3a 34 35 3a 32 30 2e 38 39 30 2b 30 32 30 30 20 5b 69 6e 69 74 61 6e 64 6c 69 73 74 65 6e 5d 20 64 62 65 78 69 74 ...> +1ms
mongod exit code 100 +2ms
Failed to start MongoDB
mongod error: 1 +1ms
mongod killing mongod +0ms

mongodb 在我的服务器上正确运行,因为我可以在终端中调用 mongo 并且我得到了这个

MongoDB shell version: 2.6.3
connecting to: test
>

最佳答案

在通过 NFS(网络文件系统)的 vagrant 共享文件夹中使用我的 deployd-app 时,我遇到了同样的问题。 MongoDB 不喜欢在 NFS 上操作。

Performance problems arise when both the data files and the journal files are hosted on NFS. You may experience better performance if you place the journal on local or iscsi volumes. If you must use NFS, add the following NFS options to your /etc/fstab file: bg, nolock, and noatime. http://docs.mongodb.org/manual/administration/production-notes/#remote-filesystems

备选方案:尝试在非共享文件夹中运行您的应用

关于mongodb - 无法启动已部署的 MongoDB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25135786/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com