This thing is the bane of my existence.
IM STOPPED in development again. Considering going back to CUBA even if its the old one. NEVER had any database issues. whenever there was a versioning problem I just deleted the folder and the problem went away. I dont care about db versioning early on development and liquibase gets in the way big time.
Check some errors. online it says to do this… does not exist in JMIX.
./gradlew liquibaseClearChecksums
day of work… gone… application wont start… this is not helping me with fast deveopment. The changelog xml is there… I had problems with that deleted in the past.
Deleting my entire database and redoing the datastore let me continue working.
– nevermind… the admin user was not created… I cannot login…
Unexpected error running Liquibase: Validation Failed:
1 change sets check sum
com/app/aptitude/liquibase/changelog/2022/01/31-220-06094507.xml::1::apt was: 8:9fc427ddeb4f9a1b1759e7116952132c but is now: 8:9d798d952bd58ac682a2fe5e1f0adbbc
For more information, please use the --logLevel flag
[2022-01-31 10:24:39] SEVERE [liquibase.integration] Unexpected error running Liquibase: Validation Failed:
1 change sets check sum
com/app/aptitude/liquibase/changelog/2022/01/31-220-06094507.xml::1::apt was: 8:9fc427ddeb4f9a1b1759e7116952132c but is now: 8:9d798d952bd58ac682a2fe5e1f0adbbc
liquibase.exception.ValidationFailedException: Validation Failed:
1 change sets check sum
com/app/aptitude/liquibase/changelog/2022/01/31-220-06094507.xml::1::apt was: 8:9fc427ddeb4f9a1b1759e7116952132c but is now: 8:9d798d952bd58ac682a2fe5e1f0adbbc
at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:299)
at liquibase.Liquibase.lambda$update$1(Liquibase.java:237)
at liquibase.Scope.lambda$child$0(Scope.java:160)
at liquibase.Scope.child(Scope.java:169)
at liquibase.Scope.child(Scope.java:159)
at liquibase.Scope.child(Scope.java:138)
at liquibase.Liquibase.runInScope(Liquibase.java:2369)
at liquibase.Liquibase.update(Liquibase.java:217)
at liquibase.Liquibase.update(Liquibase.java:203)
at liquibase.integration.commandline.Main.doMigration(Main.java:1802)
at liquibase.integration.commandline.Main$1.lambda$run$0(Main.java:367)
at liquibase.Scope.lambda$child$0(Scope.java:160)
at liquibase.Scope.child(Scope.java:169)
at liquibase.Scope.child(Scope.java:159)
at liquibase.Scope.child(Scope.java:138)
at liquibase.integration.commandline.Main$1.run(Main.java:366)
at liquibase.integration.commandline.Main$1.run(Main.java:196)
at liquibase.Scope.child(Scope.java:169)
at liquibase.Scope.child(Scope.java:145)
at liquibase.integration.commandline.Main.run(Main.java:196)
at liquibase.integration.commandline.Main.main(Main.java:158)