mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix application conf error message
This commit is contained in:
parent
9df320dd3b
commit
c66fa5bd60
@ -103,8 +103,7 @@ public class ConfigurationManager {
|
|||||||
this.identityServiceProviderConfiguration = (IdentityServiceProviderConfiguration) identityServerConfigUnmarshaller.unmarshal(new File(identityServerConfigPath));
|
this.identityServiceProviderConfiguration = (IdentityServiceProviderConfiguration) identityServerConfigUnmarshaller.unmarshal(new File(identityServerConfigPath));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e);
|
log.error(e);
|
||||||
throw new InvalidConfigurationException("Error occurred while initializing application config: "
|
throw new InvalidConfigurationException("Error occurred while initializing application managements configs: ", e);
|
||||||
+ configPath, e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user