-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Comments
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 |
I have the same problem. => Started proxy. On a new Windows 10 and a new meteor choco install |
Same problem here, gives really bad reputation for those of us that want to start using meteor |
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!
|
Thanks thor-n. Meteor guys should fix this somehow to help folks new to meteor. |
Thanks..Its help me to get rid of these issue. |
thanks,
Thank You thor-n!! It worked for me! |
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. |
This issue has been automatically closed it has not had recent activity. |
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 |
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. |
I am facing the same problem after all |
@hmassareli what version of Meteor are you on? |
I've just installed it, let me check... |
And I'm guessing that you are on Windows (just to confirm). |
2.3.2 |
Yes, I am!! |
I've done that recommendation of reinstalling the vsc++ and stuff but nothing happened |
A wild guess, try installing this: 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. |
Yes I did this yesterday a bunch of times, I don't know why it still showing an error.. |
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): 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 |
Thaaanks, I downloaded that, installed a new meteor in a new folder, and then created a project, now everything works fine!! |
Hi there,
I googeled a little bit around and couldn't find anything connected to that error. I only ran
meteor
.Some console output:
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 successAlso tried diffrent meteor projects
The text was updated successfully, but these errors were encountered: