<?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: Getting error while running the job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198758#M1950</link>
    <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please check the Java version you are using? I hope you are using version 1.8. Usually you will get below error due to version difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 17:51:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-05T17:51:34Z</dc:date>
    <item>
      <title>Getting error while running the job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198757#M1949</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone help me out in the below error as i am getting it every time i run a job,&lt;/P&gt; 
&lt;P&gt;org.talend.designer.runprocess.ProcessorException: Job compile errors&lt;BR /&gt;At least job "OnBoardingDemoJob" has a compile errors, please fix and export again.&lt;BR /&gt;Error Line: 843&lt;BR /&gt;Detail Message: The method convertToJsonText(Object, List&amp;lt;String&amp;gt;) from the type ResumeUtil refers to the missing type List&lt;BR /&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;BR /&gt;at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:338)&lt;BR /&gt;at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:533)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:316)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:826)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:609)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1951)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:440)&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:356)&lt;BR /&gt;at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:474)&lt;BR /&gt;at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:240)&lt;BR /&gt;at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:966)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)&lt;BR /&gt;at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1444)&lt;BR /&gt;at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:700)&lt;BR /&gt;at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:58)&lt;BR /&gt;at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1.run(JobLaunchConfigurationDelegate.java:85)&lt;BR /&gt;at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)&lt;BR /&gt;at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3919)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3550)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:277)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:567)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1501) .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Ajay&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198757#M1949</guid>
      <dc:creator>anarayandas</dc:creator>
      <dc:date>2024-11-16T03:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while running the job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198758#M1950</link>
      <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please check the Java version you are using? I hope you are using version 1.8. Usually you will get below error due to version difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 17:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198758#M1950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T17:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while running the job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198759#M1951</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks Nikhil for the help,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have few concern like my current java installed in my PC is 13.0.1&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Picked up _JAVA_OPTIONS: -Xmx512M&lt;BR /&gt;java version "13.0.1" 2019-10-15&lt;BR /&gt;Java(TM) SE Runtime Environment (build 13.0.1+9)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and as you suggested i need to install java 1.8&amp;nbsp; which is JDK 8&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Reply so that i may proceed with the installation .&lt;/P&gt; 
&lt;P&gt;Thanks once again.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 06:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198759#M1951</guid>
      <dc:creator>anarayandas</dc:creator>
      <dc:date>2019-12-06T06:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while running the job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198760#M1952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;You are right. You need to use JDK 8.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please mark the topic as resolved if the details helped to resolve your query?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-error-while-running-the-job/m-p/2198760#M1952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-06T18:58:16Z</dc:date>
    </item>
  </channel>
</rss>

