S00006

Error Code

S00006

Error Message

Maximum connections <num> reached. Close unused connections or increase maxConnections limit. RefId:S00006

Probable Causes

The number of connections between clients and the server is increased by one when a socket is created and the number of connections has not reached the maxConnections limit; it is decreased by one when a connection is closed by the protocol state machine. This error occurs when the number of connections exceeds the configuration parameter maxConnections.

Probable causes for this error include:

  • An excessive number of connections to the server.

  • An excessively small maxConnections.

Solutions

  1. Close unnecessary connections.

  2. Set a higher maxConnections.

For more information on configuration parameters, please see Standalone Mode.