A user with H2 in an application gets this error code: "org.h2.jdbc.JdbcSQLException: Hexadecimal string contains non-hex character: "-psn_0_57358" [90004-176]". The application is written in Java 8 and runs on macOS sierra (10.12.1).
The error code appears directly after opening the database with the following argument: "jdbc:h2:file:" + database + ";CIPHER=XTEA;PASSWORD_HASH=TRUE;IFEXISTS=TRUE". Has anyone seen something similar? Could meta-data get corrupted and cause this? Best regards, Johan Berg -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
