Mongodb_"Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value

Posted 日新其德止于至善

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mongodb_"Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value相关的知识,希望对你有一定的参考价值。

  在启动配置文件的时候,系统报错:Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value

  

  首先检查一下各个参数是否配置正确

  第二步查看文件路径中是否正确,路径中用双引号包围时("D:\\MongoDB\\data"),应该将路径中的"\\"换成"/"("D:/MongoDB/data")

  第三步查看配置文件中是否以Tab分隔字段,把Tab分割的字段改成以空格分割

  第四步查看文件编码格式,文件编码格式应该以ASCII码的格式保存

  以上确保没问题后,可以再次运行   mongod  --config "D:\\Mongodb\\Mongod.cfg" --bind_ip 0.0.0.0 --install  无报错则启动成功

 

以上是关于Mongodb_"Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value的主要内容,如果未能解决你的问题,请参考以下文章

AEM中的parsys组件和响应式布局有啥区别

MongoDB 集合更新尝试给出“标识符在数字文字后立即启动”错误

YUM安装MONGODB发生Error in PREIN scriptlet in rpm package mongodb-enterprise-server-4.0.2-1.el6.x86_64错误

mongodb_2

Command failed with error 18 (AuthenticationFailed): ‘Authentication failed.’

MongoDB中“id”和“_id”字段的区别