Explanation
A Unix Domain Socket cannot be created. This usually happens
when either the process specific file or socket descriptors are exceeded or
system wide limits for the number of descriptors for files or sockets are
exceeded.
User response
Please check the operating system documentation to increase
the process specific file or socket descriptor limits. Also, make sure that
the number of system-wide file or socket descriptors are set appropriately.
The number of descriptors depends on the number of client connections that
are created by the application. There are 2 sockets used up for each connection
handle used. There are 4 sockets used internally by the CLI/Logger threads.