We have an env of Apache 2.2.22 with CXF 2.4.5.  We are also running on WLS
11.  

In some instances, we have a war that does a web service call out to a
service that runs in another war on the same WLS container.  We route that
web service call through Apache into WLS.  When we do this using Apache
2.2.22, we start to get broken pipe showing up in the log files from the
initial service calling the second service.  Yet when we revert to Apache
2.0.64, the broken pipe issues go away.

Here is an example of the error (cxf-full here is just our use of Apache
Shade to integrate all our CXF dependencies into a single jar so we can use
WLS's Optional Package feature).

Caused by: java.net.SocketException: Broken pipe
        at java.net.SocketOutputStream.socketWrite0(Native Method)
~[na:1.6.0_29]
        at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
~[na:1.6.0_29]
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
~[na:1.6.0_29]
        at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
~[na:1.6.0_29]
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
~[na:1.6.0_29]
        at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
~[na:1.6.0_29]
        at
weblogic.net.http.ContentLengthOutputStream.close(ContentLengthOutputStream.java:56)
~[weblogic.jar:10.3.5.0]
        at
org.apache.cxf.io.AbstractWrappedOutputStream.close(AbstractWrappedOutputStream.java:72)
~[cxf-full.jar:2.4.5]
        at
org.apache.cxf.io.AbstractThresholdOutputStream.close(AbstractThresholdOutputStream.java:102)
~[cxf-full.jar:2.4.5]
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1393)
~[cxf-full.jar:2.4.5]


Is there a dependency between CXF versions and Apache Server versions?

That way we can determine what version of CXF we upgrade to and what to
version of Apache Server to pair with.

Thanks....jay



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Dependency-with-CXF-Apache-Server-versions-broken-pipe-tp5719772.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to