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.