<?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: Talend Real Time Big Data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303970#M75790</link>
    <description>&lt;P&gt;* its case sensitive&lt;BR /&gt;* make sure your (class) paths&amp;nbsp;are set correctly&lt;/P&gt;
&lt;PRE&gt;class path resource [META-INF/spring/testforrabbitmq.xml] cannot be opened because it does not exist&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I guess something similar found at :&amp;nbsp;&lt;/STRONG&gt;&lt;A title="Similar Issue on Stackoverflow" href="https://stackoverflow.com/questions/8170773/maven-copying-applicationcontext-xml-from-src-main-resources-to-target-myproject" target="_self" rel="nofollow noopener noreferrer"&gt;Stackoverflow&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 21:36:40 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-03-06T21:36:40Z</dc:date>
    <item>
      <title>Talend Real Time Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303969#M75789</link>
      <description>&lt;P&gt;Hi, There!&lt;/P&gt; 
&lt;P&gt;I am trying to build a simple job to consume messages from Rabbit MQ. I have used cAMQP, cMessageFilter and cLog components for this job.&lt;/P&gt; 
&lt;P&gt;When I try to run the job on a remote job server I get the following error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Checking ports...&lt;/P&gt; 
&lt;P&gt;Sending job 'testForRabbitMq' to server (X.X.X.X:8001)...&lt;/P&gt; 
&lt;P&gt;File transfer completed.&lt;/P&gt; 
&lt;P&gt;Deploying job 'testForRabbitMq' on server (&lt;SPAN&gt;X.X.X.X&lt;/SPAN&gt;:8000)...&lt;/P&gt; 
&lt;P&gt;Running job 'testForRabbitMq'...&lt;BR /&gt;Starting job testForRabbitMq at 13:35 06/03/2018.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;IOException parsing XML document from class path resource [META-INF/spring/testforrabbitmq.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/spring/testforrabbitmq.xml] cannot be opened because it does not exist&lt;BR /&gt;org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [META-INF/spring/testforrabbitmq.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/spring/testforrabbitmq.xml] cannot be opened because it does not exist&lt;BR /&gt;at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)&lt;BR /&gt;at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:303)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:180)&lt;BR /&gt;at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:243)&lt;BR /&gt;at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:127)&lt;BR /&gt;at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:93)&lt;BR /&gt;at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:539)&lt;BR /&gt;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:451)&lt;BR /&gt;at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:139)&lt;BR /&gt;at org.springframework.context.support.ClassPathXmlApplicationContext.&amp;lt;init&amp;gt;(ClassPathXmlApplicationContext.java:83)&lt;BR /&gt;at realtime.testforrabbitmq_0_1.testForRabbitMq$1.createContext(testForRabbitMq.java:86)&lt;BR /&gt;at org.apache.camel.main.Main.getCamelContextMap(Main.java:149)&lt;BR /&gt;at org.apache.camel.main.MainSupport.postProcessContext(MainSupport.java:433)&lt;BR /&gt;at org.apache.camel.main.Main.doStart(Main.java:125)&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:138)&lt;BR /&gt;at realtime.testforrabbitmq_0_1.testForRabbitMq.run(testForRabbitMq.java:134)&lt;BR /&gt;at realtime.testforrabbitmq_0_1.testForRabbitMq.runJobInTOS(testForRabbitMq.java:201)&lt;BR /&gt;at realtime.testforrabbitmq_0_1.testForRabbitMq.main(testForRabbitMq.java:170)&lt;BR /&gt;Caused by: java.io.FileNotFoundException: class path resource [META-INF/spring/testforrabbitmq.xml] cannot be opened because it does not exist&lt;BR /&gt;at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:171)&lt;BR /&gt;at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:329)&lt;BR /&gt;... 21 more&lt;BR /&gt;Job testForRabbitMq ended at 13:36 06/03/2018. [exit code=1]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using Talend Big Data Platform - Enterprise Version 6.4.1.20170623_1246&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone let me know, what needs to be done to rectify this issue.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303969#M75789</guid>
      <dc:creator>arjunrv88</dc:creator>
      <dc:date>2024-11-16T08:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Real Time Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303970#M75790</link>
      <description>&lt;P&gt;* its case sensitive&lt;BR /&gt;* make sure your (class) paths&amp;nbsp;are set correctly&lt;/P&gt;
&lt;PRE&gt;class path resource [META-INF/spring/testforrabbitmq.xml] cannot be opened because it does not exist&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I guess something similar found at :&amp;nbsp;&lt;/STRONG&gt;&lt;A title="Similar Issue on Stackoverflow" href="https://stackoverflow.com/questions/8170773/maven-copying-applicationcontext-xml-from-src-main-resources-to-target-myproject" target="_self" rel="nofollow noopener noreferrer"&gt;Stackoverflow&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 21:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303970#M75790</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-03-06T21:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Real Time Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303971#M75791</link>
      <description>&lt;P&gt;Could you please tell me where I should mention this classpath information? I am not sure if I know the correct path.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 21:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303971#M75791</guid>
      <dc:creator>arjunrv88</dc:creator>
      <dc:date>2018-03-06T21:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Real Time Big Data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303972#M75792</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Im not quite familar with your specific case... so cant tell exactly.&lt;BR /&gt;Looks like something is wrong while packaging your job.&lt;BR /&gt;&lt;BR /&gt;The point is that META-INF should be considered an internal Java&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;meta&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;directory.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any files you want to include with your JAR should be placed in some other sub-directory or at the root of the JAR itself.&lt;BR /&gt;So when the job is packaged to run at your remote-server it should contain this XML file and its within this specific jar file.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;By the way .jar files can be opened by 7zip or tar ...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Support from Talend&amp;nbsp;is necessary...&amp;nbsp;&lt;BR /&gt;Maybe&amp;nbsp;this thread related...&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrw7CAC" target="_self" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tESBConsumer-does-not-log-to-SAM-missing-agent-context-xml/td-p/184726&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cant help any further, sorry.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 22:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Real-Time-Big-Data/m-p/2303972#M75792</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-03-06T22:09:58Z</dc:date>
    </item>
  </channel>
</rss>

