<?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: Facing issue with Neo4j connection through Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316300#M86863</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you have also added these 2 packages?&lt;/P&gt;&lt;PRE&gt;slf4j-api&amp;nbsp;&lt;BR /&gt;slf4j-simple&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;lojdr&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 18:39:56 GMT</pubDate>
    <dc:creator>lojdr</dc:creator>
    <dc:date>2018-01-22T18:39:56Z</dc:date>
    <item>
      <title>Facing issue with Neo4j connection through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316299#M86862</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can anyone please help me with below error which I am getting while making connection with&amp;nbsp;Neo4j remote server through Talend using tNeo4jConnection component [I have installed Neo4j community version on my local].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For the following error, I have already&amp;nbsp;placed the slf4j jar file in Talend library folder, still this issue persist. Any help will be appreciable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".&lt;BR /&gt;SLF4J: Defaulting to no-operation (NOP) logger implementation&lt;BR /&gt;SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#StaticLoggerBinder" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.slf4j.org/codes.html#StaticLoggerBinder&lt;/A&gt; for further details.&lt;BR /&gt;Exception in thread "main" java.lang.ExceptionInInitializerError&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;at com.sun.jersey.core.spi.factory.MessageBodyFactory.initReaders(MessageBodyFactory.java:182)&lt;BR /&gt;at com.sun.jersey.core.spi.factory.MessageBodyFactory.initReaders(MessageBodyFactory.java:176)&lt;BR /&gt;at com.sun.jersey.core.spi.factory.MessageBodyFactory.init(MessageBodyFactory.java:162)&lt;BR /&gt;at com.sun.jersey.api.client.Client.init(Client.java:342)&lt;BR /&gt;at com.sun.jersey.api.client.Client.access$000(Client.java:118)&lt;BR /&gt;at com.sun.jersey.api.client.Client$1.f(Client.java:191)&lt;BR /&gt;at com.sun.jersey.api.client.Client$1.f(Client.java:187)&lt;BR /&gt;at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:193)&lt;BR /&gt;at com.sun.jersey.api.client.Client.&amp;lt;init&amp;gt;(Client.java:187)&lt;BR /&gt;at com.sun.jersey.api.client.Client.&amp;lt;init&amp;gt;(Client.java:159)&lt;BR /&gt;at com.sun.jersey.api.client.Client.create(Client.java:669)&lt;BR /&gt;at org.neo4j.rest.graphdb.ExecutingRestRequest.createClient(ExecutingRestRequest.java:70)&lt;BR /&gt;at org.neo4j.rest.graphdb.ExecutingRestRequest.&amp;lt;init&amp;gt;(ExecutingRestRequest.java:59)&lt;BR /&gt;at org.neo4j.rest.graphdb.RestAPIImpl.createRestRequest(RestAPIImpl.java:79)&lt;BR /&gt;at org.neo4j.rest.graphdb.RestAPIImpl.&amp;lt;init&amp;gt;(RestAPIImpl.java:74)&lt;BR /&gt;at org.neo4j.rest.graphdb.RestGraphDatabase.&amp;lt;init&amp;gt;(RestGraphDatabase.java:59)&lt;BR /&gt;at poc_pragya.neo4j_job_0_1.Neo4J_Job.tNeo4jConnection_1Process(Neo4J_Job.java:301)&lt;BR /&gt;at poc_pragya.neo4j_job_0_1.Neo4J_Job.runJobInTOS(Neo4J_Job.java:587)&lt;BR /&gt;at poc_pragya.neo4j_job_0_1.Neo4J_Job.main(Neo4J_Job.java:421)&lt;BR /&gt;Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl&lt;BR /&gt;at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:151)&lt;BR /&gt;at javax.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:119)&lt;BR /&gt;at javax.ws.rs.core.MediaType.valueOf(MediaType.java:179)&lt;BR /&gt;at com.sun.jersey.core.header.MediaTypes.&amp;lt;clinit&amp;gt;(MediaTypes.java:64)&lt;BR /&gt;... 19 more&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl&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 javax.ws.rs.ext.FactoryFinder.newInstance(FactoryFinder.java:114)&lt;BR /&gt;at javax.ws.rs.ext.FactoryFinder.find(FactoryFinder.java:207)&lt;BR /&gt;at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:134)&lt;BR /&gt;... 22 more&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pragya&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316299#M86862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issue with Neo4j connection through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316300#M86863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you have also added these 2 packages?&lt;/P&gt;&lt;PRE&gt;slf4j-api&amp;nbsp;&lt;BR /&gt;slf4j-simple&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;lojdr&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 18:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316300#M86863</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-01-22T18:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issue with Neo4j connection through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316301#M86864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;lojdr --&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I have already added these 2 jar files. Attaching screenshot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pragya&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrr3"&gt;Slf4j snapshot.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 23 Jan 2018 07:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316301#M86864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issue with Neo4j connection through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316302#M86865</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have you tried to restart your studio to see if it works? Are you using talend open studio V 6.3.1?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 09:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316302#M86865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T09:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Facing issue with Neo4j connection through Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316303#M86866</link>
      <description>&lt;P&gt;The class error got resolved when we installed Neo4j 3.3.2 version. Not sure what was the issue with other versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pragya&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Facing-issue-with-Neo4j-connection-through-Talend/m-p/2316303#M86866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-23T13:32:33Z</dc:date>
    </item>
  </channel>
</rss>

