This looks like a classpath issue - liquibase isn't finding all the classes it needs to run. One thing you could do to diagnose it would be to edit the liquibase shell script and have it echo out the value of LIQUIBASE_HOME to make sure that is set correctly, and then to also have it echo the value of CP, which is the set of jars that are used for the classpath.
↧