Too many open files

09:26:26,904 WARN erSocketPipelineSink - WS-BOSS-pool-18-thread-1 Failed to accept a connection.
java.io.IOException: Too many open files
 

Max

Administrator
Staff member
You can count open files using
Code:
lsof -p 17838 -n | wc -l
here 17838 is the PID of server process

Print open files
Code:
lsof -p 17838 -n
Please send report to support@flashphoner.com
Code:
cd WCS_HOME/bin
./report.sh
 
Top