<?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: Issue with cTalendJob in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-cTalendJob/m-p/2199555#M2414</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please&amp;nbsp;clarify in which Talend version/edition you are?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 08:34:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-11T08:34:36Z</dc:date>
    <item>
      <title>Issue with cTalendJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-cTalendJob/m-p/2199554#M2413</link>
      <description>&lt;P&gt;Hi everybody,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new with the ESB part of Talend.&lt;/P&gt; 
&lt;P&gt;I have developed the following Route&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_4.png" style="width: 794px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M23P.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157201iE1CCA6B40E022B40/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M23P.png" alt="0683p000009M23P.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I execute it without the cTalendJob_2, all is good.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When I activate the cTalendJob_2, I have the following issue :&lt;/P&gt; 
&lt;PRE&gt;java.lang.ClassNotFoundException: xxx_nom_poc_tlnd.xxxnom_001_post_getsource_0_1.xxxNom_001_Post_GetSource&lt;BR /&gt;org.apache.camel.RuntimeCamelException: java.lang.ClassNotFoundException: xxx_nom_poc_tlnd.xxxnom_001_post_getsource_0_1.xxxNom_001_Post_GetSource&lt;BR /&gt; at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1831)&lt;BR /&gt; at org.apache.camel.spring.SpringCamelContext.start(SpringCamelContext.java:136)&lt;BR /&gt; at org.apache.camel.main.Main.doStart(Main.java:139)&lt;BR /&gt; at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt; at org.apache.camel.main.MainSupport.run(MainSupport.java:170)&lt;BR /&gt; at xxx_nom_poc_tlnd.test_0_1.Test.run(Test.java:198)&lt;BR /&gt; at xxx_nom_poc_tlnd.test_0_1.Test.runJobInTOS(Test.java:295)&lt;BR /&gt; at xxx_nom_poc_tlnd.test_0_1.Test.main(Test.java:265)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: xxx_nom_poc_tlnd.xxxnom_001_post_getsource_0_1.xxxNom_001_Post_GetSource&lt;BR /&gt; at org.apache.camel.impl.DefaultClassResolver.resolveMandatoryClass(DefaultClassResolver.java:80)&lt;BR /&gt; at org.talend.camel.TalendEndpoint.getJobInstance(TalendEndpoint.java:112)&lt;BR /&gt; at org.talend.camel.TalendProducer.createJobInstance(TalendProducer.java:214)&lt;BR /&gt; at org.talend.camel.TalendProducer.doStart(TalendProducer.java:130)&lt;BR /&gt; at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt; at org.apache.camel.util.ServiceHelper.startService(ServiceHelper.java:75)&lt;BR /&gt; at org.apache.camel.impl.DeferServiceStartupListener.onCamelContextStarted(DeferServiceStartupListener.java:49)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:3859)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:3638)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3490)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:208)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:3249)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:3245)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:3268)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:3245)&lt;BR /&gt; at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)&lt;BR /&gt; at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:3168)&lt;BR /&gt; at org.apache.camel.spring.SpringCamelContext.start(SpringCamelContext.java:133)&lt;BR /&gt; ... 6 more&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And I can't understand why.&lt;/P&gt; 
&lt;P&gt;Anyone can help me ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.png" style="width: 693px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M22I.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142029i3E48474090AB2A6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M22I.png" alt="0683p000009M22I.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My job :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_6.png" style="width: 426px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M23U.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142128i8BDB4E2634811930/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M23U.png" alt="0683p000009M23U.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks a lot !&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-cTalendJob/m-p/2199554#M2413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with cTalendJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-cTalendJob/m-p/2199555#M2414</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please&amp;nbsp;clarify in which Talend version/edition you are?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-cTalendJob/m-p/2199555#M2414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-11T08:34:36Z</dc:date>
    </item>
  </channel>
</rss>

