Ok, small but not a lot more detail update.
I upgraded to 3.3.1 and am at least able to get this output:
Unexpected error running Liquibase:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Anywhere that I would be able to see a full stack trace? Playing with more options did get me this…
SEVERE 2/4/15 2:25 AM: liquibase: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
liquibase.exception.LiquibaseException: liquibase.command.CommandExecutionException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at liquibase.integration.commandline.CommandLineUtils.doGenerateChangeLog(CommandLineUtils.java:155)
at liquibase.integration.commandline.Main.doMigration(Main.java:940)
at liquibase.integration.commandline.Main.run(Main.java:177)
at liquibase.integration.commandline.Main.main(Main.java:96)
Caused by: liquibase.command.CommandExecutionException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at liquibase.command.AbstractCommand.execute(AbstractCommand.java:13)
at liquibase.integration.commandline.CommandLineUtils.doGenerateChangeLog(CommandLineUtils.java:153)
... 3 more
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at liquibase.change.ColumnConfig.(ColumnConfig.java:116)
at liquibase.change.AddColumnConfig.(AddColumnConfig.java:16)
at liquibase.diff.output.changelog.core.MissingIndexChangeGenerator.fixMissing(MissingIndexChangeGenerator.java:62)
at liquibase.diff.output.changelog.ChangeGeneratorChain.fixMissing(ChangeGeneratorChain.java:44)
at liquibase.diff.output.changelog.ChangeGeneratorFactory.fixMissing(ChangeGeneratorFactory.java:99)
at liquibase.diff.output.changelog.DiffToChangeLog.generateChangeSets(DiffToChangeLog.java:140)
at liquibase.diff.output.changelog.DiffToChangeLog.print(DiffToChangeLog.java:120)
at liquibase.diff.output.changelog.DiffToChangeLog.print(DiffToChangeLog.java:71)
at liquibase.diff.output.changelog.DiffToChangeLog.print(DiffToChangeLog.java:59)
at liquibase.command.GenerateChangeLogCommand.run(GenerateChangeLogCommand.java:54)
at liquibase.command.AbstractCommand.execute(AbstractCommand.java:8)
... 4 more