You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Native application failt to start when liquibase enabled
Expected behavior
Native application started
Actual behavior
Faild to start with error
2020-10-10 11:27:37,751 ERROR [io.qua.application] (main) Failed to start application (with profile prod): java.lang.IllegalStateException: liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: liquibase.exception.UnexpectedLiquibaseException: java.lang.NoSuchMethodException: liquibase.change.core.LoadDataColumnConfig.<init>()
at io.quarkus.liquibase.runtime.LiquibaseRecorder.doStartActions(LiquibaseRecorder.java:57)
at io.quarkus.deployment.steps.LiquibaseProcessor$createBeansAndStartActions2123523327.deploy_0(LiquibaseProcessor$createBeansAndStartActions2123523327.zig:80)
at io.quarkus.deployment.steps.LiquibaseProcessor$createBeansAndStartActions2123523327.deploy(LiquibaseProcessor$createBeansAndStartActions2123523327.zig:40)
at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:565)
at io.quarkus.runtime.Application.start(Application.java:90)
at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:91)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:61)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:38)
at io.quarkus.runner.GeneratedMain.main(GeneratedMain.zig:30)
Caused by: liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: liquibase.exception.UnexpectedLiquibaseException: java.lang.NoSuchMethodException: liquibase.change.core.LoadDataColumnConfig.<init>()
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:25)
at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:223)
at liquibase.Liquibase.validate(Liquibase.java:1666)
at io.quarkus.liquibase.runtime.LiquibaseRecorder.doStartActions(LiquibaseRecorder.java:48)
... 8 more
Caused by: liquibase.exception.SetupException: liquibase.exception.UnexpectedLiquibaseException: java.lang.NoSuchMethodException: liquibase.change.core.LoadDataColumnConfig.<init>()
at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:363)
at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:310)
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:23)
... 11 more
Caused by: liquibase.exception.ChangeLogParseException: liquibase.exception.UnexpectedLiquibaseException: java.lang.NoSuchMethodException: liquibase.change.core.LoadDataColumnConfig.<init>()
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:25)
at liquibase.changelog.DatabaseChangeLog.include(DatabaseChangeLog.java:576)
at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:355)
... 13 more
Caused by: liquibase.exception.UnexpectedLiquibaseException: java.lang.NoSuchMethodException: liquibase.change.core.LoadDataColumnConfig.<init>()
at liquibase.change.AbstractChange.load(AbstractChange.java:716)
at liquibase.changelog.ChangeSet.toChange(ChangeSet.java:491)
at liquibase.changelog.ChangeSet.handleChildNode(ChangeSet.java:424)
at liquibase.changelog.ChangeSet.load(ChangeSet.java:348)
at liquibase.changelog.DatabaseChangeLog.createChangeSet(DatabaseChangeLog.java:617)
at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:342)
at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:310)
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:23)
... 15 more
Caused by: java.lang.NoSuchMethodException: liquibase.change.core.LoadDataColumnConfig.<init>()
at java.lang.Class.getConstructor0(DynamicHub.java:3349)
at java.lang.Class.getConstructor(DynamicHub.java:2151)
at liquibase.change.AbstractChange.createEmptyColumnConfig(AbstractChange.java:728)
at liquibase.change.AbstractChange.load(AbstractChange.java:635)
... 22 more
inngvar
changed the title
Native application faild to start when liquibase enabled
Native application failed to start when liquibase enabled
Oct 11, 2020
Describe the bug
Native application failt to start when liquibase enabled
Expected behavior
Native application started
Actual behavior
Faild to start with error
To Reproduce
https://github.com/inngvar/quarkus-liquibase-failed.git
Steps to reproduce the behavior:
docker-compose up -d
./mvnw package -Pnative -Dquarkus.native.container-build=true
/target/code-with-quarkus-1.0.0-SNAPSHOT-runner
Configuration
The text was updated successfully, but these errors were encountered: