Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: <html xmlns:vega
[...]
at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:95)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1670)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:297)
at gyzmo.put_damages_0_1.PUT_DAMAGES$GenericConsumer.invoke(PUT_DAMAGES.java:818)
Hi,
I have the same problem, does Anyone have any idea on how to solve it ?
Best regards.
Hello,
Could you please indicate on which talend build version you got this issue? We will appreciate it if you could post your job setting screenshots here.
Best regards
Sabrina
Hello,
The version is 5.6.1 .
My job is just a tFileInputXML with a tXMLMap and A tESBConsumer. When the file to send is small, the tESBConsumer working correctly. When I'm trying to send a big file, It's doesn't work and I've got an error like
Response was of unexpected text/html ContentType. Incoming portion of HTML stream
Best Regards.