使用WSO2 ESB时出现ContinuationStateStack空警告

使用WSO2 ESB时出现ContinuationStateStack空警告,wso2,wso2esb,Wso2,Wso2esb,我不知道原因,但在使用WSO2 ESB 4.9.0 API时突然收到如下警告: <call> <endpoint> <http method="GET" uri-template="https://test.com/{uri.var.test}"/> </endpoint> </call> TID:[-1234][[2016-08-22 11:26:31951]警告 {org.apache.sy

我不知道原因,但在使用WSO2 ESB 4.9.0 API时突然收到如下警告:

<call>
  <endpoint>
     <http method="GET"
           uri-template="https://test.com/{uri.var.test}"/>
  </endpoint>
</call>
TID:[-1234][[2016-08-22 11:26:31951]警告 {org.apache.synapse.core.axis2.Axis2SynapseEnvironment}- ContinuationStateStack为空。没有ContinuationState来调解 响应{org.apache.synapse.core.axis2.Axis2SynapseEnvironment}

我在我的服务中使用了一个简单的呼叫中介,如下所示:

<call>
  <endpoint>
     <http method="GET"
           uri-template="https://test.com/{uri.var.test}"/>
  </endpoint>
</call>

这是什么原因?因为我的API不返回任何内容(它会给出连接超时)

读取请求后的连接超时:http-incoming-2047


如果API调用不需要响应,则可以设置以下属性

<property name="OUT_ONLY" value="true"/>

如果API调用不需要响应,则可以设置以下属性

<property name="OUT_ONLY" value="true"/>


谢谢您的回答,但是API调用正在等待响应。但是您的后端连接似乎超时了。您能在没有超时的情况下直接调用BE吗?谢谢您的回答,但是API调用需要响应。但是您的后端连接似乎超时了。你能在没有超时的情况下直接调用BE吗?在
call
mediator之后你有什么?如果你能发布整个synapse配置,那就更好了。调用中介后你有什么?如果您可以发布整个synapse配置,效果会更好。