I am using Atlassian Jira SDK with liquibase and hsqldb 1.8.
When I run the liquibase maven plugin to install the database schema, the follow error is printed:
[ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.2.2:update (default-cli) on project portal-db: Error setting up or running Liquibase: liquibase.exception.UnexpectedLiquibaseException: liquibase.snapshot.InvalidExampleException: Found multiple catalog/schemas matching null.PUBLIC -> [Help 1]
- Java Version: 1.6
- Jira SDK: 5.0.4
- Hsqldb: 1.8
- Liquibase: 3.2.2
How it is possible to fix this? thanks for reading.