【发布时间】:2022-04-13 17:38:59
【问题描述】:
我正在尝试开始使用 MongoDB,但是当我编写 mongod 命令时出现此错误
2019-10-20T23:26:41.054-0500 I CONTROL [main] 自动禁用 TLS 1.0,强制启用 TLS 1.0 指定 --sslDisabledProtocols 'none'
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] MongoDB 开始:pid=4724 port=27017 dbpath=/data/db 64-bit host=MacBook-Pro-de-Andres.local
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] db 版本 v4.2.0
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] git 版本:a4b751dcf51dd249c5865812b390cfd1c0129c30
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] 分配器:系统
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] 模块:企业
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] 构建环境:
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] distarch: x86_64
2019-10-20T23:26:41.062-0500 我控制 [initandlisten] target_arch: x86_64
2019-10-20T23:26:41.062-0500 I CONTROL [initandlisten] 选项:{}
2019-10-20T23:26:41.064-0500 E STORAGE [initandlisten] 无法设置监听器:SocketException:地址已在使用中
2019-10-20T23:26:41.064-0500 I CONTROL [initandlisten] 现在退出
2019-10-20T23:26:41.064-0500 I CONTROL [initandlisten] 使用代码关闭:48
【问题讨论】:
标签: mongodb