[h2] Looking for a contribution to h2database

2024-04-04 Thread Σίντι Βρουσάι
Hello, I'm a university student and i have to contribute to an oss as an assignment for a course of "Software engineering". I chose h2 but i would appreciate some help. I'm a beginner so i'm looking for an issue that is not very complicated to solve or an enhancement to add. Given that the labe

[h2] Re: java.lang.NoClassDefFoundError: org/h2/command/dml/SetClauseList

2024-04-04 Thread Evgenij Ryazanov
Hello! Make sure you have only one version of H2 in classpath of your application. If you have a standalone H2 Server process, check its classpath instead. If you use auto-server mode, check classpaths of all involved applications. -- You received this message because you are subscribed to the

[h2] java.lang.NoClassDefFoundError: org/h2/command/dml/SetClauseList

2024-04-04 Thread Martin Lichtin
Seeing this NoClassDefFoundError, looks like it's from the Server side. Anyone has an idea? H2 version 2.2.224 Caused by: org.h2.jdbc.JdbcSQLNonTransientException: General error: "java.lang.NoClassDefFoundError: org/h2/command/dml/SetClauseList" [5-224] at org.h2.message.DbException.getJdbc