Jaguar.log errors

[CR #352066] If Jaguar.log contains errors such as “Too many open files” when starting up EAServer, the limit on open files (file descriptors) must be increased.

Workaround: Enter:

ulimit -n <num>

where <num> is the number of open files to be set. For example:

ulimit -n 16000

sets a soft limit of 16000 open files.If this number is set too high it can cause the JVM to abort during EAServer startup. If this occurs decrease this number until the JVM starts successfully.