2017-05-23 12 views
-1

で終了しました私はERROR:子プロセスが失敗したが、エラー番号4

#mongod --fork --logpath /var/log/mongod.log 

このコマンドを実行しようとしていたが、私は、このメッセージ

about to fork child process, waiting until server is ready for connections.
forked process: 10750
all output going to: /var/log/mongod.log
log file [/var/log/mongod.log] exists; copied to temporary file
[/var/log/mongod.log.2017-05-23T14-57-31]
ERROR: child process failed, exited with error number 4

あなたは私が問題を解決してもらえましたか?

the MongoDB docsパー

答えて

0

4
The version of the database is different from the version supported by the mongod (or mongod.exe) instance. The instance exits cleanly.

+0

しかし、どのように私は問題を解決してくださいすることができますか? – dhouha

+0

db.versionで[dbのバージョンを調べる](https://stackoverflow.com/questions/38160412/how-to-find-the-exact-version-of-installed-mongodb)を試しましたか? )? mongod.exeがサポートしているものと異なる場合は、[アップグレードする](https://docs.mongodb.com/manual/tutorial/upgrade-revision/)(「このアップグレード手順に従う:」を参照してください) ')。 –

+0

私のmongodbバージョンは です。dbバージョンv2.4.9 – dhouha

関連する問題