- Reference >
- Exit Codes and Statuses
Exit Codes and Statuses¶
MongoDB will return one of the following codes and statuses when
exiting. Use this guide to interpret logs and when troubleshooting
issues with mongod
and mongos
instances.
-
0
¶ Returned by MongoDB applications upon successful exit.
-
2
¶ The specified options are in error or are incompatible with other options.
-
3
¶ Returned by
mongod
if there is a mismatch between hostnames specified on the command line and in thelocal.sources
collection, in master/slave mode.
-
4
¶ The version of the database is different from the version supported by the
mongod
(ormongod.exe
) instance. The instance exits cleanly.
-
12
¶ Returned by the
mongod.exe
process on Windows when it receives a Control-C, Close, Break or Shutdown event.
-
14
¶ Returned by MongoDB applications which encounter an unrecoverable error, an uncaught exception or uncaught signal. The system exits without performing a clean shutdown.
-
20
¶ Message:
ERROR: wsastartup failed <reason>
Returned by MongoDB applications on Windows following an error in the WSAStartup function, used to initialize the networking subsystem.
Message:
NT Service Error
Returned by MongoDB applications for Windows due to failures installing, starting or removing the NT Service for the application.