Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

TAC - Mysql Driver missing

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

 

 

0683p000009LuEp.png

 

Regards,

Arun

 

 

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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.

View solution in original post

11 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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?

Anonymous
Not applicable
Author

Hi iburtally,

 

i asked sabrina which version to be installed. mean while i saw your reply and followed. yes it is working now. 0683p000009MACn.png thank you 

 

if windows which folder need to be copied? for future solution

 

thank you so much.

 

Regards,

Arun

Anonymous
Not applicable
Author

On Windows: C:\Talend\6.3.1\tac\apache-tomcat\endorsed

Anonymous
Not applicable
Author

Thank youu 0683p000009MACn.png

Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

Place the mysql-connector-java-5.1.30 jar in the "C:\Talend\6.3.1\tac\apache-tomcat\bin" folder too on windows.