We are testin an upgrade from h2 1.1 to 1.2.

We run into some problems when using the "small jar distribution" with
the latest stable release (1.2.138). When using the normal h2 release,
we don't have any problems. Stack trace follows:

Caused by: org.h2.jdbc.JdbcSQLException: General error:
"java.lang.NoClassDefFoundError: org/h2/tools/CompressTool"; SQL
statement:
DROP TABLE anon_4 [50000-138]
        at org.h2.message.DbException.getJdbcSQLException(Unknown Source)
        at org.h2.message.DbException.get(Unknown Source)
        at org.h2.message.DbException.convert(Unknown Source)
        at org.h2.command.Command.executeUpdate(Unknown Source)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(Unknown
Source)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(Unknown Source)
        at gks.field.db.Database.execute(Database.java:102)
        at gks.field.db.Database.dropTable(Database.java:359)
        at
gks.field.storage.db.DBPersistentCache.delete(DBPersistentCache.java:
201)
        ... 11 more
Caused by: java.lang.NoClassDefFoundError: org/h2/tools/CompressTool
        at org.h2.store.LobStorage.<init>(Unknown Source)
        at org.h2.engine.Database.getLobStorage(Unknown Source)
        at org.h2.command.ddl.DropTable.executeDrop(Unknown Source)
        at org.h2.command.ddl.DropTable.update(Unknown Source)
        at org.h2.command.CommandContainer.update(Unknown Source)
        ... 17 more

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to