How to resolve the error java.net.SocketException: Too many open files

You have certainly open the maximum number of open file/sockets. The maximum number of open files or sockets on Linux machines is 1024. by default. You need to change that. You can refer this java.net.SocketException Too many open files You can use below query to check from your terminal to get maximum number of allowed open … Read more