Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Getting error "Could not send Message"

Hi ,
I have a job with a tESBConsumer that calls a Soap service. However when the service is down i can see the below error in log file.Job design as follows,
Im using axis2 client code(stub) to invoke esb service. how to let client to know about this kind of error?
0683p000009MBd6.png 
13:25:35,646 | WARN  | pool-10-thread-3 | ache.cxf.common.logging.LogUtils  452 | 121 - org.apache.cxf.cxf-api - 2.7.12 | Interceptor for {http://ws.cdyne.com/WeatherWS/}Weather#{http://ws.cdyne.com/WeatherWS/}GetCityForecastByZIP has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Could not send Message.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
You can use tLogCatcher to capture the error message and output it to a log file or database.
Best regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi
You can use tLogCatcher to capture the error message and output it to a log file or database.
Best regards
Shong
Anonymous
Not applicable
Author

Hi Shong,
Thanks, for the details. tLogCatcher works fine.
Regards,
Jayendran