<?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: cFile component and scheduler error on Talend Administratio Center in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cFile-component-and-scheduler-error-on-Talend-Administratio/m-p/2502080#M141714</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Try to load the .jar in cConfig as in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-java-lang-NoClassDefFoundError-when-deploying-a/ta-p/2150448" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-java-lang-NoClassDefFoundError-when-deploying-a/ta-p/2150448&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2025 18:25:57 GMT</pubDate>
    <dc:creator>Dave_Simo</dc:creator>
    <dc:date>2025-01-20T18:25:57Z</dc:date>
    <item>
      <title>cFile component and scheduler error on Talend Administratio Center</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cFile-component-and-scheduler-error-on-Talend-Administratio/m-p/2501995#M141712</link>
      <description>&lt;DIV&gt;Dear support,&lt;/DIV&gt;
&lt;DIV&gt;I set a cFile component with the scheduler :&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; from("file://C:/temp/testscheduler" + "?noop=false" + "&amp;amp;autoCreate=false" + "&amp;amp;flatten=false" + "&amp;amp;bufferSize=128"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; + "&amp;amp;scheduler=quartz" + "&amp;amp;scheduler.cron=*+*+1-23+?+*+*" + "&amp;amp;antInclude=*.xml" + "&amp;amp;move=done"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; + "&amp;amp;moveFailed=error")&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;and when I launch it from the local Talend Studio it works properly, but when I deploy it into the Talend Administrator Center I got the error :&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;2025-01-20 10:19:31.068 WARN [Blueprint Event Dispatcher: 1] Changing Camel state for bundle 1812 to Failure&lt;/DIV&gt;
&lt;DIV&gt;2025-01-20 10:19:31.069 ERROR [Blueprint Event Dispatcher: 1] Error occurred during starting CamelContext: mdw.testfilewithquartz_0_4.TestFileWithQuartz&lt;/DIV&gt;
&lt;DIV&gt;org.apache.camel.FailedToCreateRouteException: Failed to create route TestFileWithQuartz_cFile_3: Route(TestFileWithQuartz_cFile_3)[From[file://C:/temp/testsc... because of Failed to resolve endpoint: file://C:/temp/testscheduler?antInclude=*.xml&amp;amp;autoCreate=false&amp;amp;bufferSize=128&amp;amp;flatten=false&amp;amp;move=done&amp;amp;moveFailed=error&amp;amp;noop=false&amp;amp;scheduler=quartz&amp;amp;scheduler.cron=*+*+1-23+%3F+*+* due to: Cannot load org.apache.camel.pollconsumer.quartz.QuartzScheduledPollConsumerScheduler from classpath. Make sure camel-quartz.jar is on the classpath.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I did another test with another component that use the same library in the same route and it works.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;In details I configured a cMessagingEndpoint with :&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;URI : "quartz://myGroup/myTimerName?cron=0+0+1+1+1+?+2099"&lt;/DIV&gt;
&lt;DIV&gt;Advanced settings --&amp;gt; Camel component : "quartz"&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;and both locally and on the TAC start without error.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Maybe in the cFile component I should specify the quartz library, but how? Or is there something else to configure?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks in advance,&lt;/DIV&gt;
&lt;DIV&gt;Andrea De Pinto&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Jan 2025 10:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cFile-component-and-scheduler-error-on-Talend-Administratio/m-p/2501995#M141712</guid>
      <dc:creator>ADe_Pinto1673864968</dc:creator>
      <dc:date>2025-01-20T10:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: cFile component and scheduler error on Talend Administratio Center</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cFile-component-and-scheduler-error-on-Talend-Administratio/m-p/2502080#M141714</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Try to load the .jar in cConfig as in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-java-lang-NoClassDefFoundError-when-deploying-a/ta-p/2150448" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-java-lang-NoClassDefFoundError-when-deploying-a/ta-p/2150448&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 18:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cFile-component-and-scheduler-error-on-Talend-Administratio/m-p/2502080#M141714</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-01-20T18:25:57Z</dc:date>
    </item>
  </channel>
</rss>

