Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 55592 invoked from network); 16 Dec 2005 18:30:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Dec 2005 18:30:06 -0000 Received: (qmail 1983 invoked by uid 500); 16 Dec 2005 18:30:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 1957 invoked by uid 500); 16 Dec 2005 18:30:04 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 1941 invoked by uid 99); 16 Dec 2005 18:30:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 10:30:04 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [143.43.222.207] (HELO mail.wiu.edu) (143.43.222.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 10:30:03 -0800 Received: from scanner0.wiu.edu (scanner0 [143.43.222.140]) by mail.wiu.edu (8.9.3/8.9.3) with SMTP id MAA19173 for ; Fri, 16 Dec 2005 12:29:39 -0600 (CST) Received: from smtp1.wiu.edu ([143.43.222.60]) by scanner0.wiu.edu (SAVSMTP 3.1.1.32) with SMTP id M2005121612293919789 for ; Fri, 16 Dec 2005 12:29:39 -0600 Received: from [143.43.202.21] (scott.mprojects.wiu.edu [143.43.202.21]) (authenticated bits=0) by smtp1.wiu.edu (8.13.4/8.13.4) with ESMTP id jBGITaL1024230 for ; Fri, 16 Dec 2005 12:29:37 -0600 (CST) Message-ID: <43A30790.5060106@wiu.edu> Date: Fri, 16 Dec 2005 12:29:36 -0600 From: scott hutinger User-Agent: Thunderbird 1.5 (X11/20051025) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: [doc] DITA pdf.ref fails Linux- ava.lang.OutOfMemoryError fix Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I added the following to my ANT_OPTS to get pdf.ref to build without the out of memory error. This seems to be the only failure that I could come up with. I would like it verified under opensolaris, but have to wait for a monitor to get here first... export ANT_OPTS='-server -Xmx512m -Xms512m' This allows the pdf.ref to build fully. Following from a build error: preprocess: dita-preprocess: map2pdf: dita.map.fo: [xslt] Processing /home/srh/src/derby-d/doc/trunk/temp/refderby.ditamap to /home/srh/src/derby-d/doc/trunk/temp/refderby_MERGED.xml [xslt] Loading stylesheet /home/srh/src/derby-d/doc/trunk/DITA-OT1.1.2.1/xsl/topicmerge.xsl [xslt] home/srh/src/derby-d/doc/trunk/DITA-OT1.1.2.1/xsl/topicmerge.xsl:42:15: Warning! Can not load requested doc: rrefstringlimits.dita BUILD FAILED /home/srh/src/derby-d/doc/trunk/build.xml:151: The following error occurred while executing this line: /home/srh/src/derby-d/doc/trunk/build.xml:167: The following error occurred while executing this line: /home/srh/src/derby-d/doc/trunk/DITA-OT1.1.2.1/conductor.xml:204: The following error occurred while executing this line: java.lang.OutOfMemoryError