<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291931#M144511</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;documentation you linked seems related to the TAC server configuration, and the database behind the TAC server.&lt;/P&gt; 
&lt;P&gt;Am I correct?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Instead, I'm speaking of MySQL driver (Jar) required to permit a Talend Job to connect to a MySQL database.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm not referring to the TAC DB.&lt;/P&gt; 
&lt;P&gt;Then, could you please point me to specific documentation about how to put in place specific drivers for the live environment?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Job running on my Studio is working successfully, because of this (look at the picture, please)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 15:19:35 GMT</pubDate>
    <dc:creator>Lorenzo5</dc:creator>
    <dc:date>2019-01-24T15:19:35Z</dc:date>
    <item>
      <title>JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291927#M144507</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;running my job locally in the Studio it&amp;nbsp;works.&amp;nbsp;MY local Studio Installation has all the mysql required libraries.&lt;/P&gt; 
&lt;P&gt;It is not true for the JOB Server installation, because when I deploy my Job, and run it in the Job server, I get:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;[FATAL]: part_kpi.part_cashlog_data_import_0_1.PART_Cashlog_Data_Import - tMysqlInput_1 org.gjt.mm.mysql.Driver
Exception in component tMysqlInput_1
java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at part_kpi.part_cashlog_data_import_0_1.PART_Cashlog_Data_Import.tMysqlInput_1Process(PART_Cashlog_Data_Import.java:673)
	at part_kpi.part_cashlog_data_import_0_1.PART_Cashlog_Data_Import.runJobInTOS(PART_Cashlog_Data_Import.java:1288)
	at part_kpi.part_cashlog_data_import_0_1.PART_Cashlog_Data_Import.main(PART_Cashlog_Data_Import.java:1061)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think the required library is:&lt;/P&gt; 
&lt;P&gt;mysql-connector-java-5.1.30-bin.jar&lt;/P&gt; 
&lt;P&gt;but, where exactly I should copy it, in the Job Server installation?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Lorenzo&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291927#M144507</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2024-11-16T06:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291928#M144508</link>
      <description>&lt;P&gt;... or, better, is there a way to download required libraries directly into the Job Servers, from the web, thanks to something in the TAC admin panel?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291928#M144508</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2019-01-22T12:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291929#M144509</link>
      <description>&lt;P&gt;I copied the&amp;nbsp;mysql-connector-java-5.1.30-bin.jar to:&lt;/P&gt;&lt;P&gt;/opt/as/APP/BITLDJOB-APP02/jobserver/agent/lib&lt;/P&gt;&lt;P&gt;restart the Job server but still the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 08:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291929#M144509</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2019-01-23T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291930#M144510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;What's your web application server ? Tomcat 8 or 8.5?&lt;/P&gt; 
&lt;P&gt;Could you please refer to this online documentation about:&lt;A title="TalendHelpCenter:Installing database drivers in your Web application server" href="https://help.talend.com/reader/Vf4kncNeAlVQT~Kv9TVUVQ/xNVcQVZejfbboJuzluDp7g" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing database drivers in your Web application server&lt;/A&gt;?&lt;/P&gt; 
&lt;P&gt;Let us know if it works.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 09:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291930#M144510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-24T09:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291931#M144511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;documentation you linked seems related to the TAC server configuration, and the database behind the TAC server.&lt;/P&gt; 
&lt;P&gt;Am I correct?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Instead, I'm speaking of MySQL driver (Jar) required to permit a Talend Job to connect to a MySQL database.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm not referring to the TAC DB.&lt;/P&gt; 
&lt;P&gt;Then, could you please point me to specific documentation about how to put in place specific drivers for the live environment?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Job running on my Studio is working successfully, because of this (look at the picture, please)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 15:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291931#M144511</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2019-01-24T15:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291932#M144512</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M27J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154756iE912C7E1E070532D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M27J.png" alt="0683p000009M27J.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 15:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291932#M144512</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2019-01-24T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291933#M144513</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nexus Service was down and then custom libraries were not transferred from Studio to the Nexus Repos and from here to the Talend Live Env.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291933#M144513</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2019-01-24T16:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291934#M144514</link>
      <description>&lt;P align="left" style="margin: 0px; text-align: left; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P align="left" style="margin: 0px; text-align: left; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;So far, nexus server is running well after the last patched version of the nexus hosting talend-update.talend.com on&amp;nbsp; Feel free to reach us through this thread if this kind of issue come back.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P align="left" style="margin: 0px; text-align: left; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P align="left" style="margin: 0px; text-align: left; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P align="left" style="margin: 0px; text-align: left; line-height: 20.55pt;"&gt;&lt;SPAN style="margin: 0px; color: #3e3e3e; font-family: '&amp;amp;quot',serif; font-size: 12pt;"&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 03:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291934#M144514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-25T03:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: JOB SERVER side: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291935#M144515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was referring to our local Nexus service, which is required, as far as I understand, to "transfer" custom libraries (downloaded by the Studio) to the TAC/Job server, as stated here:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006Eg2AAE" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Architecture-Best-Practices-and/Custom-libraries-process/ta-p/30623&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;look for: "&lt;SPAN&gt;This is what happens behind the scenes&lt;/SPAN&gt;"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;is it still valid or it is an hold Talend architecture?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 09:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JOB-SERVER-side-java-lang-ClassNotFoundException-org-gjt-mm/m-p/2291935#M144515</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2019-01-25T09:52:37Z</dc:date>
    </item>
  </channel>
</rss>

