Re: Conglomerate could not be created?

2012-06-19 Thread John English
On 05/06/2012 18:45, Dag H. Wanvik wrote: Looks like a bug to me. The error XSCH4 Conglomerate could not be created isn't being tested for in the Derby tests as far as I can see. I also searched the bug tracker (https://issues.apache.org/jira/browse/DERBY) in vain for this particular error.

Heap Container is closed

2012-06-19 Thread Pavel Bortnovskiy
Hello, all: What does this error mean? What might cause it and how can it be avoided? java.sql.SQLException: The heap container with container id Container(-1, 1340111446708) is closed. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at

Re: Conglomerate could not be created?

2012-06-19 Thread Dag H. Wanvik
John English john.fore...@gmail.com writes: dbInsert lines 1056/1057 look like this: stat.executeUpdate(); ResultSet r = stat.getGeneratedKeys(); so the failure happens when the prepared statement is executed, just before the call to getGeneratedKeys(). I tried this sample, but saw no