Solution: Configure the maximum amount of time that the Configuration
Manager Proxy waits by using the following method: // Wait for a maximum of 10 seconds
ConfigManagerProxy.setRetryCharacteristics(10000);
This
represents the time in milliseconds that the Configuration
Manager Proxy will
wait for information before throwing the exception ConfigManagerProxyPropertyNotInitializedException.Note: If you set this timeout value too low, an exception
will be thrown even if the Configuration Manager is available.