Home > database >  Directing a startup errors, exception10310 mistakes
Directing a startup errors, exception10310 mistakes

Time:10-05

Mongo don't know the reason why we may not be able to access, and then do the following:
1. Through the command ps - ef | grep mongod, search process, the result is not found,
2. Through the command netstat - an | grep 27107 view port usage, the results were not found,
3. Then through the command rm [lock file path] delete the lock file, and through the mongd - f [the config file path] - repair start the mongo, there is an error,
4. Check the log file, error Is unable to lock file: lock the file path, Is a mongod instance already running? , rerminating, 1/2, and then through the steps to check the process and the port, still not found,
5. To modify the config file dbpath into a new directory, the error still appears,

Don't know what a great god ever met such a wonderful work, how to solve?

CodePudding user response:

To be a, asked god!!!

CodePudding user response:

Data and log directory permissions, right
  • Related