Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Trying to set up TAC in centos 7.
unable to get success as the error been pop with Driver not found(see installation guide for more information)
Downloaded JDBC driver from below url and installed by still showing error.
https://dev.mysql.com/downloads/connector/j/
if someone can provide me the url to download
Regards,
Arun
You should copy the mysql-connector-java-5.1.38-bin.jar in the /Talend/6.3.1/tac/apache-tomcat/endorsed
And then restart the TAC.
Talend cannot package these drivers in its installer due to licensing restriction from the driver providers. Hence, it is a manual install here for the driver.
Hello,
The error message indicates that Tac cannot find this mysql jdbc driver. Did you install the mysql JDBC driver with correct version?
Best regards
Sabrina
You should copy the mysql-connector-java-5.1.38-bin.jar in the /Talend/6.3.1/tac/apache-tomcat/endorsed
And then restart the TAC.
Talend cannot package these drivers in its installer due to licensing restriction from the driver providers. Hence, it is a manual install here for the driver.
Hi,
I installed two versions mysql-connector-java-5.1.42 and mysql-connector-java-5.1.30
still not working may i know what is the version ?
Regards,
Arun
mysql-connector-java-5.1.30 or mysql-connector-java-5.1.38 should work. You should install just 1 of them at a time. Not both.
You should have the file in just 1 location.
Which version of Talend are you using?
Hi iburtally,
i asked sabrina which version to be installed. mean while i saw your reply and followed. yes it is working now. thank you
if windows which folder need to be copied? for future solution
thank you so much.
Regards,
Arun
On Windows: C:\Talend\6.3.1\tac\apache-tomcat\endorsed
Thank youu
I am also facing similar issue but i tried copied the mysql-connector-java-5.1.30 jar in the "C:\Talend\6.3.1\tac\apache-tomcat\endorsed" . I restarted the TAC but still i am facing the same issue. please assist if any thing needs to be done apart from that.
Place the mysql-connector-java-5.1.30 jar in the "C:\Talend\6.3.1\tac\apache-tomcat\bin" folder too on windows.