无法启动MongoDB:Windows中的系统错误1067 [英] Cannot start MongoDB: System error 1067 in Windows

查看:579
本文介绍了无法启动MongoDB:Windows中的系统错误1067的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Windows Server 2008 R2上设置MongoDD服务后,出现了此错误。

  C:\mongodb\bin> net start MongoDB 
Mongo DB服务正在启动。
无法启动Mongo DB服务。

发生系统错误。

发生系统错误1067。

进程意外终止。


解决方案

错误来自于检测到不正常关机。 p>

请访问 http://dochub.mongodb.org/core/repair


$ b

p> 1)删除文件 /data/db/mongod.lock



2)运行 mongod.exe --repair



3)启动mongod服务 net start MongoDB


After setting up MongoDD service on Windows Server 2008 R2 this error was raised.

C:\mongodb\bin>net start MongoDB
The Mongo DB service is starting.
The Mongo DB service could not be started.

A system error has occurred.

System error 1067 has occurred.

The process terminated unexpectedly.

解决方案

The error came from an unclean shutdown detected.

Please visit http://dochub.mongodb.org/core/repair for recovery instructions.

a few steps will fix it (as it's written in the link above):

1) remove the file /data/db/mongod.lock

2) run mongod.exe --repair

3) start the mongod service net start MongoDB

这篇关于无法启动MongoDB:Windows中的系统错误1067的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