Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 56094 invoked from network); 18 May 2007 19:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2007 19:08:41 -0000 Received: (qmail 19172 invoked by uid 500); 18 May 2007 19:08:37 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 19140 invoked by uid 500); 18 May 2007 19:08:37 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 19129 invoked by uid 99); 18 May 2007 19:08:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2007 12:08:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [207.46.163.16] (HELO outbound4-cpk-R.bigfish.com) (207.46.163.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2007 12:08:30 -0700 Received: from outbound4-cpk.bigfish.com (localhost [127.0.0.1]) by outbound4-cpk-R.bigfish.com (Postfix) with ESMTP id 82BA2271E4E for ; Fri, 18 May 2007 19:07:32 +0000 (UTC) Received: from mail10-cpk-R.bigfish.com (unknown [10.2.40.3]) by outbound4-cpk.bigfish.com (Postfix) with ESMTP id 7FB16AA804C for ; Fri, 18 May 2007 19:07:32 +0000 (UTC) Received: from mail10-cpk (localhost [127.0.0.1]) by mail10-cpk-R.bigfish.com (Postfix) with ESMTP id 712C876017D for ; Fri, 18 May 2007 19:07:32 +0000 (UTC) X-BigFish: VP Received: by mail10-cpk (MessageSwitch) id 1179515252434607_11805; Fri, 18 May 2007 19:07:32 +0000 (UCT) Received: from ausb3extmailp02.amd.com (rebel3.amd.com [163.181.251.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail10-cpk.bigfish.com (Postfix) with ESMTP id 3A032428057 for ; Fri, 18 May 2007 19:07:32 +0000 (UTC) Received: from SAUSGW01.amd.com (sausgw01.amd.com [163.181.250.21]) by ausb3extmailp02.amd.com (Switch-3.2.7/Switch-3.2.5) with ESMTP id l4IJ7SiW021510 for ; Fri, 18 May 2007 14:07:31 -0500 Received: from 163.181.22.101 by SAUSGW02.amd.com with ESMTP (AMD SMTP Relay (Email Firewall v6.1.0)); Fri, 18 May 2007 14:07:23 -0500 X-Server-Uuid: 5FC0E2DF-CD44-48CD-883A-0ED95B391E89 Received: from sausexmb2.amd.com ([163.181.3.157]) by sausexbh1.amd.com with Microsoft SMTPSVC(6.0.3790.2499); Fri, 18 May 2007 14:07:22 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: OOM Error (Java heap space) from 1800+ form elements, am I doing something wrong? Date: Fri, 18 May 2007 14:06:28 -0500 Message-ID: <06FDA0246543E443ABBB36B1FCD5CC0602EC5A82@SAUSEXMB2.amd.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: OOM Error (Java heap space) from 1800+ form elements, am I doing something wrong? Thread-Index: AceZf6Mr70MBerqaQbO1Ni2mKZ5w8Q== From: "Forsberg, Mike" To: user@struts.apache.org X-OriginalArrivalTime: 18 May 2007 19:07:22.0523 (UTC) FILETIME=[C39F1EB0:01C7997F] X-WSS-ID: 6A5326E01GC2696740-09-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org A form of approximately 1800 form elements is causing "java.lang.OutOfMemoryError: Java heap space". When 1000 form elements are used, no such error. The environment: - JBoss 4.0.5 - Struts 1.1 - A jsp page using struts tags to start and end the form block. Then inside the form, xslt is used to parse a 300 element xml document into 6 input tags per element. What seems to be happening, the reset method for the form bean is called. Then before any set methods are called, the OOME is thrown. Any help would be appreciated. Mike Forsberg Software Engineer II APM - APC T 512.602.0220 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org