如何解决WSO2中Thrift Authentication Exception (wrong userName or password)
How to Solve Thrift Authentication Exception (wrong userName or password) in WSO2
在我的本地环境中,我将 Wso2 分析与 Wso2 连接起来。一切正常。当我在 MessageFlowConfigurationPublisher.xml 和 MessageFlowStatisticsPublisher.xml 中更改密码 属性 时:
<property encrypted="false" name="password">my password</property>
WSO2 将其转换为加密版本并且有效,但是当我在我的开发环境中执行相同操作时。它将 属性 变成如下所示:
<property encrypted="false" name="password"/>
在我的开发环境中,当我在 MessageFlowConfigurationPublisher.xml 和 MessageFlowStatisticsPublisher.xml 中更改密码 属性 时,我也会收到此错误日志:
ERROR {org.wso2.carbon.event.publisher.core.internal.util.EventPublisherConfigurationBuilder} - Unable to decrypt the encrypted field: password in adaptor: MessageFlowConfigurationPublisher {org.wso2.carbon.event.publisher.core.internal.util.EventPublisherConfigurationBuilder}
wso2ei-6.1.1\conf\carbon.xml
在此文件中,我们的自定义密钥库配置错误。我改变这个:
<KeyAlias>my Alias</KeyAlias>
然后,成功了
在我的本地环境中,我将 Wso2 分析与 Wso2 连接起来。一切正常。当我在 MessageFlowConfigurationPublisher.xml 和 MessageFlowStatisticsPublisher.xml 中更改密码 属性 时:
<property encrypted="false" name="password">my password</property>
WSO2 将其转换为加密版本并且有效,但是当我在我的开发环境中执行相同操作时。它将 属性 变成如下所示:
<property encrypted="false" name="password"/>
在我的开发环境中,当我在 MessageFlowConfigurationPublisher.xml 和 MessageFlowStatisticsPublisher.xml 中更改密码 属性 时,我也会收到此错误日志:
ERROR {org.wso2.carbon.event.publisher.core.internal.util.EventPublisherConfigurationBuilder} - Unable to decrypt the encrypted field: password in adaptor: MessageFlowConfigurationPublisher {org.wso2.carbon.event.publisher.core.internal.util.EventPublisherConfigurationBuilder}
wso2ei-6.1.1\conf\carbon.xml
在此文件中,我们的自定义密钥库配置错误。我改变这个:
<KeyAlias>my Alias</KeyAlias>
然后,成功了