• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Ramesh Etta
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic