Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 67698 invoked from network); 5 Dec 2006 21:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 21:28:50 -0000 Received: (qmail 64552 invoked by uid 500); 5 Dec 2006 21:28:57 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 64529 invoked by uid 500); 5 Dec 2006 21:28:56 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 64511 invoked by uid 99); 5 Dec 2006 21:28:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 13:28:56 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 32.97.182.146 is neither permitted nor denied by domain of Stan.Bradbury@gmail.com) Received: from [32.97.182.146] (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 13:28:43 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kB5LSkiC012866 for ; Tue, 5 Dec 2006 16:28:46 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kB5LSKT5222056 for ; Tue, 5 Dec 2006 16:28:20 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kB5LSKVq022990 for ; Tue, 5 Dec 2006 16:28:20 -0500 Received: from [127.0.0.1] (sig-9-49-128-4.mts.ibm.com [9.49.128.4]) by d01av03.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kB5LSIx9022860 for ; Tue, 5 Dec 2006 16:28:19 -0500 Message-ID: <4575E467.5020102@gmail.com> Date: Tue, 05 Dec 2006 13:28:07 -0800 From: Stanley Bradbury User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Derby Discussion Subject: Re: XJ200 error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jorge.martindelrio@telvent.abengoa.com wrote: > Hi all, > after using Apache Derby some time i have the following error: > > "Exceeded maximum number of sections 32K" > === SNIP === > > This is the content of the derby.properties file: > > derby.connection.requireAuthentication=true > derby.authentication.provider=BUILTIN > derby.user.PEPE=pepito > derby.drda.host=0.0.0.0 > derby.storage.pageSize=32768 > derby.storage.pageCacheSize=5000 > > Hi - It strikes me that you are using a large pageSize and pageCacheSize (potentially requiring 40 times the memory the default Derby configuration). This could lead to resource limitations, it this case it appears to be 'sections' (don't know what they are). The stack trace associated with the error will indicate the area in which the problem occurs. Is it a derby class throwing this? Does this problem happen when you are running with the default pageCacheSize?