Re: ShutdownException while executing query

2010-05-17 Thread Bryan Pendleton
On 05/17/2010 03:52 AM, Marcin Krol wrote: The thing is I'm frequently getting ShutdownExceptions when printoutResultSet is executing. I don't see anything obvious in the code you attached that would cause this. Try printing out the full exception trace: http://wiki.apache.org/db-derby/UnwindE

ShutdownException while executing query

2010-05-17 Thread Marcin Krol
Hello everyone, I'm new to Derby and don't know what I'm doing wrong: I have an app that produces a temporary file, loads it into Derby (with SYSCS_UTIL.SYSCS_IMPORT_TABLE), creates some indexes, and then executes a simple query: ResultSet res = derbyst.executeQuery("SELECT COUNT(*) FROM TMP