[h2] Re: Exception after the update from 1.4.197 to 1.4.200

2019-10-30 Thread Evgenij Ryazanov
Hello. It looks like some kind of corruption caused by unclean shutdown. If you have a backup copy of the database before the migration, open it with 1.4.197 and use SCRIPT TO 'filename.sql' to export the database to a script. After it create a new database with 1.4.200 and execute RUNSCRIPT

[h2] Exception after the update from 1.4.197 to 1.4.200

2019-10-30 Thread Damian Stolarek
Hello, I have problems with the latest version. I get this exception after the update from 1.4.197 to 1.4.200 org.h2.jdbc.JdbcSQLTransientException: Zeile nicht gefunden beim Löschen von Index ".I322: ( /* key:1568 */ 3019, 'AH Design 17 Met achtergrondlogo', STRINGDECODE('section#top

[h2] Re: Connect to h2 server using SSL

2019-10-30 Thread Evgenij Ryazanov
Oracle disabled anonymous suits due to security reasons. https://bugs.openjdk.java.net/browse/JDK-8213090 You you can't use older JRE you need to create a key store and set system properties javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword. -- You received this message because you are

[h2] Re: Connect to h2 server using SSL

2019-10-30 Thread 'Christian Buchegger' via H2 Database
Hi, I did some more tests using different JDKs now. With jdk1.8.0_151 which you are using in the Travis build I do not see this exception either. However with the jdk1.8.0_202 this exception occurs. I have attached a standalone testcase with SSL debug enabled, as the test in