首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >“打开的对话太多。请关闭它们,然后重试。”

“打开的对话太多。请关闭它们,然后重试。”
EN

Stack Overflow用户
提问于 2020-01-15 03:47:49
回答 1查看 148关注 0票数 0

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

代码语言:javascript
复制
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$2.handleMessage(MuleUniversalConduit.java:223)
  (227 more...)

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

我不确定错误是从哪里产生的,是因为后端服务器上的某些限制,还是应该检查一下内部限制,比如"maxThreads"?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-01-16 00:17:41

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

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59740788

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档