<?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: Can't get tMongoDBConnection component to work! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320728#M90842</link>
    <description>Can any body confirm that the steps Carl Singer (csinger) is describing is the proper way to get the MongoDB-components in and running? 
&lt;BR /&gt;Or is there something missing or should be done differently? 
&lt;BR /&gt;---- 
&lt;BR /&gt;1) placed tMongoDBConnection folder from ZIP file in C:\Talend\TOS-Win32-r63143-V4.2.2\plugins\org.talend.designer.components.localprovider_4.2.2.r63143\components 
&lt;BR /&gt;2) When I had initially added the component, I was getting compile errors; so, I added the mongo-1.3.jar file as an external jar to the list and the compile errors went away. 
&lt;BR /&gt;3) copied the mongo-1.3.jar file to C:\Talend\TOS-Win32-r63143-V4.2.2\lib\java 
&lt;BR /&gt;4) copied the mongo-1.3.jar file to C:\Talend\TOS-Win32-r63143-V4.2.2\plugins 
&lt;BR /&gt;5) created a classpath variable via Prefs &amp;gt; Java &amp;gt; Build Path 
&lt;BR /&gt;6) verified that an entry for the jar was in the C:\Talend\TOS-Win32-r63143-V4.2.2\workspace\.Java\.classpath file 
&lt;BR /&gt;----</description>
    <pubDate>Wed, 04 Apr 2012 09:15:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-04T09:15:44Z</dc:date>
    <item>
      <title>Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320722#M90836</link>
      <description>I created a VERY simple job in TOS (v4.2). The only component loaded into the design area is tMongoDBConnection. I made sure that I was pointed at "localhost" and at the DB called "test".
&lt;BR /&gt;When I try to run the job, I get the "NoClassDefFoundError" error listed below.
&lt;BR /&gt;I have tried the following:
&lt;BR /&gt;1) placed tMongoDBConnection folder from ZIP file in C:\Talend\TOS-Win32-r63143-V4.2.2\plugins\org.talend.designer.components.localprovider_4.2.2.r63143\components
&lt;BR /&gt;2) When I had initially added the component, I was getting compile errors; so, I added the mongo-1.3.jar file as an external jar to the list and the compile errors went away.
&lt;BR /&gt;3) copied the mongo-1.3.jar file to C:\Talend\TOS-Win32-r63143-V4.2.2\lib\java
&lt;BR /&gt;4) copied the mongo-1.3.jar file to C:\Talend\TOS-Win32-r63143-V4.2.2\plugins
&lt;BR /&gt;5) created a classpath variable via Prefs &amp;gt; Java &amp;gt; Build Path
&lt;BR /&gt;6) verified that an entry for the jar was in the C:\Talend\TOS-Win32-r63143-V4.2.2\workspace\.Java\.classpath file
&lt;BR /&gt;I don't know what else to do!!! maybe the component is buggy???
&lt;BR /&gt;==========================================================
&lt;BR /&gt;ERROR MESSAGE STARTS HERE
&lt;BR /&gt;==========================================================
&lt;BR /&gt;Starting job mongodb_test at 19:18 18/08/2011.
&lt;BR /&gt; connecting to socket on port 3775
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in thread "main" java.lang.Error: java.lang.NoClassDefFoundError: com/mongodb/Mongo
&lt;BR /&gt; at emdeon_sample_data.mongodb_test_0_1.mongodb_test.tMongoDBConnection_1Process(mongodb_test.java:286)
&lt;BR /&gt; at emdeon_sample_data.mongodb_test_0_1.mongodb_test.runJobInTOS(mongodb_test.java:457)
&lt;BR /&gt; at emdeon_sample_data.mongodb_test_0_1.mongodb_test.main(mongodb_test.java:331)
&lt;BR /&gt;Caused by: java.lang.NoClassDefFoundError: com/mongodb/Mongo
&lt;BR /&gt; at emdeon_sample_data.mongodb_test_0_1.mongodb_test.tMongoDBConnection_1Process(mongodb_test.java:240)
&lt;BR /&gt; disconnected
&lt;BR /&gt; ... 2 more
&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: com.mongodb.Mongo
&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; ... 3 more
&lt;BR /&gt;Job mongodb_test ended at 19:18 18/08/2011.</description>
      <pubDate>Sat, 16 Nov 2024 12:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320722#M90836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320723#M90837</link>
      <description>Hi
