A common problem with any server running lucene becasue it needs to open lots
of file handles - often more than the linux default of 1024.
Here's the fix for a linux system...
Edit the file: /etc/security/limits.conf
Add to the bottom:
* soft nofile 16384
* hard nofile 16384
Restart any co
It crashes giving this output.
=java.net.SocketException: Too many open files
at java.net.ServerSocket.createImpl(ServerSocket.java:255)
at java.net.ServerSocket.getImpl(ServerSocket.java:205)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocke