wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
742 stars 722 forks source link

Redeploying error is printed when configuring SMS provider #18159

Open AnuradhaSK opened 10 months ago

AnuradhaSK commented 10 months ago

Describe the issue:

  1. Login to super tenant/ any other tenant via console
  2. Go to email & SMS configurations
  3. Configure an SMS provider
  4. Check the carbon log. The following warn log get printed
    [2023-11-29 10:06:18,152] [aaf21d7a-9601-4ab2-bfa0-cdb9685821e2]  WARN {org.wso2.carbon.identity.notification.sender.tenant.config.handlers.DefaultChannelConfigurationHandler} - Error while re-deploying resource.Error occurred when deploying the event publisher configuration for with name: SMSPublisher.

https://github.com/wso2/product-is/assets/25483865/c9361ebf-35c5-45db-9495-f4c8b3307c96

aaujayasena commented 10 months ago

@AnjanaSamindraPerera Shall we update the status

AnjanaSamindraPerera commented 10 months ago

According to analysis, this warning is thrown due to the URL considered to be required from event-publisher. Since we are using Twillo or similar SDK we are not attaching any URLs. Hence reducing the criticality of the issue.