&lt;BR /&gt;I can't reproduce the problem, I did not get any compile error when I install the component into TOS studio.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 19 Aug 2011 01:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320723#M90837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-19T01:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320724#M90838</link>
      <description>I appreciate the quick response. 
&lt;BR /&gt;Then what could I have done wrong??? 
&lt;BR /&gt;If you don't mind sharing, exactly what steps did you follow to download and install the component? 
&lt;BR /&gt;As I mentioned, I couldn't get the component working initially when I simply downloaded it and put it into the "C:\Talend\TOS-Win32-r63143-V4.2.2\plugins\org.talend.designer.components.localprovider_4.2.2.r63143\components" folder (is that the right place to put it?). I was getting compilation errors; so, that's when I started messing around with class paths and what not just to get the compile errors to go away. I just can't get past the "NoClassDefFoundError" error to be able to run the job (is there an alternative to load a component or a required JAR at runtime?) 
&lt;BR /&gt;If you could list out the steps you had followed, at least I could uninstall TOS and start all over again following your steps and maybe things might work correctly. I can document everything I did and include screenshots in a zip file so you can see what I saw.</description>
      <pubDate>Fri, 19 Aug 2011 15:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320724#M90838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-19T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320725#M90839</link>
      <description>I am really stuck!!! I need to be able to load data into MongoDB and I can NOT get this working!!!</description>
      <pubDate>Fri, 19 Aug 2011 22:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320725#M90839</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-08-19T22:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320726#M90840</link>
      <description>Carl,&lt;BR /&gt;  Did you ever resolve this issue? I'm facing the same problem...&lt;BR /&gt;  Thanks,&lt;BR /&gt;     Darren</description>
      <pubDate>Mon, 12 Mar 2012 17:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320726#M90840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-12T17:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320727#M90841</link>
      <description>I've installed tMongoDBConnection and tMongoDBInput, and created a simple job.
&lt;BR /&gt;But both components are giving the error "Module mongo-1.3.jar required"
&lt;BR /&gt;This file (mongo-1.3.jar) is included in each component's folder, but Talend seems to not find the file.
&lt;BR /&gt;What can be done?</description>
      <pubDate>Tue, 03 Apr 2012 14:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320727#M90841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-03T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get tMongoDBConnection component to work!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320728#M90842</link>
      <description>Can any body confirm that the steps Carl Singer (csinger) is describing is the proper way to get the MongoDB-components in and running? 
&lt;BR /&gt;Or is there something missing or should be done differently? 
&lt;BR /&gt;---- 
&lt;BR /&gt;1) placed tMongoDBConnection folder from ZIP file in C:\Talend\TOS-Win32-r63143-V4.2.2\plugins\org.talend.designer.components.localprovider_4.2.2.r63143\components 
&lt;BR /&gt;2) When I had initially added the component, I was getting compile errors; so, I added the mongo-1.3.jar file as an external jar to the list and the compile errors went away. 
&lt;BR /&gt;3) copied the mongo-1.3.jar file to C:\Talend\TOS-Win32-r63143-V4.2.2\lib\java 
&lt;BR /&gt;4) copied the mongo-1.3.jar file to C:\Talend\TOS-Win32-r63143-V4.2.2\plugins 
&lt;BR /&gt;5) created a classpath variable via Prefs &amp;gt; Java &amp;gt; Build Path 
&lt;BR /&gt;6) verified that an entry for the jar was in the C:\Talend\TOS-Win32-r63143-V4.2.2\workspace\.Java\.classpath file 
&lt;BR /&gt;----</description>
      <pubDate>Wed, 04 Apr 2012 09:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-tMongoDBConnection-component-to-work/m-p/2320728#M90842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-04T09:15:44Z</dc:date>
    </item>
  </channel>
</rss>

