Saturday, May 18, 2019

Mongodb 1067 error : Service not starting

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.

Some blog suggest this error occure due to limitation disk space.

The Solution :- 

The error came from an unclean shutdown detected.

Below steps will fix it
1) Remove the file /data/db/mongod.lock
2) Run mongod.exe --repair
3) Start the mongod service net start MongoDB

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

Kafka setup in window

Here's a step-by-step guide on how to do it : 1. Prerequisites : Before you begin, make sure you have the following prerequisites inst...