-1

I have been trying to install MongoDB and have been following instructions on the Mongo docs, I am trying to start Mongo and I get this error

enter image description here

It appears as if it says that the "addr already in use"? I restarted my server and this still comes up I am unsure what to do next.

illcrx
  • 774
  • 1
  • 12
  • 32

1 Answers1

0

Stop the active mongod server and try it again:

sudo service mongod stop sudo mongod

migueref
  • 302
  • 1
  • 7