Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8542 invoked from network); 1 Nov 2006 01:54:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 01:54:03 -0000 Received: (qmail 7012 invoked by uid 500); 1 Nov 2006 01:54:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6993 invoked by uid 500); 1 Nov 2006 01:54:12 -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 6968 invoked by uid 99); 1 Nov 2006 01:54:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 17:54:12 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 31 Oct 2006 17:53:59 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9EF5271430F for ; Tue, 31 Oct 2006 17:53:39 -0800 (PST) Message-ID: <1017852.1162346019648.JavaMail.root@brutus> Date: Tue, 31 Oct 2006 17:53:39 -0800 (PST) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1693) Out of Memory Error with derby.language.logStatementText=true In-Reply-To: <27150259.1155598093823.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/DERBY-1693?page=comments#action_12446145 ] Bryan Pendleton commented on DERBY-1693: ---------------------------------------- I downloaded the patch and applied it. I was able to run the ReproDerby1693 program, and I can see in the derby.log that the logged statement text is just as I expected: only a token for the large object's stream is logged, not the large object itself. > Out of Memory Error with derby.language.logStatementText=true > ------------------------------------------------------------- > > Key: DERBY-1693 > URL: http://issues.apache.org/jira/browse/DERBY-1693 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.2.1.6, 10.3.0.0 > Environment: JVM INFO : > java version "1.5.0_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) > Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode) > OS : Windows XP Professional > Reporter: Manjula Kutty > Assigned To: Kristian Waagan > Priority: Minor > Attachments: derby-1693-1a.diff, derby-1693-1a.stat, ReproDerby1693.class, ReproDerby1693.java > > > While running a test with blobs and clobs of random size but not exceeding more than 5MB , with derby.language.logStatementText=true , The inserts are faling with out of memory error. Once that error occurs then the test loses all connections to the database. If I take off the derby.language.logStatementText=true property from derby.properties, the test runs fine. Here is the stack Trace > java.lang.OutOfMemoryError: Java heap space > ---SQLException Caught--- > SQLState: XJ001 > Severity: 0 > Message: Java exception: 'Java heap space: java.lang.OutOfMemoryError'. > java.lang.OutOfMemoryError: Java heap space > java.sql.SQLException: No current connection. > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(SQLExc > eptionFactory.java:45) > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Util.java:89) > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Util.java:105) > at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Util.java:209) > at org.apache.derby.impl.jdbc.EmbedConnection.checkIfClosed(EmbedConnect > ion.java:1351) > at org.apache.derby.impl.jdbc.EmbedConnection.setupContextStack(EmbedCon > nection.java:1529) > at org.apache.derby.impl.jdbc.EmbedConnection.rollback(EmbedConnection.j > ava:946) > at com.ibm.db2j.tests.scenario.utils.DbTasks.insertMail(DbTasks.java:400 > ) > at com.ibm.db2j.tests.scenario.tasks.Refresh.insertMail(Refresh.java:62) > at com.ibm.db2j.tests.scenario.tasks.Refresh.doWork(Refresh.java:43) > at com.ibm.db2j.tests.scenario.tasks.Refresh.run(Refresh.java:21) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira