Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected mongo exit code 3221225595. Restarting. #10036

Closed
keiwanjamaly opened this issue Jun 28, 2018 · 24 comments
Closed

Unexpected mongo exit code 3221225595. Restarting. #10036

keiwanjamaly opened this issue Jun 28, 2018 · 24 comments
Milestone

Comments

@keiwanjamaly
Copy link

keiwanjamaly commented Jun 28, 2018

Hi there,

I googeled a little bit around and couldn't find anything connected to that error. I only ran meteor.

Some console output:

=> Started proxy.
=> A patch (Meteor 1.7.0.3) for your current release is available!
   Update this project now with 'meteor update --patch'.
Unexpected mongo exit code 3221225595. Restarting.
Unexpected mongo exit code 3221225595. Restarting.
Unexpected mongo exit code 3221225595. Restarting.
Can't start Mongo server.

I have really no clue what to do. I allready reinstallend Meteor.

Additional information:
I'm using Windows 10,
I have already done meteor update --patch without any success
Also tried diffrent meteor projects

@pacifio
Copy link

pacifio commented Aug 7, 2018

Yup having the same problem here , after a fresh install of meter via "choco install meteor" . Is it happening only in Windows os ? Because I tried it on ubuntu and it was perfectly fine .

My meteor verison : 1.7.0.3

@thor-n
Copy link

thor-n commented Aug 27, 2018

I have the same problem.

=> Started proxy.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Can't start Mongo server.

On a new Windows 10 and a new meteor choco install

@sseun43
Copy link

sseun43 commented Aug 27, 2018

Same problem here, gives really bad reputation for those of us that want to start using meteor

@thor-n
Copy link

thor-n commented Aug 28, 2018

I also just installed vc_redist.x64.exe from here and it worked perfect again

https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145

@alangustavo
Copy link

Thank You thor-n!!

It worked for me!

I also just installed vc_redist.x64.exe from here and it worked perfect again

https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145

@abhay76
Copy link

abhay76 commented Nov 17, 2018

I also just installed vc_redist.x64.exe from here and it worked perfect again

https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145

Thanks thor-n. Meteor guys should fix this somehow to help folks new to meteor.

@omkarchaudhary
Copy link

Thanks..Its help me to get rid of these issue.

@brankcar
Copy link

thanks,

I also just installed vc_redist.x64.exe from here and it worked perfect again

https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145

Thank You thor-n!!

It worked for me!

@stale
Copy link

stale bot commented Dec 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale-bot label Dec 10, 2019
@stale
Copy link

stale bot commented Dec 18, 2019

This issue has been automatically closed it has not had recent activity.

@filipenevola
Copy link
Collaborator

I added this to the docs https://docs.meteor.com/windows.html#cant-start-mongo-server so people can find it easily later, I also added this to the error message d2e1d69

@filipenevola filipenevola added this to the Release 1.10.3 milestone Jun 8, 2020
@juzerdhinoj-dimiour
Copy link

I went through https://docs.meteor.com/windows.html#cant-start-mongo-server , downloaded https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145 and repaired. But still facing this issue:

Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Can't start Mongo server.

@hmassareli
Copy link

I went through https://docs.meteor.com/windows.html#cant-start-mongo-server , downloaded https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145 and repaired. But still facing this issue:

Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Unexpected mongo exit code 3221225781. Restarting.
Can't start Mongo server.

I am facing the same problem after all

@StorytellerCZ
Copy link
Collaborator

@hmassareli what version of Meteor are you on?

@hmassareli
Copy link

@hmassareli what version of Meteor are you on?

I've just installed it, let me check...

@StorytellerCZ
Copy link
Collaborator

And I'm guessing that you are on Windows (just to confirm).

@hmassareli
Copy link

2.3.2

@hmassareli
Copy link

And I'm guessing that you are on Windows (just to confirm).

Yes, I am!!

@hmassareli
Copy link

I've done that recommendation of reinstalling the vsc++ and stuff but nothing happened

@StorytellerCZ
Copy link
Collaborator

StorytellerCZ commented Jul 26, 2021

A wild guess, try installing this:
https://aka.ms/vs/16/release/vc_redist.x64.exe

Since we are using newer MongoDB then what the docs say there this one might be the correct one. I'll try to pin point a better link for this.

@hmassareli
Copy link

A wild guess, try installing this:
https://aka.ms/vs/16/release/vc_redist.x64.exe

Since we are using newer MongoDB then what the docs say there this one might be the correct one.

Yes I did this yesterday a bunch of times, I don't know why it still showing an error..
Just a question.. Am I supposed to set up something of mongodb before running meteor? Cause I just created a folder and installed everything and then created a test app, then I tried to run that in the folder with "meteor run".. Is that right? Do you think the folder that I installed the app could be a problem? It's in the C:\Users\henrique\www\teste

@StorytellerCZ
Copy link
Collaborator

No, you are doing it correctly. Meteor runs its own Mongo instance, so unless you want to get fancy it should just run.

I would suggest giving a standalone MongoDB server a try (get the 4.4.7 version):
https://www.mongodb.com/try/download/community

See if you can start that one up. If there is something specific to Windows that we are missing here it might be possible that MongoDB installer will take care of that. If you get it running, try starting Meteor again.

@hmassareli
Copy link

No, you are doing it correctly. Meteor runs its own Mongo instance, so unless you want to get fancy it should just run.

I would suggest giving a standalone MongoDB server a try (get the 4.4.7 version):
https://www.mongodb.com/try/download/community

See if you can start that one up. If there is something specific to Windows that we are missing here it might be possible that MongoDB installer will take care of that. If you get it running, try starting Meteor again.

Ok!! I will try that out, thanks

@hmassareli
Copy link

No, you are doing it correctly. Meteor runs its own Mongo instance, so unless you want to get fancy it should just run.

I would suggest giving a standalone MongoDB server a try (get the 4.4.7 version):
https://www.mongodb.com/try/download/community

See if you can start that one up. If there is something specific to Windows that we are missing here it might be possible that MongoDB installer will take care of that. If you get it running, try starting Meteor again.

Thaaanks, I downloaded that, installed a new meteor in a new folder, and then created a project, now everything works fine!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests