ERROR: Exception Details
ERROR: Exception Primary Class: RuntimeException
ERROR: Exception Primary Reason: Driver class was not specified and could not be determined from the url (jdbc:Db2://DOMAIN:50000/DBName)
ERROR: Exception Primary Source: 4.28.0
Unexpected error running Liquibase: Driver class was not specified and could not be determined from the url (jdbc:Db2://DOMAIN:50000/DBName)
This error is coming up when I execute liquibase validate
ERROR: Exception Details
ERROR: Exception Primary Class: DatabaseException
ERROR: Exception Primary Reason: Connection could not be created to DBSERVERUL.DOMAIN.NET:50000/DBNAME with driver com.ibm.db2.jcc.DB2Driver. Possibly the wrong driver for the given database URL
ERROR: Exception Primary Source: 4.28.0
Unexpected error running Liquibase: Connection could not be created to DBSERVERUL.DOMAIN.NET:50000/DBNAME with driver com.ibm.db2.jcc.DB2Driver. Possibly the wrong driver for the given database URL
For more information, please use the --log-level flag I am seeing this error now