WSO2 API Manager 2.0 Log Error localhost:7712 (ssl thrift port)

血红的双手。 提交于 2019-12-03 23:15:45

I encountered the same problem when trying to install APIM Analytics on a different server from APIM. Turns out I forgot to change the DAS_AGENT.url property in the log4j.properties file. Updating the property solved the issue.

"Cannot borrow client for ssl://localhost:7712" "ThriftSecureClientPoolFactory" Above is fixed by matching the ssl Thrift port defined in analytics worker /conf/worker/deployment.yaml

In wso2 api manger analytics 2.6.0 they made changes to DAS, now if you see this error you have to change /repository/conf/api-manager.xml

<StreamProcessorServerURL>{tcp://localhost:7612</StreamProcessorServerURL>

The ssl port 7712 is derived from StreamProcessorServerURL:Port+100 and

AuthUrlGroup>ssl://${carbon.local.ip}:7711</AuthUrlGroup>

The ssl port 7712 is derived from AuthUrlGroup:Port

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!