Maven error could not find or load main class

I am new to liquibase and am working on a problem with a maven job that is getting the message:

Error: could not find or load main class****

How can we get more information on the cause of problem? The job is doing an update to an Oracle db.
We are using liquibase 3.5.3 and have recently moved to 3.9.0

Also, are there updates needed for liquibase 4.2.2?

-glenn

Hi @glennop

Does that mean liquibase was working without any issues for you when you were on 3.5.3 version?

You may want to have a look at these links for details on Major version 4.0 release and version 4.2 release docs.

Thanks!
Rakhi Agrawal

Please comment on this error msg:

Error: could not find or load main class****

Using liquibase 3.9.0. The dev db was updated but the stage db gets the above error.
This is using Maven to run liquibase.

Is there an option or command to get more information what is the cause?

Thanks,
Glenn