Can't start mongo server in Meteor 2.2

I am using Windows 7 and just installed Meteor 2.2 but I am not able to run app as mongo server is not starting.
Here is the error:

=> Started proxy.
=> Started HMR server.
Unexpected mongo exit code 3221225785. Restarting.
Unexpected mongo exit code 3221225785. Restarting.
Unexpected mongo exit code 3221225785. Restarting.
Can’t start Mongo server.

Check how to troubleshoot here
Windows | Meteor API Docs

I installed vc_redist.x64 as per Windows | Meteor API Docs but, still issue is not resolved.
Can someone tell me what is going wrong here?

1 Like

That sounds like your program is not finding the vc redist dll. I would check that you can find that dll in the path.

after installed vc_redist.x64 issue is not resolved.

try to delete [project]/.meteor/local folder before start meteor

meteor 2.2 vc_redist.x64(2015)
after installed vc_redist.x64 and delete [project]/.meteor/local folder issue is not resolved.

set ROOT_URL=http://127.0.0.1:3000&&meteor run

[[[[[ ~\F\Codes\meteor\helloword ]]]]]

=> Started proxy.
=> Started HMR server.
Unexpected mongo exit code 3221225785. Restarting.
Unexpected mongo exit code 3221225785. Restarting.
Unexpected mongo exit code 3221225785. Restarting.
Can’t start Mongo server.

Check how to troubleshoot here

put dll to which path

was this ever resolved? having the same issue no meteor 2.6.1 with MSV c++ 2015-2019 Redis installed

  • installed MSV c++ 2015-2022 Redis
  • restarting VScode
  • meteor reset
  • meteor update --release 2.1 > meteor - gets a working build of mongo with 2.1
  • meteor update --release 2.4+ didn’t work

so not sure what else to try.

C++Redis 2015-2022 - VC_redist.x64.exe