You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the gateway displays an unfriendly "Whitelabel Error Page" message when it crashes:
eg caused by:
Caused by: org.georchestra.ds.users.DuplicatedEmailException: there is a user with this email: [email protected]
at org.georchestra.ds.users.AccountDaoImpl.insert(AccountDaoImpl.java:148) ~[georchestra-ldap-account-management-23.1-SNAPSHOT.jar:na]
at org.georchestra.gateway.accounts.admin.ldap.LdapAccountsManager.createInternal(LdapAccountsManager.java:94) ~[classes/:23.1-SNAPSHOT]
at org.georchestra.gateway.accounts.admin.AbstractAccountsManager.createIfMissing(AbstractAccountsManager.java:64) ~[classes/:23.1-SNAPSHOT]
at org.georchestra.gateway.accounts.admin.AbstractAccountsManager.lambda$getOrCreate$0(AbstractAccountsManager.java:40) ~[classes/:23.1-SNAPSHOT]
at java.base/java.util.Optional.orElseGet(Unknown Source) ~[na:na]
What would be a better way of handling such errors ?
The text was updated successfully, but these errors were encountered:
Currently the gateway displays an unfriendly "Whitelabel Error Page" message when it crashes:
eg caused by:
What would be a better way of handling such errors ?
The text was updated successfully, but these errors were encountered: