"Too many opened conversations. Please close them and try again."

"Too many opened conversations. Please close them and try again."

在 mulesoft 上访问我的应用程序时,出现以下错误:

Message               : 42|Application|Too many opened conversations. Please close them and try again.
Element               : null @ my-application-1:null:null
--------------------------------------------------------------------------------
Exception stack is:
42|Application|Too many opened conversations. Please close them and try again. (org.mule.module.ws.consumer.SoapFaultException)
  org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:84)
  org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:51)
  org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:40)
  org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
  org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:113)
  org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:69)
  org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:34)
  org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
  org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:856)
  org.mule.module.cxf.transport.MuleUniversalConduit.sendResultBackToCxf(MuleUniversalConduit.java:359)
  org.mule.module.cxf.transport.MuleUniversalConduit.dispatchMuleMessage(MuleUniversalConduit.java:316)
  org.mule.module.cxf.transport.MuleUniversalConduit.handleMessage(MuleUniversalConduit.java:223)
  (227 more...)

  (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)

我不确定错误的来源,是因为后端服务器的某些限制,还是我应该查看 "maxThreads" 之类的内部限制?

似乎正在从远程 Web 服务接收到 SOAP 错误。描述 42|Application|Too many opened conversations. Please close them and try again. 似乎是由网络服务发送的,看起来不是由 Mule 生成的。