Re:[h2] TABLE NOT FOUND ERROR

2019-04-12 Thread vitthaljadhav0404
Hiii Do u solve this error? Sent from my Redmi 4AOn rakeshagarwal...@gmail.com, 8 Apr 2019 1:53 pm wrote:how do i use spring.database.url  syntax tried several comninationsalways getting table not found. application properties 

[h2] Encrypted database with hashed password from properties file

2019-04-12 Thread fictiondean89
Hello Everyone! I would like to create an encrypted database with hashed password and configure the connection from the application.properties. I managed to encrypt the database and could connect to from my application. I also managed to hash an unencrypted database password and connect to it.

Re:[h2] TABLE NOT FOUND ERROR

2019-04-12 Thread vitthaljadhav0404
If u don't got solution then u will give me access ur system Sent from my Redmi 4AOn rakeshagarwal...@gmail.com, 8 Apr 2019 1:53 pm wrote:how do i use spring.database.url  syntax tried several comninationsalways getting table not found. application properties 

[h2] Re: Corrupted databases with 1.4.199

2019-04-12 Thread Evgenij Ryazanov
Hello. Error code 1.4.196/1 clearly indicates that exception was thrown by 1.4.196 and not by 1.4.199. You need to check your environment, it looks like you still use 1.4.196 somewhere. Maybe you have multiple jars in your classpath. However, it's reasonable to export your database into a SQL

[h2] Corrupted databases with 1.4.199

2019-04-12 Thread Silvio
Hello all, We have experienced repeated database corruption issues after upgrading from 1.4.196 tot 1.4.199. The scenario is always the same: - the application uses an embedded file-based database (MVStore, close to 500Mb) - the application is stopped (kill on linux, normal shutdown, no kill