Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 529BD200CE0 for ; Fri, 25 Aug 2017 15:35:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4F12F16C110; Fri, 25 Aug 2017 13:35:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B9E9416C032 for ; Fri, 25 Aug 2017 15:35:16 +0200 (CEST) Received: (qmail 2753 invoked by uid 500); 25 Aug 2017 13:35:15 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 2737 invoked by uid 99); 25 Aug 2017 13:35:15 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2017 13:35:15 +0000 Received: from ok2c (unknown [213.55.176.241]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 393F01A0040 for ; Fri, 25 Aug 2017 13:35:13 +0000 (UTC) Message-ID: <1503668110.5742.1.camel@apache.org> Subject: Re: Facing an issue with a portal throwing socket Timeout Exception From: Oleg Kalnichevski To: HttpClient User Discussion Date: Fri, 25 Aug 2017 15:35:10 +0200 In-Reply-To: References: <1503655110.29787.1.camel@apache.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit archived-at: Fri, 25 Aug 2017 13:35:17 -0000 On Fri, 2017-08-25 at 17:58 +0530, Vasudevan Comandur wrote: > Hi Oleg, > >    Thanks for your reply. When I had a look at the wireshark trace, I > saw > that server was sending the data >    in chunks and all the chunks were assembled finally with HTTP > headers. > The TCP flags had [FIN, PSH, ACK] >   set for the HTTP protocol and the data was also there. The retry > happend > 4 times and the data was coming >    all the tme from the server with same TCP flags settings. > >     I saw TCP packet from client with [ACK] flag followed by another > TCP > packet with [RST, ACK] flags. >     But the app did not receive the message. > >     I am running JDK 1.8.0.102 and OS is windows 8. > >     I can share the wireshark log trace if you need. > >      By changing the java version, will it help to solve the issue. > >      Looking forward to your suggestion. > > Thanks & Regards >   Vasu > Maybe the server sent a response, maybe it did not. What looks pretty clear to me is that the JRE believes the socket was closed by an opposite endpoint without returning any data. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org