Hi all, After a fresh checkout and build I get the following error when i try to connect to a database :
java org.apache.derby.tools.ij ij version 10.1 ij> connect 'jdbc:derby:test'; ERROR XJ040: Failed to start database 'test', see the next exception for details. ERROR XJ001: Java exception: 'org/apache/derby/impl/sql/execute/GenericExecutionContext: java.lang.NoClassDefFoundError'. ij> If i go and look in the ./classes/org/apache/derby/impl/sql/execute I cannot find the file GenericExecutionContext.class . Any clue why this is happening? Is it because of the latest commits ? or am I missing something ? thanks Shreyas
