Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xeu mongod.service" for details.

// deleting the mongod sock file my solve the issue
// run below command

sudo rm -rf /tmp/mongodb-27017.sock 

// then start again 
sudo systemctl start mongod
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #Job #failed #control #process #exited #error #See #status
ADD COMMENT
Topic
Name
8+1 =