OutOfMemory

If you are having concurrency issues as a result of high loads, something to check if the JVM is complaining about:

java.lang.OutOfMemoryError : unable to create new native Thread

$ ps -eLF| grep -c java
$ ulimit -u