获取API时出错

时间:2015-11-04 05:08:06

标签: wso2 wso2carbon wso2-am

我在本地安装了WSO2 API管理器并创建了API,但是API列表没有出现在WSO2仪表板上。它显示错误,即

[2015-11-03 18:47:29,781] ERROR - AsyncDataPublisher Reconnection failed for for tcp://localhost:7614"
index:jag org.wso2.carbon.apimgt.api.APIManagementException: Error occurred while getting the APIs 

enter image description here API管理器的版本是1.9.1

我无法获得任何API统计信息 enter image description here

1 个答案:

答案 0 :(得分:0)

如果未根据“端口偏移”值配置信息,则可能会发生此问题。例如,如果BAM实例的端口偏移值为3,则需要在/ repository / conf /文件夹中的api-manager.xml中的属性中进行如下配置。

    <ThriftPort>7614</ThriftPort>
    <BAMServerURL>{tcp://<IP Address>:7614/}</BAMServerURL>

还要确保重启两台服务器。