我们正在评估wso2 DAS 3.0.0,这是BAM 2.5.0的演变。 我们正在尝试将AM事件发布到DAS,就像我们在[1]中所做的那样。
如果我在AM的admin-dashboard / analytics中配置DAS地址:
Event Receiver Group
{tcp://<DAS server>:7611}
Data Analyzer Configurations
https://<DAS server>:9443
我得到了
[2015-07-10 11:04:15,942] INFO - add:jag Deploying BAM toolbox 'API_Manager_Analytics.tbox'...
[2015-07-10 11:04:15,983] ERROR - add:jag Error occurred while installing BAM Toolbox (Cause:org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) https://<DAS server>:9443/services/BAMToolboxDepolyerService)
我该怎么办? 我需要在DA上配置什么才能接受AM发布?
由于 阿尔贝托
[1] https://docs.wso2.com/display/AM190/Publishing+API+Runtime+Statistics
答案 0 :(得分:4)
由于APIM 1.9.0是默认支持BAM,因此该UI用于部署称为工具箱的BAM分析工件。使用DAS时,应将Data Analyzer配置保留为空白。 并且需要在DAS上手动部署工件(CaPP)。
您可以参考此博客并解决它。
http://blog.rukspot.com/2015/09/publishing-apim-runtime-statistics-to.html
谢谢和问候。