aspose file tools
The moose likes Web Services and the fly likes CXF + Interceptor has thrown exception, unwinding now Could not send Message. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "CXF + Interceptor has thrown exception, unwinding now Could not send Message." Watch "CXF + Interceptor has thrown exception, unwinding now Could not send Message." New topic
Author

CXF + Interceptor has thrown exception, unwinding now Could not send Message.

Ramesh Etta
Ranch Hand

Joined: Sep 18, 2007
Posts: 46
I am getting this error after i am successfully able to send request for some time. My Connection timeout value is set to 10 minutes. But i am getting this exception in less than a second i send the request.

The below is the error log i see.
[org.apache.cxf.phase.PhaseInterceptorChain] - Interceptor has thrown exception, unwinding now Could not send Message.

javax.xml.ws.soap.SOAPFaultException: Could not send Message.

Please help
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Are you able to include the complete stacktrace from the error?
That would help in determining the cause.
Also, to make sure that the service isn't at fault, have you tried to send a request to the service using soapUI after the client has experienced the error?
Best wishes!


My free books and tutorials: http://www.slideshare.net/krizsan
Ramesh Etta
Ranch Hand

Joined: Sep 18, 2007
Posts: 46
Hi Ivan,

I couldnt get any trace apart from the one i given from the logs. This error will not happen every time. Can you give me some scenarios which you ever have come through, where you see this kind of exception.
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
One possible reason for a client not being able to send a message can be that the service is down.
I hoped I would be able to gain more information from the stacktrace. Now I can only guess.
Best wishes!
Ramesh Etta
Ranch Hand

Joined: Sep 18, 2007
Posts: 46
Hi Ivan, Thanks for the reply. I could'nt even think of the service down. Because other clients are able to send the requests. Anyhow thank you for your reply.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: CXF + Interceptor has thrown exception, unwinding now Could not send Message.
 
Similar Threads
Application Throw Exception
CXF webservice ClassCastException
Application has thrown exception, unwinding now: null
Apache CXF webservice error
How to create web service client to remote SSL service (HTTPS)?