Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 597C67515 for ; Wed, 17 Aug 2011 19:47:50 +0000 (UTC) Received: (qmail 83594 invoked by uid 500); 17 Aug 2011 19:47:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 83360 invoked by uid 500); 17 Aug 2011 19:47:49 -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 83335 invoked by uid 99); 17 Aug 2011 19:47:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 19:47:48 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 19:47:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 61AFCC1695 for ; Wed, 17 Aug 2011 19:47:27 +0000 (UTC) Date: Wed, 17 Aug 2011 19:47:27 +0000 (UTC) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Message-ID: <1496240896.46266.1313610447397.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1207090802.6294.1308130847299.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (DERBY-5277) Intermittent OutOfMemoryErrors in BasicSetup.testTriggersWithLOBcolumns() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden closed DERBY-5277. --------------------------------- > Intermittent OutOfMemoryErrors in BasicSetup.testTriggersWithLOBcolumns() > ------------------------------------------------------------------------- > > Key: DERBY-5277 > URL: https://issues.apache.org/jira/browse/DERBY-5277 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.9.0.0 > Reporter: Knut Anders Hatlen > Assignee: Mamta A. Satoor > Fix For: 10.9.0.0 > > > Seen many times in the JDK 7 tests lately, and also in the Tinderbox. First occurrence was here: http://dbtg.foundry.sun.com/derby/test/Daily/jvm1.7/testing/testlog/sol32/1134678-suitesAll_diff.txt > (There had been no commits in the last two days before this test run, so it's difficult to say if a recent change caused it.) > The test case has a comment that says that it should never read the LOB into memory, but according to the stack trace, that's exactly what's happening: > Caused by: java.lang.OutOfMemoryError: Java heap space > at org.apache.derby.iapi.types.SQLBinary.readFromStream(Unknown Source) > at org.apache.derby.iapi.types.SQLBinary.readExternal(Unknown Source) > at org.apache.derby.iapi.types.SQLBinary.getValue(Unknown Source) > at org.apache.derby.iapi.types.SQLBinary.loadStream(Unknown Source) > at org.apache.derby.impl.sql.execute.UpdateResultSet.objectifyStream(Unknown Source) > at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown Source) > at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown Source) > at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source) > at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.upgradeTests.BasicSetup.testTriggersWithLOBcolumns(BasicSetup.java:854) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira