wso2 / carbon-analytics-common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors when stopping the servers

emswbandara opened this issue · comments

Original issue: wso2/product-is#3651

This issue occurs during the undeployment of the IS analytics event publishers. In the event publisher we have the password property encrypted by default. Therefore during event adaptor undeployment, it tries to decrypt the password using the OSGI service CryptoService. If the OSGI bundle that that registers the CryptoService is undeployed before the event publishers , then from the EventPublisherConfigurationBuilder above error log will be printed and empty string will be set to the password property and continue with the undeployment of publishers. This event is completely harmless however we need to address the issue of printing an error log upon this event.