You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2009/05/07 15:12:30 UTC

[jira] Closed: (DERBY-3565) NullPointerException creating table in BaseDataFileFactory.addContainer with stress.multi test

     [ https://issues.apache.org/jira/browse/DERBY-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden closed DERBY-3565.
---------------------------------

    Resolution: Cannot Reproduce

This happened only once over a year ago and the test is no longer run regularly. Closing CNR.


> 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.3.0
>            Reporter: Kathey Marsden
>         Attachments: multi_npe.zip
>
>
> 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.