PingAuthorize 9.3.0.5 (March 2024)
Fixed a NullPointerException
caused by an unconfigured alert handler
Fixed DS-47455
Fixed an issue where a NullPointerException
was thrown when an alert or alarm was raised and one or more of the alert handlers weren’t configured. This most commonly happened when the server was being stopped.
Now, instead of throwing a NullPointerException
, the server logs this message: Alert notification '<notification>' will not be processed by alert handler '<alert_handler>' since that alert handler does not have configuration.