Web services 加载限制策略时WSO2 API管理器服务API调用失败

Web services 加载限制策略时WSO2 API管理器服务API调用失败,web-services,wso2,axis2,wso2-am,Web Services,Wso2,Axis2,Wso2 Am,目前,我们正试图通过WSO2 API管理器公开Axis2 web服务。然而,在某些情况下,服务不会返回结果,并且查看WSO2 API管理器上的日志,我们可以看到以下内容 ERROR {org.wso2.carbon.apimgt.gateway.handlers.throttling.APIThrottleHandler} - Unable to load throttling policy using key: gov:/apimgt/applicationdata/tier

目前,我们正试图通过WSO2 API管理器公开Axis2 web服务。然而,在某些情况下,服务不会返回结果,并且查看WSO2 API管理器上的日志,我们可以看到以下内容

ERROR {org.wso2.carbon.apimgt.gateway.handlers.throttling.APIThrottleHandler} -  Unable         to load throttling policy using key: gov:/apimgt/applicationdata/tiers.xml   {org.wso2.carbon.apimgt.gateway.handlers.throttling.APIThrottleHandler} TID: [0] [AM] [2013-01-07 16:42:22,951]  
INFO {org.apache.synapse.mediators.builtin.LogMediator} -  To: /TestService/1.0.0, WSAction: urn:testOperation, SOAPAction: urn:testOperation, MessageID: urn:uuid:a8f94f58-5e2d-4d51-afc7-83182b51d173, Direction: request, STATUS = Executing default 'fault' sequence, ERROR_CODE = 0, ERROR_MESSAGE = Unable to load throttling policy using key: gov:/apimgt/applicationdata/tiers.xml, Envelope: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><p:testOperation xmlns:p="http://example.com"><param>d1</param></p:testOperation></soapenv:Body></soapenv:Envelope> {org.apache.synapse.mediators.builtin.LogMediator}
错误{org.wso2.carbon.apimgt.gateway.handlers.throttling.apitrottlehandler}-无法使用key:gov:/apimgt/applicationdata/tiers.xml{org.wso2.carbon.apimgt.gateway.handlers.throttling.apitrottlehandler}[0][AM][2013-01-07 16:42:22951]
INFO{org.apache.synapse.mediators.builtin.LogMediator}-To:/TestService/1.0.0,WSAction:urn:testOperation,SOAPAction:urn:testOperation,MessageID:urn:uuid:a8f94f58-5e2d-4d51-afc7-83182b51d173,方向:请求,状态=执行默认“故障”序列,错误代码=0,ERROR_MESSAGE=无法使用key:gov:/apimgt/applicationdata/tiers.xml加载限制策略,信封:d1{org.apache.synapse.mediators.builtin.LogMediator}

对于配置,我使用默认的h2数据库作为注册表,使用mysql数据库作为用户和api管理器数据库

此问题是已知问题[1],将在下一个AM版本中修复。我们在一个实例中也遇到了这个问题,当我们试图同时或在短时间内调用两个不同的API时

谢谢,


[1]

我了解到,我们没有使用Jira中描述的keymanager/网关分离设置。因此,本地设置也面临这种问题。