[ 
https://issues.apache.org/jira/browse/CXF-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15318122#comment-15318122
 ] 

metatech commented on CXF-4524:
-------------------------------

This problem seems similar to this one :
http://stackoverflow.com/questions/25050073/why-does-an-apache-cxf-2-7-8-in-weblogic-application-server-12c-client-ignore-fi

> Large request causes socket timeout on subsequent requests on WebLogic hosted 
> service
> -------------------------------------------------------------------------------------
>
>                 Key: CXF-4524
>                 URL: https://issues.apache.org/jira/browse/CXF-4524
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: WebLogic 10.3.0.0
>            Reporter: Chris Pimlott
>         Attachments: stacktrace.client.txt, stacktrace.weblogic.txt, 
> weblogic-socketTimeoutBug.zip
>
>
> I discovered an odd bug that appears to be some sort of interaction between 
> CXF, WebLogic and HTTP keepalives.  I have a simple service in a webapp 
> hosted in WebLogic 10.3.0.0.  I am hitting that service with a client stub 
> generated from WSDL by cxf-codegen-plugin.
> The steps are as follows:
> 1. Create a new client service object
> 2. Make a first call, passing a fairly large (1000) list of strings
> 3. Make a second call to any method
> The first call executes properly, but the second call fails with a socket 
> timeout.
> If the first call has a smaller or empty list of strings, the issue does not 
> occur.
> If you add a delay of approx. 5 seconds between the two calls, the issue does 
> not occur.  Shorter delays don't seem to be sufficient.
> If you disable HTTP keepalives, either on the client (via System property) or 
> on the server, the issue does not occur.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to