<?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: Corrupt Components? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303156#M146177</link>
    <description>Hi Pedro,
&lt;BR /&gt;Talend RTX on OS : Windows 2008 R2 (Service Pack 1)
&lt;BR /&gt;TIS commandline Path : D:\Talend\Commandline\Commandline (132 GB Free Space)
&lt;BR /&gt;Java Version: jdk1.6.0_24
&lt;BR /&gt;Talend Version: 4.1.2</description>
    <pubDate>Thu, 15 Dec 2011 14:36:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-15T14:36:28Z</dc:date>
    <item>
      <title>Corrupt Components?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303154#M146175</link>
      <description>Hi, 
&lt;BR /&gt;We are having problems with Talend components (tsql and jdbc driver) in our Talend Server Production Environment. 
&lt;BR /&gt;We have been restarting the job server, and commandline service to remedy the situation, but the occurence of the problem has been happening frequently. 
&lt;BR /&gt;See instances below: 
&lt;BR /&gt;1) We did not change any configuration on the server, but we suddenly got the exception error below on jobs that connect to any SQL Server Database. A service (job server and commandline) temporarily fixed the problem, but we would like to know how we can permanently solve this problem. 
&lt;BR /&gt;2) Suddenly, Talend cannot find oracle jdbc driver on the server. How can we permanently eliminate the occurrence of this problem. 
&lt;BR /&gt;Please explain why we are having this issue, and how we can solve this problem. 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Matthew Tan 
&lt;BR /&gt;mtan@fordham.edu 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.NoClassDefFoundError: org/talend/designer/components/util/mssql/MSSqlUtilFactory 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tSystem_4Process(pfaidsExtractWithDeltas.java:2423) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.runJobInTOS(pfaidsExtractWithDeltas.java:12546) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.main(pfaidsExtractWithDeltas.java:12322) 
&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.NoClassDefFoundError: org/talend/designer/components/util/mssql/MSSqlUtilFactory 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tMSSqlConnection_1Process(pfaidsExtractWithDeltas.java:2559) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tSystem_4Process(pfaidsExtractWithDeltas.java:2411) 
&lt;BR /&gt; ... 2 more 
&lt;BR /&gt;Caused by: java.lang.Error: java.lang.Error: java.lang.NoClassDefFoundError: org/talend/designer/components/util/mssql/MSSqlUtilFactory 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tOracleConnection_1Process(pfaidsExtractWithDeltas.java:2688) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tMSSqlConnection_1Process(pfaidsExtractWithDeltas.java:2537) 
&lt;BR /&gt; ... 3 more 
&lt;BR /&gt;Caused by: java.lang.Error: java.lang.NoClassDefFoundError: org/talend/designer/components/util/mssql/MSSqlUtilFactory 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tMSSqlInput_3Process(pfaidsExtractWithDeltas.java:5561) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tOracleConnection_1Process(pfaidsExtractWithDeltas.java:2666) 
&lt;BR /&gt; ... 4 more 
&lt;BR /&gt;Caused by: java.lang.NoClassDefFoundError: org/talend/designer/components/util/mssql/MSSqlUtilFactory 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tMSSqlInput_3Process(pfaidsExtractWithDeltas.java:4075) 
&lt;BR /&gt; ... 5 more 
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.talend.designer.components.util.mssql.MSSqlUtilFactory 
&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt;Exception in component tOracleConnection_1 
&lt;BR /&gt;java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver 
&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.forName0(Native Method) 
&lt;BR /&gt; at java.lang.Class.forName(Unknown Source) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tOracleConnection_1Process(pfaidsExtractWithDeltas.java:2612) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tMSSqlConnection_1Process(pfaidsExtractWithDeltas.java:2537) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.tSystem_4Process(pfaidsExtractWithDeltas.java:2411) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.runJobInTOS(pfaidsExtractWithDeltas.java:12546) 
&lt;BR /&gt; at onbase.pfaidsextractwithdeltas_8_0.pfaidsExtractWithDeltas.main(pfaidsExtractWithDeltas.java:12322).-------------------------------------------------------------------------------. 
&lt;BR /&gt;| #1. tLogRow_1 | 
&lt;BR /&gt;+------------+------------------------------------------------------------------+ 
&lt;BR /&gt;| key | value | 
&lt;BR /&gt;+------------+------------------------------------------------------------------+ 
&lt;BR /&gt;| moment | 2011-12-14 06:00:01 | 
&lt;BR /&gt;| pid | 20111214060000_QMiWe | 
&lt;BR /&gt;| root_pid | 20111214060000_QMiWe | 
&lt;BR /&gt;| father_pid | 20111214060000_QMiWe | 
&lt;BR /&gt;| project | ONBASE | 
&lt;BR /&gt;| job | pfaidsExtractWithDeltas | 
&lt;BR /&gt;| context | Default | 
&lt;BR /&gt;| priority | 6 | 
&lt;BR /&gt;| type | Java Exception | 
&lt;BR /&gt;| origin | tOracleConnection_1 | 
&lt;BR /&gt;| message | java.lang.ClassNotFoundException 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;racle.jdbc.driver.OracleDriver | 
&lt;BR /&gt;| code | 1 | 
&lt;BR /&gt;+------------+------------------------------------------------------------------+ 
&lt;BR /&gt; 
&lt;BR /&gt; disconnected</description>
      <pubDate>Sat, 16 Nov 2024 12:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303154#M146175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupt Components?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303155#M146176</link>
      <description>Hi 
