1886
Failed to accept connections to socket. Socket error (Errno).
Description
The child process cannot accept connections on its server-side socket due to a socket Errno.
The worker process sentinel uses a TCP/IP socket connection with each started process to monitor that process. Each process is given a unique port number on which to create a server‑side socket which the worker process sentinel can connect to and monitor.
This error may indicate a problem with the network infrastructure.
Appears In
SWDIR\logs\sw_warn
Severity
2 (Severe)
Action
See the socket documentation for your particular operating system for more information about the socket Errno, what might have caused it, and how to resolve it.