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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Where to include external jars/ drivers to run job using job conductor

Hi talend team,
I am using Talend data fabric 6.1.1, I am using tMysqlrow component in a job. When i create a task using export option in jobconductior its running properly but when i use generate option for a task in job conductor it is ending with class not found exception.
java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
I have included Mysql drivers in below 5 places, but still i am getting errors.

<apache-tomcat>/webapps/org.talend.administrator/WEB-INF/lib
<apache-tomcat>/webapps/amc/WEB-INF/lib
<apache-tomcat>/lib
D:\Talend_DF\tac\apache-tomcat\endorsed
D:\Talend_DF\cmdline\studio\commandline-workspace\.Java\lib

Please advice me, where to include driver jars. Please help me asap.
Regards,
Rafi
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,

Have you already checked document about: TalendHelpCenter:Installing external modules for  Talend data fabric 6.1.1?
Best regards
Sabrina
Anonymous
Not applicable
Author

For Apache Tomcat 8.0, put the JDBC drivers in the <apache-tomcat>/endorsed path. For Apache Tomcat 8.5, you need to put the JDBC drivers in the <apache-tomcat>/lib path. For more information, see Installing database drivers in your Web application server, on the Talend Help Center.