IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

WebLogic does not function after the data collector is installed

The problem: After installing the data collector, WebLogic does not function and displays the error message Too many open files.

The solution: Increase the value of rlim_fd_cur and rlim_fd_max in file /etc/system based on your specific system configuration. For example, set both of the values to 4096:

# set hard limit on file descriptors   
set rlim_fd_max = 4096   
# set soft limit on file descriptors   
set rlim_fd_cur = 4096


Parent topic:

data collector

+

Search Tips   |   Advanced Search