Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 27721 invoked from network); 27 Jun 2007 22:59:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 22:59:52 -0000 Received: (qmail 46843 invoked by uid 500); 27 Jun 2007 22:59:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 46732 invoked by uid 500); 27 Jun 2007 22:59:50 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 46709 invoked by uid 99); 27 Jun 2007 22:59:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 15:59:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 15:59:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D3CE7141E7 for ; Wed, 27 Jun 2007 15:59:26 -0700 (PDT) Message-ID: <7938982.1182985166314.JavaMail.jira@brutus> Date: Wed, 27 Jun 2007 15:59:26 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-184) Returning a large number of items throws a StackOverFlowError In-Reply-To: <1394926134.1125077906101.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508681 ] Davanum Srinivas commented on AXIS2-184: ---------------------------------------- Problem is definitely with XMLBEans, easily recreated with the following piece of code: w/o any Axis2 jars. public class TestXMLBeans { public static void main(String[] args) { com.highlinedata.soap.data.data_xsd1.DataValue val_array[]=new com.highlinedata.soap.data.data_xsd1.DataValue[40000]; com.highlinedata.soap.data.data_xsd1.ArrayOfDataValue returnValue=com.highlinedata.soap.data.data_xsd1.ArrayOfDataValue.Factory.newInstance(); for (int i=0;i Returning a large number of items throws a StackOverFlowError > ------------------------------------------------------------- > > Key: AXIS2-184 > URL: https://issues.apache.org/jira/browse/AXIS2-184 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: om > Affects Versions: 0.91 > Environment: tomcat5, gentoo linux, java 1.5.0_04, kernel 2.6.11-gentoo-r5 > Reporter: Ben McKenzie > Assignee: Davanum Srinivas > Attachments: DataServiceSkeleton.java, DLDataService.wsdl, newoutput.log > > > When returning a large number of items from a SOAP (40,000) using several arrays, I get a java.lang.StackOverflowError > I will attach the entire stack trace, as it is very long. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org