Re: Interceptor has thrown exception when using cxf-bc

2008-06-06 Thread Håkon Sagehaug
Hi, I think this might be the trick. I did many request to the service and it worked fine, then I restarted servicemix and sent a request agin, but then I got this message error: java.net.SocketTimeoutException: Read timed out ] DEBUG - DeliveryChannelImpl- Notifying exchange ID:129

Re: Interceptor has thrown exception when using cxf-bc

2008-06-06 Thread Freeman Fang
Hi, Try to add timeout="the_time_out_you_want_to_set_as_ms" attribute for you cxf bc consumer configuration. Freeman Håkon Sagehaug wrote: Hi, The only more I got is this INFO: class org.apache.cxf.binding.soap.interceptor.Soap12FaultOutInterceptorapplication/soap+xml I've put on debug mod

Re: Interceptor has thrown exception when using cxf-bc

2008-06-06 Thread Håkon Sagehaug
Hi, The only more I got is this INFO: class org.apache.cxf.binding.soap.interceptor.Soap12FaultOutInterceptorapplication/soap+xml I've put on debug mode also. I suspect I has something to do with timeout, since i'm trying to call a bpel process, that has a invoke call that take some time, but t

Re: Interceptor has thrown exception when using cxf-bc

2008-06-06 Thread Freeman Fang
Hi, From this exception I can't tell what happened. Do you get more exception log? Freeman Håkon Sagehaug wrote: Hi Sometimes, yes not everytime, I get this error thrown from servicemix. And was wondering what is the reason for this. Jun 6, 2008 3:02:56 PM org.apache.cxf.phase.PhaseInter

Interceptor has thrown exception when using cxf-bc

2008-06-06 Thread Håkon Sagehaug
Hi Sometimes, yes not everytime, I get this error thrown from servicemix. And was wondering what is the reason for this. Jun 6, 2008 3:02:56 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has thrown exception, unwinding now org.apache.cxf.interceptor.Fault a