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.
|  |  | 
|---|
|  | Returned by MongoDB applications upon successful exit. | 
|  | Returned by mongodas a generic failure when no
other error codes apply. | 
|  | The specified options are in error or are incompatible
with other options. | 
|  | Returned by mongodif there is a mismatch between
hostnames specified on the command line and in thelocal.sourcescollection when running a replica set. | 
|  | The version of the database is different from the version
supported by the mongod(ormongod.exe) instance.  The instance exits
cleanly. | 
|  | Returned by mongosif a problem is encountered
during initialization. | 
|  | Returned by the mongod.exeprocess on Windows
when it receives a Control-C, Close, Break or Shutdown event. | 
|  | Returned by MongoDB applications which encounter an
unrecoverable error, an uncaught exception or uncaught signal.
The system exits without performing a clean shutdown. | 
|  | 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. | 
|  | Returned by mongodormongoswhen an error prevents a newly started instance from listening
for incoming connections. | 
|  | Returned by mongodduring server initialization
if it fails to fork the process. | 
|  | Returned by mongodduring server initialization
if the daemon fails to send a ready signal. The process exits
cleanly. | 
|  | Returned by the Storage Node Watchdog if any of the
filesystems with monitored directories are unresponsive. | 
|  | Returned by mongodwhen the datafiles in--dbpathare incompatible with the
version ofmongodcurrently running. To resolve data incompatibility issues after upgrading,
refer to the release notes for your version of MongoDB and search
for "Compatibility Changes." | 
|  | Returned by mongodormongoswhen
the process health check triggers a crash. | 
|  | Returned by mongodwhen the process throws an
uncaught exception. | 
|  | Returned by mongodormongoswhen
the process fails to rotate audit logs on startup. |