Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 81713 invoked from network); 28 Sep 2008 01:32:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Sep 2008 01:32:23 -0000 Received: (qmail 18882 invoked by uid 500); 28 Sep 2008 01:32:13 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 18872 invoked by uid 500); 28 Sep 2008 01:32:13 -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 18861 invoked by uid 99); 28 Sep 2008 01:32:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Sep 2008 18:32:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Tony.Dean@sas.com designates 149.173.6.152 as permitted sender) Received: from [149.173.6.152] (HELO mercav04.na.sas.com) (149.173.6.152) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Sep 2008 01:31:10 +0000 Received: from merchub02.na.sas.com ([10.19.20.25]) by mercav04.na.sas.com with InterScan Message Security Suite; Sat, 27 Sep 2008 21:31:43 -0400 Received: from MERCMBX14.na.sas.com ([10.19.20.124]) by merchub02.na.sas.com ([10.19.20.25]) with mapi; Sat, 27 Sep 2008 21:31:42 -0400 From: Tony Dean To: "axis-user@ws.apache.org" Date: Sat, 27 Sep 2008 21:32:18 -0400 Subject: RE: axis2 1.3 stackoverflow Thread-Topic: axis2 1.3 stackoverflow Thread-Index: Ackg/v9H0QiTz7iJTCG9MunuonVENgACkadw Message-ID: <304E9E55F6A4BE4B910C2437D4D1B4960B253C3AA6@MERCMBX14.na.sas.com> References: <304E9E55F6A4BE4B910C2437D4D1B4960B253C3A90@MERCMBX14.na.sas.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_304E9E55F6A4BE4B910C2437D4D1B4960B253C3AA6MERCMBX14nasa_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_304E9E55F6A4BE4B910C2437D4D1B4960B253C3AA6MERCMBX14nasa_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm using wsdl4j 1.6.1. From: Martin Gainty [mailto:mgainty@hotmail.com] Sent: Saturday, September 27, 2008 8:13 PM To: axis-user@ws.apache.org Subject: RE: axis2 1.3 stackoverflow i found this on the spring site as a JIRA concerning jira when implementing= WSDL4J WSDL4J (the library we use) is not thread-safe, so I put a synchronized blo= ck around it. for some reason I cannot locate the print method on the current WSDL versio= n 1.5.2 of com.ibm.wsdl.util.xml.DOM2Writer which wsdl4j version supports print() method in com.ibm.wsdl.util.xml.DOM2W= riter ? Martin ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official busin= ess of Sender. This transmission is of a confidential nature and Sender doe= s not endorse distribution to any party other than intended recipient. Send= er does not necessarily endorse content contained within this transmission. > From: Tony.Dean@sas.com > To: axis-user@ws.apache.org > Date: Sat, 27 Sep 2008 19:25:18 -0400 > Subject: axis2 1.3 stackoverflow > > I have seen numerous jira issues regarding stackoverflow... > > A single client accessing my Axis2 service is successful and appears to b= e successful an unlimited amount of iterations. > > However, if I put a load on the service and allow multiple clients to acc= ess my service simultaneously, it does take long for stackoverflows to occu= r. I'm getting a consistent stacktrace as follows: > > 08:25:00,237 ERROR [[AxisServlet]] Servlet.service() for servlet AxisServ= let thre > java.lang.StackOverflowError > at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544) > at sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:384) > at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136) > at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146) > at java.io.OutputStreamWriter.write(OutputStreamWriter.java:204) > at java.io.PrintWriter.write(PrintWriter.java:384) > at java.io.PrintWriter.write(PrintWriter.java:384) > at java.io.PrintWriter.write(PrintWriter.java:401) > at java.io.PrintWriter.print(PrintWriter.java:532) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) > > > Anyone know what's going on? > > Thanks for any insight. > > Tony Dean > SAS Institute Inc. > 919.531.6704 > tony.dean@sas.com > > SAS... The Power to Know > http://www.sas.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > ________________________________ Stay up to date on your PC, the Web, and your mobile phone with Windows Liv= e. See Now --_000_304E9E55F6A4BE4B910C2437D4D1B4960B253C3AA6MERCMBX14nasa_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I’m using wsdl4j 1.6.1.

 

From: Martin Gainty [mailto:mgainty@hotmail.com]
Sent: Saturday, September 27, 2008 8:13 PM
To: axis-user@ws.apache.org
Subject: RE: axis2 1.3 stackoverflow

 

i found this on the spring site as a JIR= A concerning jira when implementing WSDL4J
WSDL4J (the library we use) is not thread-safe, so I put a synchronized blo= ck around it.

for some reason I cannot locate the print method on the current WSDL versio= n 1.5.2 of
com.ibm.wsdl.util.xml.DOM2Writer
which wsdl4j version supports print() method in com.ibm.wsdl.util.xml.DOM2Writer

?
Martin
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official busin= ess of Sender. This transmission is of a confidential nature and Sender does no= t endorse distribution to any party other than intended recipient. Sender doe= s not necessarily endorse content contained within this transmission.


> From: Tony.Dean@sas.com
> To: axis-user@ws.apache.org
> Date: Sat, 27 Sep 2008 19:25:18 -0400
> Subject: axis2 1.3 stackoverflow
>
> I have seen numerous jira issues regarding stackoverflow...
>
> A single client accessing my Axis2 service is successful and appears t= o be successful an unlimited amount of iterations.
>
> However, if I put a load on the service and allow multiple clients to access my service simultaneously, it does take long for stackoverflows to occur. I'm getting a consistent stacktrace as follows:
>
> 08:25:00,237 ERROR [[AxisServlet]] Servlet.service() for servlet AxisServlet thre
> java.lang.StackOverflowError
> at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544)
> at sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:384= )
> at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136)
> at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146)
> at java.io.OutputStreamWriter.write(OutputStreamWriter.java:204)
> at java.io.PrintWriter.write(PrintWriter.java:384)
> at java.io.PrintWriter.write(PrintWriter.java:384)
> at java.io.PrintWriter.write(PrintWriter.java:401)
> at java.io.PrintWriter.print(PrintWriter.java:532)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
> at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source)
>
>
> Anyone know what's going on?
>
> Thanks for any insight.
>
> Tony Dean
> SAS Institute Inc.
> 919.531.6704
> tony.dean@sas.com
>
> SAS... The Power to Know
> http://www.sas.com
>
>
>
> ---------------------------------------------------------------------<= br> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>


Stay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now

--_000_304E9E55F6A4BE4B910C2437D4D1B4960B253C3AA6MERCMBX14nasa_--