<?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: java.lang.ClassNotFoundException: com.jayway.jsonpath.PathNotFoundException after deploying job to server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-com-jayway-jsonpath/m-p/2312444#M143435</link>
    <description>&lt;P&gt;1) Navigate to the location of the tFileInputJSON_java.xml file (for example, C:\Talend\6.4.1\Studio\plugins\org.talend.designer.components.localprovider_6.4.1.20170623_1246\components\tFileInputJSON) and open the file in a text editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Scroll down to line 170, where you will see the following line:&lt;/P&gt;&lt;P&gt;&amp;lt;IMPORT NAME="json-path-2.1.0.jar" MODULE="json-path-2.1.0.jar" MVN="mvn:org.talend.libraries/json-path-1.2.0/6.0.0" UrlPath="platform:/plugin/org.talend.libraries.json/lib/json-path-2.1.0.jar"&lt;/P&gt;&lt;P&gt;REQUIRED_IF="(READ_BY == 'JSONPATH')" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Change the filepath so that it reflects the correct JAR that needs to be referenced:&lt;/P&gt;&lt;P&gt;&amp;lt;IMPORT NAME="json-path-2.1.0.jar" MODULE="json-path-2.1.0.jar" MVN="mvn:org.talend.libraries/json-path-2.1.0/6.0.0" UrlPath="platform:/plugin/org.talend.libraries.json/lib/json-path-2.1.0.jar"&lt;/P&gt;&lt;P&gt;REQUIRED_IF="(READ_BY == 'JSONPATH')" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) Save the file and restart Studio; once you open your project and Job, the Maven changes will be reflected in your Nexus and JobServer. You can save and run the Job remotely now, and your Job will run using Job Conductor once again.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 17:38:36 GMT</pubDate>
    <dc:creator>spanchal</dc:creator>
    <dc:date>2022-06-10T17:38:36Z</dc:date>
    <item>
      <title>java.lang.ClassNotFoundException: com.jayway.jsonpath.PathNotFoundException after deploying job to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-com-jayway-jsonpath/m-p/2312443#M143434</link>
      <description>&lt;P&gt;When I run the job from Studio, I don't have any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I deploy the build job to our server, and run it from there I get the following Exception&lt;/P&gt;&lt;P&gt;Exception in thread "Thread-1" java.lang.NoClassDefFoundError: com/jayway/jsonpath/PathNotFoundException&lt;/P&gt;&lt;P&gt;	at vivaldis_trendstop.update4d_0_5.Update4D.tWriteJSONField_1_InProcess(Update4D.java:19881)&lt;/P&gt;&lt;P&gt;	at vivaldis_trendstop.update4d_0_5.Update4D$1ThreadXMLField_tWriteJSONField_1_Out.run(Update4D.java:8635)&lt;/P&gt;&lt;P&gt;Caused by: java.lang.ClassNotFoundException: com.jayway.jsonpath.PathNotFoundException&lt;/P&gt;&lt;P&gt;	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)&lt;/P&gt;&lt;P&gt;	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)&lt;/P&gt;&lt;P&gt;	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)&lt;/P&gt;&lt;P&gt;	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)&lt;/P&gt;&lt;P&gt;	... 2 more&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-com-jayway-jsonpath/m-p/2312443#M143434</guid>
      <dc:creator>somersst</dc:creator>
      <dc:date>2024-11-16T01:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassNotFoundException: com.jayway.jsonpath.PathNotFoundException after deploying job to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-com-jayway-jsonpath/m-p/2312444#M143435</link>
      <description>&lt;P&gt;1) Navigate to the location of the tFileInputJSON_java.xml file (for example, C:\Talend\6.4.1\Studio\plugins\org.talend.designer.components.localprovider_6.4.1.20170623_1246\components\tFileInputJSON) and open the file in a text editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Scroll down to line 170, where you will see the following line:&lt;/P&gt;&lt;P&gt;&amp;lt;IMPORT NAME="json-path-2.1.0.jar" MODULE="json-path-2.1.0.jar" MVN="mvn:org.talend.libraries/json-path-1.2.0/6.0.0" UrlPath="platform:/plugin/org.talend.libraries.json/lib/json-path-2.1.0.jar"&lt;/P&gt;&lt;P&gt;REQUIRED_IF="(READ_BY == 'JSONPATH')" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Change the filepath so that it reflects the correct JAR that needs to be referenced:&lt;/P&gt;&lt;P&gt;&amp;lt;IMPORT NAME="json-path-2.1.0.jar" MODULE="json-path-2.1.0.jar" MVN="mvn:org.talend.libraries/json-path-2.1.0/6.0.0" UrlPath="platform:/plugin/org.talend.libraries.json/lib/json-path-2.1.0.jar"&lt;/P&gt;&lt;P&gt;REQUIRED_IF="(READ_BY == 'JSONPATH')" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) Save the file and restart Studio; once you open your project and Job, the Maven changes will be reflected in your Nexus and JobServer. You can save and run the Job remotely now, and your Job will run using Job Conductor once again.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 17:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassNotFoundException-com-jayway-jsonpath/m-p/2312444#M143435</guid>
      <dc:creator>spanchal</dc:creator>
      <dc:date>2022-06-10T17:38:36Z</dc:date>
    </item>
  </channel>
</rss>

