Too many open files
Recently I faced “Too many open files” exception. But what is this message about? This means that for each HTTP connection we open in a Java application, the operating system will allocate a file descriptor to relate the file to our Java process. Once the JVM finishes with the connection, it releases the descriptor.