Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 76002 invoked from network); 31 Mar 2008 22:54:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 22:54:16 -0000 Received: (qmail 62036 invoked by uid 500); 31 Mar 2008 22:54:15 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 62019 invoked by uid 500); 31 Mar 2008 22:54:15 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 62008 invoked by uid 99); 31 Mar 2008 22:54:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 15:54:15 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 31 Mar 2008 22:53:34 +0000 Received: (qmail 82460 invoked from network); 31 Mar 2008 22:53:43 -0000 Received: from unknown (HELO ?10.149.26.14?) (unknown) by unknown with SMTP; 31 Mar 2008 22:53:43 -0000 X-pair-Authenticated: 72.255.63.123 Message-ID: <47F16B7D.1010202@wso2.com> Date: Tue, 01 Apr 2008 04:23:49 +0530 From: Samisa Abeysinghe User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Apache AXIS C User List Subject: Re: Error code: 75 :: A read attempt(HTTP) for the reply without sending the request References: <6463f4210803311144r4bfca126t4d288cb386859ef@mail.gmail.com> In-Reply-To: <6463f4210803311144r4bfca126t4d288cb386859ef@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Again, this is an httpd performance tuning issue. If you want to run httpd with heavy loads, then you got to fine tune httpd config to adopt to heavy loads. Samisa... Alex Bolgarov wrote: > Hi, > > Another thing that happened today in my experiments with the Axis2/C > was this error message from the client: > > Error code: 75 :: A read attempt(HTTP) for the reply without sending the request > > This happens after approx. 28-30 thousand requests were sent by the > client successfully. I'm using modified echo sample client, modified > in that the send-receive call is put into the loop with large (100000 > currently) number of iterations. So the client does ~30K > requests-response interactions successfully and then this error > happens. > > As far as I understand, after searching for this error in the Axis > source code, this error is reported when a client tries to receive the > response but there is no HTTP socket connection opened to the server, > right? > > I'm using a mod_axis2 with Apache httpd 2.4.4 as a Axis server. > > What is interesting though, is that the debug level that is set up in > the Apache config file for Axis (Axis2LogLevel directive) seems to > have an impact on this. > > When the Axis2LogLevel is set to 'debug', which means that the > mod_axis2 generates a huge amount of debug information in the Apache's > error_log, this error does not happen at all - all 100K of > request-response interactions are successful. > > Only when I set Axis2LogLevel to 'info' or less (that is, less > information is printed in the error_log file), then this error > happens, stable after ~30K requests. > > What might be the reason for this? May be writing of the debug output > slows down the Axis significantly so that no problem occurs, but if > the debug information is not written, then Axis (and httpd where it is > running) overload the computer so that the httpd refuses a connection > after some time? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-user-help@ws.apache.org > > > > -- Samisa Abeysinghe Software Architect; WSO2 Inc. http://www.wso2.com/ - "Oxygenating the Web Service Platform." --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org