liquibase.exception.CustomChangeException: java.sql.DataTruncation: Data truncation
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via novell.com by Unknown author, 1 year ago
liquibase.exception.CustomChangeException: java.sql.DataTruncation: Data truncation
at org.kablink.liquibase.change.custom.MigrateMirroredFoldersChange.execute(MigrateMirroredFoldersChange.java:127)
at liquibase.change.custom.CustomChangeWrapper.generateStatements(CustomChangeWrapper.java:110)
at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1073)
at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
at liquibase.Liquibase.update(Liquibase.java:114)
at liquibase.integration.commandline.Main.doMigration(Main.java:825)
at liquibase.integration.commandline.Main.main(Main.java:134)