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 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 the strange
thing is that sometimes it works.

I've got a bus config that lookes like this

 <http-conf:conduit name="{
http://bccs.uib.no/ode/EchoBPEL}EchoServiceBPEL.http-conduit";>
        <http-conf:client AllowChunking="false" ReceiveTimeout="0"
Connection="Keep-Alive" ConnectionTimeout="0" />
    </http-conf:conduit>

On both consumer and provider.

cheers, Håkon

2008/6/6 Freeman Fang <[EMAIL PROTECTED]>:

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.PhaseInterceptorChain
doIntercept
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault
       at

org.apache.servicemix.cxfbc.CxfBcConsumer$JbiPostInvokerInterceptor.handleMessage(CxfBcConsumer.java:486)
       at

org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
       at

org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:197)
       at
org.apache.servicemix.cxfbc.CxfBcConsumer.process(CxfBcConsumer.java:190)
       at

org.apache.servicemix.cxfbc.CxfBcConsumer$JbiInvokerInterceptor.handleMessage(CxfBcConsumer.java:462)
       at

org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
       at

org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:77)
       at

org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:280)
       at

org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:254)
       at

org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:62)
       at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722)
       at

org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
       at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
       at org.mortbay.jetty.Server.handle(Server.java:324)
       at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
       at

org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842)
       at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:730)
       at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
       at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
       at

org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
       at

org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
Jun 6, 2008 3:02:56 PM
org.apache.cxf.binding.soap.interceptor.Soap12FaultOutInterceptor
handleMessage

cheers, Håkon







Reply via email to