Database driver issue
When executing your pipeline in Talend Cloud Pipeline Designer, you may get the following error in the logs :
Caused by: java.lang.IllegalStateException: Driver will not be loaded for database type "<database>"
where <database> corresponds to your database.
To check whether the JDBC jar has been successfully downloaded, you can run the docker logs remote-engine_connectors_1 command after starting the Remote Engine Gen2.
Cause
The driver error is probably due to the fact that the Maven Central Repository is now accessible on HTTPS, read this article for more information. One solution is to configure a Nexus mirror to download the JDBC driver.