top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Getting error while running mongod.exe ?

+1 vote
762 views

System thrown following errors:

"2015-06-20T14:25:26.000+0530 I CONTROL Hotfix KB2731284 or later update is not
installed, will zero-out data files
2015-06-20T14:25:26.055+0530 I STORAGE [initandlisten] exception in initAndList
en: 29 Data directory C:\data\db\ not found., terminating
2015-06-20T14:25:26.057+0530 I CONTROL [initandlisten] dbexit: rc: 100"

posted Jun 20, 2015 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

en: 29 Data directory C:\data\db\ not found., terminating
please give a glance to this line.... its seams data\db directory does not exist.

you can create from command line using mkdire data\db command and run again all the commands needed for installing mongoDB.

answer Jun 20, 2015 by Prakash Singh
Similar Questions
0 votes

Starting mongod (via systemctl): Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xe" for details.

Please guide me, how to overcome this issue.

0 votes

I thought the time limit for Mongos to connect to Mongod was hard coded to 30 seconds. But some times after less than 2 seconds I see the following exception in the mongos logs -
Failed to connect to HOST:27017 - ExceededTimeLimit: Operation timed out
Any idea why?

0 votes

We recently sharded a replica set and missed a process update which allowed that process to bypass the mongos and continue writing GridFS documents directly to the original replica set. The mongos seems to be aware of the fs.files document but cant find the fs.chunks related to that document. The fs.chunks can be found by going directly to the original mongod. Is there an easy way to tap mongos on the shoulder and say "hey, look over there"?

+1 vote

How many mongocxx::instance object I need if my application connect more than one mongod? or just one?

...