Can not generate a CHangelog from an existing Postgress Database.

Hi 


I am running a 

Postgress Server (EnterpirseDB 9.3.1.3 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52), 64-bit)


I am using Liquibase version 3.1.1


Within the database “Demo_034PWL”, I have has 4 schemas: 



  • Please can anyone make a suggestion why the liquibase is not generating a changelog file.



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.