arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

Issue starting mongod #78

Closed zuhaib446 closed 3 years ago

zuhaib446 commented 6 years ago

zuhaib@zuhaib MINGW32 /c/Program Files/MongoDB/Server/3.2 $ mongod 2018-02-28T12:32:03.197+0500 I CONTROL [main] 2018-02-28T12:32:03.198+0500 W CONTROL [main] 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability. 2018-02-28T12:32:03.198+0500 I CONTROL [main] 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] MongoDB starting : pid=2804 port=27017 dbpath=C:\data\db\ 32-bit host=zuhaib 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] targetMinOS: Windows Vista/Windows Server 2008 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] db version v3.2.18 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] git version: 4c1bae566c0c00f996a2feb16febf84936ecaf6f 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] allocator: tcmalloc 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] modules: none 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] build environment: 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] distarch: i386 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] target_arch: i386 2018-02-28T12:32:03.212+0500 I CONTROL [initandlisten] options: {} 2018-02-28T12:32:03.213+0500 I STORAGE [initandlisten] exception in initAndListen: 28663 Cannot start server. The default storage engine 'wiredTiger' is not available with this build of mongod. Please specify a different storage engine explicitly, e.g. --storageEngine=mmapv1., terminating 2018-02-28T12:32:03.213+0500 I CONTROL [initandlisten] dbexit: rc: 100

Mairu commented 5 years ago

This problem is fixed in my fork: https://github.com/Mairu/meteor-electrify