Tuesday, October 7

Weblogic server High CPU Utilization

An error (weblogic.common.resourcepool.ResourceDisabledException: Pool BAMDataSource is Suspended, cannot allocate resources to applications..) has occurred in the Active Data Cache storage system
Steps:
1.  top command –> to know the high CPU consuming process.
2. ps -ef|grep –> to know details of the process consuming high CPU.
3. ls -lrt /proc//fd
or  ls -lrt /proc//fd |grep log  —-> to know the files accessed by the process. To know the log files and other related files.
4. Check the log files, out files etc to get the related error.

No comments:

Post a Comment