Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 56416 invoked from network); 28 May 2009 22:21:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 May 2009 22:21:01 -0000 Received: (qmail 8413 invoked by uid 500); 28 May 2009 22:21:11 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 8336 invoked by uid 500); 28 May 2009 22:21:11 -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 8327 invoked by uid 99); 28 May 2009 22:21:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 22:21:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of manueldarveau@gmail.com designates 209.85.217.177 as permitted sender) Received: from [209.85.217.177] (HELO mail-gx0-f177.google.com) (209.85.217.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 22:21:00 +0000 Received: by gxk25 with SMTP id 25so2004456gxk.16 for ; Thu, 28 May 2009 15:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=NTThLwrOoU+7Toyef4PUf/XIHyG7avMO1EVX49MPq2A=; b=hHlbhSgZSwbquLobtGrodr+7qC+Er67ndAweLY/y6hfcgJWpuSrQ3e4eEHKYsO4DKO MPq6BUB1gEF6/zhtGl1X2lB9VSnvGQSsOKt5v8p9+N2ghlGTCAK9vIeq6ptUyqWVnT4W CHUJMxWY0FVnss7ehM4MEvBV1ZldP9D5Ie+r8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=elKPSPOe4PZUFcMGBiD0vfy4uQWkGo0V6y7PWiuQ9j+Bzt3bMbXkDbOsgj69v2Oiqp wJdLgV8lseIHJREySj93zWLlIjIstdT7lsay5pyTTAgl1OJ13niCp/AL+UdoNgY3OZwn 1Pvo3ggecfbX3pLjKMp5qGp54+n0QD1QbAQ6w= MIME-Version: 1.0 Received: by 10.151.124.8 with SMTP id b8mr3544035ybn.187.1243545475869; Thu, 28 May 2009 14:17:55 -0700 (PDT) Date: Thu, 28 May 2009 17:17:55 -0400 Message-ID: Subject: Old Servlet API From: Manuel Darveau To: axis-user@ws.apache.org Content-Type: multipart/alternative; boundary=001e680f0fd859ebde046aff7e1e X-Virus-Checked: Checked by ClamAV on apache.org --001e680f0fd859ebde046aff7e1e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I have a production server running axis2 service and I get "INFO Old Servlet API :java.lang.StackOverflowError" in the log file. I checked the code a bit a found in AxisServlet: //set the initial buffer for a larger value try { response.setBufferSize(BUFFER_SIZE); } catch (Throwable t){ log.info("Old Servlet API :" + t); } Should I be worried about this or is this "normal"? Can someone explain why response.setBufferSize could throw a StackOverflow? Thank you very much! Manuel --001e680f0fd859ebde046aff7e1e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I have a production server running axis2 service and I get &quo= t;INFO=A0 Old Servlet API :java.lang.StackOverflowError" in the log fi= le.
I checked the code a bit a found in AxisServlet:
=A0=A0=A0=A0=A0= =A0=A0 //set the initial buffer for a larger value
=A0=A0=A0=A0=A0=A0=A0 try {
=A0=A0=A0=A0=A0=A0=A0 response.setBufferSize= (BUFFER_SIZE);
=A0=A0=A0=A0=A0=A0=A0 } catch (Throwable t){
=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0 log.info("Old= Servlet API :" + t);
=A0=A0=A0=A0=A0=A0=A0 }

Should I be wo= rried about this or is this "normal"? Can someone explain why res= ponse.setBufferSize could throw a StackOverflow?

Thank you very much!

Manuel
--001e680f0fd859ebde046aff7e1e--