MongoDB Installation on Windows 7 Enterprise Service Pack 32-bit Operating system

Praveen Kumar K S

I just installed monodb(version 3.2) at my windows machine. I created D:/data/db directory also. when i give the command "mongod" to start it, it shows the following error.

Following options were tried

1.c:\~\MongoDB\Server\3.2\bin>mongod.exe (Following error stack listed below)

2016-02-18T13:29:41.629+0530 I STORAGE  [initandlisten] exception in initAndList
en: 28663 Cannot start server. The default storage engine 'wiredTiger' is not av
ailable with this build of mongod. Please specify a different storage engine exp
licitly, e.g. --storageEngine=mmapv1., terminating
2016-02-18T13:29:41.629+0530 I CONTROL  [initandlisten] dbexit:  rc: 100
  1. c:\~\MongoDB\Server\3.2\bin>mongod.exe --storageEngine=mmapv1

    Same log file shown above

  2. I followed the solution given in this link, I get the same issue.

BruceWayne

storageEngine=mmapv1 is for older version, as you are installed latest version 3.2. So by defaultly if you start your mongod wiredTiger files will same inside data/db. So Delete everything from db directory and start freshly with

mongod --storageEngine=mmapv1

Whenever you want to switch from one storage engine to another you need to clean your db directory, then only you can swich

For wiredTiger

mongod --storageEngine=wiredTiger or mongod

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Apache Spark installation on windows 7 32 bit

From Dev

Service in Windows 7 operating system not using the hosts file as local service

From Dev

Bluescreen on startup after Windows 7 Service Pack 1 installation

From Dev

How to run 32 bit exe on a 64 bit system windows 7?

From Dev

How to run 32-bit dll (AxInterop.DHTMLEDLib) in 64-bit win 7 operating system?

From Dev

pip installation error on windows 7 (32-bit)

From Dev

Computer refuses to boot into a 32 bit operating system

From Dev

KOHA ILS (Integrated Library System) Installation in Windows 7 64 Bit

From Dev

Error starting MongoDB in windows 7 [32-bit]

From Dev

32 bit application memory use in 64 bit operating system.

From Dev

Using 32-bit drivers on a 64-bit operating system

From Dev

How to configure FFmpeg library with ndk r12 using windows 7 64 bit operating system for android

From Dev

Windows 7 Enterprise 64bit

From Dev

Slipstream Windows 7 + Service Pack 1

From Dev

How much gigabytes of space will windows 7 32 bit version take after installation on the hard disk?

From Dev

Windows 7 Error Loading Operating System

From Dev

How to install ubuntu in a windows 7 operating system

From Dev

Will Bash on Ubuntu on Windows be available for 32-bit Operating Systems?

From Dev

Launch Condition : Windows OS service pack version with OS bit

From Dev

Launch Condition : Windows OS service pack version with OS bit

From Dev

Upgrade Windows XP 32bit to Windows 7 64 bit

From Dev

Git installation issue(windows 7 ,64 bit)

From Dev

iExpress incompatibility with Windows 7, 32 bit?

From Dev

Check if service is installed as 64bit or 32bit on Windows

From Dev

Issue with building 32 bit Qt 5.2.1 applications in 64 bit operating system (centos with gcc 4.8.2)

From Dev

Will a 64 bit operating system ran as fast and smooth from a flash drive as the 32 bit version does?

From Dev

Will a 64 bit operating system ran as fast and smooth from a flash drive as the 32 bit version does?

From Dev

Windows XP Service Pack 3 installation on a PC with no Internet connection

From Dev

gradle determine if on 32bit or 64bit windows system

Related Related

  1. 1

    Apache Spark installation on windows 7 32 bit

  2. 2

    Service in Windows 7 operating system not using the hosts file as local service

  3. 3

    Bluescreen on startup after Windows 7 Service Pack 1 installation

  4. 4

    How to run 32 bit exe on a 64 bit system windows 7?

  5. 5

    How to run 32-bit dll (AxInterop.DHTMLEDLib) in 64-bit win 7 operating system?

  6. 6

    pip installation error on windows 7 (32-bit)

  7. 7

    Computer refuses to boot into a 32 bit operating system

  8. 8

    KOHA ILS (Integrated Library System) Installation in Windows 7 64 Bit

  9. 9

    Error starting MongoDB in windows 7 [32-bit]

  10. 10

    32 bit application memory use in 64 bit operating system.

  11. 11

    Using 32-bit drivers on a 64-bit operating system

  12. 12

    How to configure FFmpeg library with ndk r12 using windows 7 64 bit operating system for android

  13. 13

    Windows 7 Enterprise 64bit

  14. 14

    Slipstream Windows 7 + Service Pack 1

  15. 15

    How much gigabytes of space will windows 7 32 bit version take after installation on the hard disk?

  16. 16

    Windows 7 Error Loading Operating System

  17. 17

    How to install ubuntu in a windows 7 operating system

  18. 18

    Will Bash on Ubuntu on Windows be available for 32-bit Operating Systems?

  19. 19

    Launch Condition : Windows OS service pack version with OS bit

  20. 20

    Launch Condition : Windows OS service pack version with OS bit

  21. 21

    Upgrade Windows XP 32bit to Windows 7 64 bit

  22. 22

    Git installation issue(windows 7 ,64 bit)

  23. 23

    iExpress incompatibility with Windows 7, 32 bit?

  24. 24

    Check if service is installed as 64bit or 32bit on Windows

  25. 25

    Issue with building 32 bit Qt 5.2.1 applications in 64 bit operating system (centos with gcc 4.8.2)

  26. 26

    Will a 64 bit operating system ran as fast and smooth from a flash drive as the 32 bit version does?

  27. 27

    Will a 64 bit operating system ran as fast and smooth from a flash drive as the 32 bit version does?

  28. 28

    Windows XP Service Pack 3 installation on a PC with no Internet connection

  29. 29

    gradle determine if on 32bit or 64bit windows system

HotTag

Archive