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 Shreyas Kaushik <Sh...@Sun.COM> on 2005/01/07 10:56:47 UTC

ij fails to connect after latest checkout and build

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