arboleya / electrify

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

Try to package starting example of meteor #66

Closed XaBerr closed 6 years ago

XaBerr commented 7 years ago

Hi, I download the meteor example and I tried to package it with electrify package. I got this error: 28663 Cannot start server. The default storage engine 'wiredTiger' is not available with this build of mongod. This is my log:

C:\wamp\www\JUICE\projects\SPORE\meteorApp (master) (meteorApp@0.0.1)
λ INFO  electrify:plugins:  use  mongodb
INFO  electrify:plugins:  use  nodejs
INFO  electrify:plugins:  use  socket
INFO  electrify:index:  start
INFO  electrify:plugins:  start
INFO  electrify:plugins:mongodb:  starting mongo...
2016-09-29T12:24:43.341+0200 I CONTROL  [main]
2016-09-29T12:24:43.342+0200 W CONTROL  [main] 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
2016-09-29T12:24:43.342+0200 I CONTROL  [main]

2016-09-29T12:24:43.355+0200 I CONTROL  [main] Hotfix KB2731284 or later update is not installed, will zero-out data files

2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] MongoDB starting : pid=21052 port=11235 dbpath=C:\wamp\www\JUICE\projects\SPORE\meteorApp\.electrify\.dist\my-electrified-app-win32-x64\resources\app\db 32-bit host=fede-PC
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] targetMinOS: Windows Vista/Windows Server 2008
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] db version v3.2.6
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] git version: 05552b562c7a0b3143a729aaa0838e558dc49b25
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] allocator: tcmalloc
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] modules: none
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] build environment:
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten]     distarch: i386
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten]     target_arch: i386
2016-09-29T12:24:43.360+0200 I CONTROL  [initandlisten] options: { net: { bindIp: "127.0.0.1", port: 11235 }, storage: { dbPath: "C:\wamp\www\JUICE\projects\SPORE\meteorApp\.electrify\.dist\my-electrified-app-win32-x64\resources\app\db", mmapv1: { smallFiles: true } } }
2016-09-29T12:24:43.361+0200 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
2016-09-29T12:24:43.362+0200 I CONTROL  [initandlisten] dbexit:  rc: 100
harishreddy-m commented 7 years ago

What solution have you found for this issue?

XaBerr commented 7 years ago

@harish-myaccount No, I have abandoned

harishreddy-m commented 7 years ago

If possible, can you reopen it.

XaBerr commented 7 years ago

@harish-myaccount Sure, I hope someone can help you with this problem, I'm curious :)