Service 'MongoDB Server' (MongoDB) failed to start
I'm trying to install mongo DB on my local machine with the installer from the official website. But I'm continuously getting this message, can someone help?
I've tried the solution provided here but didn't help.
mongodb windows-7-x64
add a comment |
I'm trying to install mongo DB on my local machine with the installer from the official website. But I'm continuously getting this message, can someone help?
I've tried the solution provided here but didn't help.
mongodb windows-7-x64
Are you logged in as an administrator?
– gbeaven
Sep 8 '18 at 17:07
Yes, actually there's only one account on the computer.
– Eskoby
Sep 8 '18 at 17:18
add a comment |
I'm trying to install mongo DB on my local machine with the installer from the official website. But I'm continuously getting this message, can someone help?
I've tried the solution provided here but didn't help.
mongodb windows-7-x64
I'm trying to install mongo DB on my local machine with the installer from the official website. But I'm continuously getting this message, can someone help?
I've tried the solution provided here but didn't help.
mongodb windows-7-x64
mongodb windows-7-x64
edited Nov 16 '18 at 10:11
Gagantous
1952931
1952931
asked Sep 8 '18 at 15:12
EskobyEskoby
2813
2813
Are you logged in as an administrator?
– gbeaven
Sep 8 '18 at 17:07
Yes, actually there's only one account on the computer.
– Eskoby
Sep 8 '18 at 17:18
add a comment |
Are you logged in as an administrator?
– gbeaven
Sep 8 '18 at 17:07
Yes, actually there's only one account on the computer.
– Eskoby
Sep 8 '18 at 17:18
Are you logged in as an administrator?
– gbeaven
Sep 8 '18 at 17:07
Are you logged in as an administrator?
– gbeaven
Sep 8 '18 at 17:07
Yes, actually there's only one account on the computer.
– Eskoby
Sep 8 '18 at 17:18
Yes, actually there's only one account on the computer.
– Eskoby
Sep 8 '18 at 17:18
add a comment |
1 Answer
1
active
oldest
votes
I suggest doing the following:
Hit Win+R to open up you run.exe then inside of it enter services.msc to open up services
. Try locating the service under the name of MongoDB Server
and set the Startup Type
manually to Automatic
- [In addition to that, you could set the username
and password
manually. If you get a message saying the user was granted login as a service right, try hitting retry on the MSI
dialog and see if it starts].
Important:
Don't forget to save and close everything (services.msc
) before continuing.
Also very important, you should (must) check your .NET framework
version and update it to version 4.5 and above. You could download a software like eg Driver Booster to update all of your drivers and additional components that are outdated.
1
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52236612%2fservice-mongodb-server-mongodb-failed-to-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I suggest doing the following:
Hit Win+R to open up you run.exe then inside of it enter services.msc to open up services
. Try locating the service under the name of MongoDB Server
and set the Startup Type
manually to Automatic
- [In addition to that, you could set the username
and password
manually. If you get a message saying the user was granted login as a service right, try hitting retry on the MSI
dialog and see if it starts].
Important:
Don't forget to save and close everything (services.msc
) before continuing.
Also very important, you should (must) check your .NET framework
version and update it to version 4.5 and above. You could download a software like eg Driver Booster to update all of your drivers and additional components that are outdated.
1
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
add a comment |
I suggest doing the following:
Hit Win+R to open up you run.exe then inside of it enter services.msc to open up services
. Try locating the service under the name of MongoDB Server
and set the Startup Type
manually to Automatic
- [In addition to that, you could set the username
and password
manually. If you get a message saying the user was granted login as a service right, try hitting retry on the MSI
dialog and see if it starts].
Important:
Don't forget to save and close everything (services.msc
) before continuing.
Also very important, you should (must) check your .NET framework
version and update it to version 4.5 and above. You could download a software like eg Driver Booster to update all of your drivers and additional components that are outdated.
1
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
add a comment |
I suggest doing the following:
Hit Win+R to open up you run.exe then inside of it enter services.msc to open up services
. Try locating the service under the name of MongoDB Server
and set the Startup Type
manually to Automatic
- [In addition to that, you could set the username
and password
manually. If you get a message saying the user was granted login as a service right, try hitting retry on the MSI
dialog and see if it starts].
Important:
Don't forget to save and close everything (services.msc
) before continuing.
Also very important, you should (must) check your .NET framework
version and update it to version 4.5 and above. You could download a software like eg Driver Booster to update all of your drivers and additional components that are outdated.
I suggest doing the following:
Hit Win+R to open up you run.exe then inside of it enter services.msc to open up services
. Try locating the service under the name of MongoDB Server
and set the Startup Type
manually to Automatic
- [In addition to that, you could set the username
and password
manually. If you get a message saying the user was granted login as a service right, try hitting retry on the MSI
dialog and see if it starts].
Important:
Don't forget to save and close everything (services.msc
) before continuing.
Also very important, you should (must) check your .NET framework
version and update it to version 4.5 and above. You could download a software like eg Driver Booster to update all of your drivers and additional components that are outdated.
edited Sep 30 '18 at 12:13
answered Sep 9 '18 at 1:26
Bigga_HDBigga_HD
1,290725
1,290725
1
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
add a comment |
1
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
1
1
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
Thanks, the problem was due to the absence of .NET framework.
– Eskoby
Sep 9 '18 at 15:05
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52236612%2fservice-mongodb-server-mongodb-failed-to-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you logged in as an administrator?
– gbeaven
Sep 8 '18 at 17:07
Yes, actually there's only one account on the computer.
– Eskoby
Sep 8 '18 at 17:18