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
I'm running the apim-with-analytics docker compose on a centos 7 machine, everything works good, expect the user self registration, when i try to sign up i get the following error:
[2020-03-04 14:01:47,743] ERROR - IdentityManagementEndpointUtil Exception while retrieving error details from original exception. Original exception: org.wso2.carbon.identity.mgt.endpoint.client.SelfRegistrationMgtClientException: Error while check username validity for user : bouzalmat at org.wso2.carbon.identity.mgt.endpoint.client.SelfRegistrationMgtClient.checkUsernameValidity(SelfRegistrationMgtClient.java:277) ~[classes/:?] Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
How can i fix it ?
The text was updated successfully, but these errors were encountered:
I'm running the apim-with-analytics docker compose on a centos 7 machine, everything works good, expect the user self registration, when i try to sign up i get the following error:
[2020-03-04 14:01:47,743] ERROR - IdentityManagementEndpointUtil Exception while retrieving error details from original exception. Original exception: org.wso2.carbon.identity.mgt.endpoint.client.SelfRegistrationMgtClientException: Error while check username validity for user : bouzalmat at org.wso2.carbon.identity.mgt.endpoint.client.SelfRegistrationMgtClient.checkUsernameValidity(SelfRegistrationMgtClient.java:277) ~[classes/:?]
Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
How can i fix it ?
The text was updated successfully, but these errors were encountered: