当我通过SOAP UI运行WS时,我会间歇性地收到下面的错误。有时它不工作,然后它继续工作,然后又有时它不工作。另一个问题是,客户端提供的测试web服务运行良好,没有问题,但当我们切换到生产web服务时,它就会出现问题。我已经在谷歌上搜索并做了一些更改( HttpConfig超时,jetty maxIdleTime),但仍然不能工作:(你有什么想法可以缩小问题的范围吗?
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderIntercep
当我尝试调用我的服务时,我得到了以下错误
WARNING: Interceptor for {http://schemas.microsoft.com/dynamics/2008/01/services}CustomerService#{http://schemas.microsoft.com/dynamics/2008/01/services}read has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.inter
我正在用Apache CXF开发一个SOAP客户端。请求的一个方法在客户端返回这个堆栈。对于SOAPUI,相同的请求将返回预期的响应。也许我在JNLP中丢了一个库?也许这是一个绑定问题?
2013-11-08 15:31:16,593 ERROR [es.isoftsanidad.eprescribe.comunclient.paneles.buscadorfarmacos.ListadoPF5Controlador] [setListaObjetos] Error en establecer el listado de los objetos
javax.xml.ws.soap.SO
最近,我遇到了将cookie发送到后端服务器(使用CXF 3.1.2处理HTTP请求)的奇怪问题,它引发了一个异常:
java.lang.IllegalArgumentException: Cookie is malformed :
at org.apache.cxf.jaxrs.impl.CookieHeaderProvider.fromString(CookieHeaderProvider.java:66) ~[cxf-rt-frontend-jaxrs-3.1.2.jar:3.1.2]
at org.apache.cxf.jaxrs.impl.Cookie
我正在运行一个Tomcat应用程序。
我在Services and Web conf/server.xml文件中将connectionTimeout设置为10分钟的高值。
Web conf/server.xml代码片段:
<Connector executor="tomcatThreadPool" port="8080" protocol="HTTP/1.1"
connectionTimeout="600000" redirectPort="8443" />
<Connector
在从ATG进行索引时,我们始终会得到以下错误:
由: java.net.SocketTimeoutException: SocketTimeoutException调用:读取超时引起
以下是日志:
JBoss server:
2015-05-17 19:07:12,278 INFO [nucleusNamespace.atg.endeca.index.DataDocumentSubmitter] (ProcessItemThread-482) Will attempt to contact record store "ExmProd_en_data" on host
我有一个使用Apache CXF与Axis2 web服务通信的应用程序。在测试环境中,一切都很顺利,转移到生产环境中时发生了以下异常:
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInt
我在WebService中遇到了一个问题,具体来说:
Caused by: org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterce
我无法解决超时错误。我想它是安全的东西,
堆栈跟踪:
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept
我正在尝试实现一个用于安全https连接的webclient。我导入了服务器证书并将其添加到java keystore。但是当我尝试运行客户端时,我得到了以下异常:--
Oct 18, 2013 3:25:25 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging WARNING: Interceptor for
{http://tempuri.org/}Service#{http://tempuri.org/}GetUserInformation has thrown exception,
unwinding no
为了帮助解决and服务的问题,我想将faultStackTraceEnabled和exceptionMessageCauseEnabled设置为true。
它似乎是可以在配置XML 中定义的终结点设置。唯一的问题是没有配置xml。客户端是使用CXFversion2.5.2 wsdl2java创建的。该配置似乎仅是注释。
我尝试了一些代码来获取端点并设置属性,但它不起作用。
UserManagementService ss = new UserManagementService();
UserManagementServiceV10 port = ss.getUs
我尝试使用CXF 3.0.0在外部接触一些服务。但是出现了非常奇怪的行为,比如有时它可以工作,有时它会因为附加了堆栈跟踪而失败(它可以在失败之前处理多个请求)。请求正文相同。发送请求的代码相同。
对此有什么建议吗?
附件中有一些日志。左侧为成功,右侧为请求失败时的案例。
org.apache.cxf.binding.soap.SoapFault: Problem writing SAAJ model to stream: connect timed out
at org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor$SAAJOu
Apache和JAX似乎总是会引发问题。我不知道我是不是用错了!
以下是我得到的例外:
20151203-15:14:06.836+0100 [play-akka.actor.default-dispatcher-9] ERROR my.proj - Asset E911S (SOAP) -- unknown error occurred at 2015-12-03T14:14:05.778Z while reading tag getSlave
javax.xml.ws.WebServiceException: Could not send Message.
at org.apach
我有一个遗留的应用程序,混合CXF和泽西-客户端。当我使用客户端时,CXF接管了.
Response response = client
.target("http://example.com")
.register(MultiPartFeature.class) //error when run this line
.request(MediaType.APPLICATION_JSON )accept type
.put(Entity.entity(request, media
我正在开发一个应用程序,在这个应用程序中,我需要使用来自need服务的数据。
此应用程序运行在Karaf容器上,并使用Spring。
我有wsdl文件,并使用JAX从wsdl生成源。如果启动使用服务的JUnit测试,一切正常,但是在Karaf容器上启动应用程序时,会出现以下错误:
Caugth exception of type javax.xml.ws.WebServiceException with message org.apache.cxf.service.factory.ServiceConstructionException
javax.xml.ws.WebServiceExce
web应用程序使用apache客户端向远程web服务发送请求。
当这个web应用程序部署在Tomcat上时,一切都正常。
当此web应用程序部署在JBOSS上且主体(信封)的大小大于8KB时,未能发送请求;生成了以下错误:
17:57:15,387 WARNING [org.apache.cxf.phase.PhaseInterceptorChain (ConnectorExecutor-21) Interceptor for xxx#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception, unwinding now