java.lang.reflect.InvocationTargetException Exception

Hello

We are using liquibase 4.25 trial version
and trying to generate the changelog file using command
generate-changelog --changelog-file=Test.xml
but facing the issue as

Unexpected error running Liquibase: java.lang.reflect.InvocationTargetException

  • Caused by: class liquibase.changelog.ChangeSet cannot be cast to class com.datical.liquibase.ext.changeset.ProChangeSet (liquibase.changelog.ChangeSet and com.datical.liquibase.ext.changeset.ProChangeSet are in unnamed module of loader java.net.URLClassLoader @7c75222b)