Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99522 invoked from network); 21 Mar 2008 20:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2008 20:55:21 -0000 Received: (qmail 71401 invoked by uid 500); 21 Mar 2008 20:55:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 71373 invoked by uid 500); 21 Mar 2008 20:55:18 -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 71357 invoked by uid 99); 21 Mar 2008 20:55:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 13:55:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 20:54:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E9BD234C0AC for ; Fri, 21 Mar 2008 13:53:24 -0700 (PDT) Message-ID: <1636433077.1206132804452.JavaMail.jira@brutus> Date: Fri, 21 Mar 2008 13:53:24 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3565) NullPointerException creating table in BaseDataFileFactory.addContainer with stress.multi test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org NullPointerException creating table in BaseDataFileFactory.addContainer with stress.multi test ---------------------------------------------------------------------------------------------- Key: DERBY-3565 URL: https://issues.apache.org/jira/browse/DERBY-3565 Project: Derby Issue Type: Bug Components: Regression Test Failure, Store Affects Versions: 10.3.2.2 Reporter: Kathey Marsden In 10.3.2.2 (639527) I saw a NullPointerException in the stress.multi test running wtih derby network client. The trace is below. I will attach or reference the full test output. 2008-03-21 15:19:47.920 GMT Thread[DRDAConnThread_9,5,main] (XID = 213715), (SESSIONID = 7842), (DATABASE = mydb), (DRDAID = NF000001.G537-867223197132743404{7844}), Failed Statement is: create table z (x int) java.lang.NullPointerException at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addContainer(Unknown Source) at org.apache.derby.impl.store.raw.xact.Xact.addContainer(Unknown Source) at org.apache.derby.impl.store.access.heap.Heap.create(Unknown Source) at org.apache.derby.impl.store.access.heap.HeapConglomerateFactory.createConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.createConglomerate(Unknown Source) at org.apache.derby.impl.sql.execute.CreateTableConstantAction.executeConstantAction(Unknown Source) at org.apache.derby.impl.sql.execute.MiscResultSet.open(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.EmbedStatement.execute(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source) at org.apache.derby.impl.drda.DRDAConnThread.parseEXCSQLIMM(Unknown Source) at org.apache.derby.impl.drda.DRDAConnThread.processCommands(Unknown Source) at org.apache.derby.impl.drda.DRDAConnThread.run(Unknown Source) Cleanup action completed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.