mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +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.