Fix application conf error message

feature/traccar-sync
Mohamed Rashd 2 years ago
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…
Cancel
Save