mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Root Cause: Some global parameters contains NULL value, where the code doesn't handle NULL check. So it fails with an exception. Hence nothing appears on the field(ERROR). Solution: Added required NULL check.