Hi Nathan,
As you can see I’m testing almost everything the last days :). So I wanted to try RC4 but I got this thing:
- Unexpected error running Liquibase: liquibase.exception.ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: Could not find implementation of liquibase.logging.L
ogger
Exception in thread "main" liquibase.exception.ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: Could not find
implementation of liquibase.logging.Logger
at liquibase.logging.LogFactory.getLogger(LogFactory.java:19)
at liquibase.logging.LogFactory.getLogger(LogFactory.java:30)
at liquibase.integration.commandline.Main.main(Main.java:132)
Caused by: liquibase.exception.ServiceNotFoundException: liquibase.exception.ServiceNotFoundException: Could not find implementation of liquibase.logging.Logger
at liquibase.servicelocator.ServiceLocator.newInstance(ServiceLocator.java:166)
at liquibase.logging.LogFactory.getLogger(LogFactory.java:17)
... 2 more
Caused by: liquibase.exception.ServiceNotFoundException: Could not find implementation of liquibase.logging.Logger
at liquibase.servicelocator.ServiceLocator.findClass(ServiceLocator.java:132)
at liquibase.servicelocator.ServiceLocator.newInstance(ServiceLocator.java:164)
... 3 more
I’m using the same command line and options I use in RC2 and RC3.
Thanks,
Alexis.