When I start Registry, I have this error:
ERROR com.itko.lisa.utils.JpaUtil - Exception raised checking table existence: Table name pattern can not be NULL or empty.
java.sql.SQLException: Table name pattern can not be NULL or empty.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:545)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:513)
In the site.properties file:
lisadb.pool.common.url=jdbc:mysql://<Host>:3306/<DB>?nullNamePatternMatchesAll=true
I added this parameter ?nullNamePatternMatchesAll=true
Example:
lisadb.pool.common.url=jdbc:mysql://localhost:3306/RegDB?nullNamePatternMatchesAll=true
Verify you are using a MySQL Connector/J version that supports MySQL 5.5, 5.6 or 5.7