&lt;BR /&gt;Please show me more details about your OS, TIS version, Installation path. 
&lt;BR /&gt;And recheck whether there is space in your TIS installation path. 
&lt;BR /&gt;For example, 'C:/Program Files/TIS/'. Do not install TIS here. 
&lt;BR /&gt;Best regards! 
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 15 Dec 2011 05:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303155#M146176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-15T05:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupt Components?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303156#M146177</link>
      <description>Hi Pedro,
&lt;BR /&gt;Talend RTX on OS : Windows 2008 R2 (Service Pack 1)
&lt;BR /&gt;TIS commandline Path : D:\Talend\Commandline\Commandline (132 GB Free Space)
&lt;BR /&gt;Java Version: jdk1.6.0_24
&lt;BR /&gt;Talend Version: 4.1.2</description>
      <pubDate>Thu, 15 Dec 2011 14:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303156#M146177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-15T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupt Components?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303157#M146178</link>
      <description>This was the resolution given by Talend Support Team: 
&lt;BR /&gt;Dear Matthew,
&lt;BR /&gt;Please shut down your tomcat/jobservers and then open your TAC's configuration.properties file located at tomcat/webapps/org.talend.administrator/WEB-INF/classes/
&lt;BR /&gt;Open this file and make sure you set the following setting:
&lt;BR /&gt;jobServer.usercache=false 
&lt;BR /&gt;Restart your jobserver and Tomcat to see if you encounter the problem further.
&lt;BR /&gt;Also, it appears that you are not running the latest service pack of Talend which is 4.1.3. We HIGHLY recommend that you make plans to move to 4.1.3 as soon as possible since 4.1.3 resolved many of 4.1.2 issues.
&lt;BR /&gt;Please let us know your thoughts.
&lt;BR /&gt;At any time, you can check out the information related to this ticket by visiting: 
&lt;A href="http://support.talend.com/otrs/customer.pl?Action=CustomerZoom&amp;amp;TicketID=8071" rel="nofollow noopener noreferrer"&gt;http://support.talend.com/otrs/customer.pl?Action=CustomerZoom&amp;amp;TicketID=8071&lt;/A&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;The Talend Support Team</description>
      <pubDate>Fri, 16 Dec 2011 19:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Corrupt-Components/m-p/2303157#M146178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-16T19:24:48Z</dc:date>
    </item>
  </channel>
</rss>

