The following messages are observed in the fms log.
Exception not handled properly
- Go to Administration > Data> Manage Derived Metrics
- Search for PoolUsedPercent with scope WebLogicJDBCDataSource
- Click on the Derived metric calculation
- Wrap the contents of Expression in a try catch block
try {
percent(#activeConnectionsCurrentCount# , scope.get("config").get("maxCapacity"))
}catch(Exception ex){
}
- Save the metric calculation. Then save the derived metric definition for changes to take effect.