Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 98283 invoked from network); 16 Feb 2008 15:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2008 15:08:20 -0000 Received: (qmail 46380 invoked by uid 500); 16 Feb 2008 15:08:07 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 46359 invoked by uid 500); 16 Feb 2008 15:08:06 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 46348 invoked by uid 99); 16 Feb 2008 15:08:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 07:08:06 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Michele.Mazzucco@ncl.ac.uk designates 128.240.234.85 as permitted sender) Received: from [128.240.234.85] (HELO cheviot1.ncl.ac.uk) (128.240.234.85) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 15:07:32 +0000 Received: from [10.8.150.50] (socksgw2.ncl.ac.uk [128.240.229.13]) by cheviot1.ncl.ac.uk (8.13.1/8.13.1) with ESMTP id m1GF7dMK017385 for ; Sat, 16 Feb 2008 15:07:39 GMT Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: References: <15514156.post@talk.nabble.com> <80190A6B-F3A6-4D12-84F3-CBC89B4B0C35@ncl.ac.uk> <15517229.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <5F2F300A-4D7E-49F8-BDEB-CA4E8817D9F7@ncl.ac.uk> Content-Transfer-Encoding: quoted-printable From: Michele Mazzucco Subject: Re: Axis2 client hangs with multiple requests in one session Date: Sat, 16 Feb 2008 15:07:34 +0000 To: axis-user@ws.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org Hello, as I said in my previous email, my guess is that the problem lies at =20 the transport level. In order to confirm (or deny) my assumption you can 1 - not reuse the same HttpClient between calls 2 - customize your HttpConnectionManager as I suggested you in my =20 previous email. Michele On 16 Feb 2008, at 14:52, P=E4r Malmqvist wrote: > Hi! > > I have noticed that the combination below sometimes hangs on the =20 > third call if the server response always is an AxisFault. > But I have not had time to track it down complete so it would be =20 > interesting to here from you. > What happens when you send a call three times in a row and the =20 > response is always an AxisFault with an error message? > I hope it is not that hard to find out what parameters to use in =20 > your call to get an AxisFault from the server. > > Thanks! > > /P=E4r > > > > > > > Date: Sat, 16 Feb 2008 03:30:16 -0800 > > From: xiangminl@landslide.com > > To: axis-user@ws.apache.org > > Subject: Re: Axis2 client hangs with multiple requests in one =20 > session > > > > > > Thanks, Michele! > > > > The combination of these 2 lines works for multiple requests/=20 > responses: > > options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, true); > > options.setCallTransportCleanup(true); > > > > This line only tracks the cookie "JSESSIONID" but nothing else: > > options.setManageSession(true); > > -- > > View this message in context: http://www.nabble.com/Axis2-client-=20 > hangs-with-multiple-requests-in-one-session-tp15514156p15517229.html > > Sent from the Axis - User mailing list archive at Nabble.com. > > > > > > =20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > Express yourself instantly with MSN Messenger! MSN Messenger --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org