<?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: ClassNotFound - OpenStudio Talend ESB - 7.2.1 - Runtime only in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277702#M53392</link>
    <description>&lt;P&gt;I got an update from talend support that I should use ms sql jdbc instead open source jtds &amp;amp; it worked for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however that require us to change all of our ESB jobs to use&amp;nbsp;ms sql jdbc driver &amp;amp; that is tedious job as part of this migration. looking for other recommendation that doesn't require us to change the&amp;nbsp; job.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 21:39:24 GMT</pubDate>
    <dc:creator>nmodi</dc:creator>
    <dc:date>2020-03-23T21:39:24Z</dc:date>
    <item>
      <title>ClassNotFound - OpenStudio Talend ESB - 7.2.1 - Runtime only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277699#M53389</link>
      <description>&lt;P&gt;I am having a weird issue with OpenStudio TESB 7.2.1.&lt;/P&gt;&lt;P&gt;I migrated my service (using tRestRequest) from TESB 6.3.1 to TESB 7.2.1.&lt;/P&gt;&lt;P&gt;I created its "build", it gave NO error.&lt;/P&gt;&lt;P&gt;I deployed it on the Runtime container of 7.2.1... and now I see errors saying unable to find the "OpenSource JDTS" diver for MSSQL.&lt;BR /&gt;(java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver cannot be found by sql.sql_0.1.0 )&lt;/P&gt;&lt;P&gt;When I run the service from the Studio (via the Run button), it is able to connect to the SqlServer DB without issues.&lt;/P&gt;&lt;P&gt;What can I check/ troubleshoot here?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277699#M53389</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T03:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: ClassNotFound - OpenStudio Talend ESB - 7.2.1 - Runtime only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277700#M53390</link>
      <description>&lt;P&gt;I *think* I have seen this, but cannot be entirely sure. The fix to this for me was to download the JTDS driver fro here (&lt;A href="https://mvnrepository.com/artifact/net.sourceforge.jtds/jtds/1.3.1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mvnrepository.com/artifact/net.sourceforge.jtds/jtds/1.3.1&lt;/A&gt;) and drop it into the Container's deploy folder. That *should* fix this if my memory serves me correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 20:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277700#M53390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-31T20:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: ClassNotFound - OpenStudio Talend ESB - 7.2.1 - Runtime only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277701#M53391</link>
      <description>&lt;P&gt;I am having same issue with runtime job,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;net.sourceforge.jtds.jdbc.Driver cannot be found by &amp;lt;job&amp;gt;&lt;/P&gt;
&lt;P&gt;java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver cannot be found by &amp;lt;job&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is that the permanent resolution to put jtds driver in deploy folder &amp;amp; that should fix for all?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I saw in previous version , jtds driver was being bundled as part of every job under lib folder, we dont have to install it separatly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 16:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277701#M53391</guid>
      <dc:creator>nmodi</dc:creator>
      <dc:date>2020-03-23T16:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: ClassNotFound - OpenStudio Talend ESB - 7.2.1 - Runtime only</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277702#M53392</link>
      <description>&lt;P&gt;I got an update from talend support that I should use ms sql jdbc instead open source jtds &amp;amp; it worked for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however that require us to change all of our ESB jobs to use&amp;nbsp;ms sql jdbc driver &amp;amp; that is tedious job as part of this migration. looking for other recommendation that doesn't require us to change the&amp;nbsp; job.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 21:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ClassNotFound-OpenStudio-Talend-ESB-7-2-1-Runtime-only/m-p/2277702#M53392</guid>
      <dc:creator>nmodi</dc:creator>
      <dc:date>2020-03-23T21:39:24Z</dc:date>
    </item>
  </channel>
</rss>

