<?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: Error message: Incompatible conditional operand types Exception and TDieException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230618#M21189</link>
    <description>&lt;P&gt;Im having the same problem. Can you help me?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 13:47:49 GMT</pubDate>
    <dc:creator>LTrois</dc:creator>
    <dc:date>2020-11-11T13:47:49Z</dc:date>
    <item>
      <title>Error message: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230614#M21185</link>
      <description>&lt;P&gt;I have recently downloaded Talend Open Studio (TOS_DI-20190620_1447-V7.2.1) and had initial problems after installing Java (JDK-13.0.1_windows-x64) where it couldn't find Javaw.exe within the Talend folder ..\jre\bin I had unzipped on my C: drive. So, I copied my java folders into a folder called ..\jre\ and when I launched Talend it started to work.&lt;/P&gt; 
&lt;P&gt;I then tried to run the Job Onboarding Demo and it couldn't compile. I checked on the forum for some answers and it appeared the path was all wrong - after all, I do also have Java installed in C:\Program Files\Java\.. as well. So, I went to Window &amp;gt; Preferences &amp;gt; Java &amp;gt; Installed JREs and selected jdk-13.0.1 using the correct path under Program Files and then restarted Talend Open Studio.&lt;/P&gt; 
&lt;P&gt;I did a basic run of the job and it failed again. See log below. I really need to understand why this install isn't as straight forward as it should be and why after selecting the right JRE and restarting that it still has problems. Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Log&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;</description>
      <pubDate>Thu, 31 Oct 2019 00:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230614#M21185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-31T00:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error message: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230615#M21186</link>
      <description>&lt;P&gt;have since deleted Talend and unzipped it again using 7zip instead of uncompressing with Windows. I reinstalled Java&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the folder where the executable is, I created a batch file as follows:&lt;/P&gt; 
&lt;P&gt;start TOS_DI-win-x86_64.exe -vm "C:\Program Files\Java\jdk-13.0.1\bin\javaw.exe"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Everything was looking good except it thinks there are incompatibility issues with the JVM I'm using - Now that I know its a clean install and still giving me the same problems, I am totally at a loss. Here's an update of the error log:&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: 236&lt;BR /&gt;Detail Message: Incompatible conditional operand types Exception and TDieException&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;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1474)&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 02:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230615#M21186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-31T02:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230616#M21187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I could see that you are using jdk 13 as the Java path. This is the reason for error below.&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;&lt;SPAN&gt;&lt;A href="https://help.talend.com/reader/KMl2fVcylgawLRXzYmwLZw/0xw6u~sKLJyGNZoMUSccEw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/KMl2fVcylgawLRXzYmwLZw/0xw6u~sKLJyGNZoMUSccEw&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Please refer the link above to know the compatible java versions.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230616#M21187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-31T15:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error message: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230617#M21188</link>
      <description>&lt;P&gt;thanks for your help, yes, I had to point it to Java 8 instead. However, the unzipping of Talend Open Studio and its association to Java was very odd from the outset. I had to create a batch file to get it to use a Java pack otherwise it would tell me it didn't exist in the Talend local folder. I would have thought it would have been a given that Java would be under C:\Program Files\Java where it should have expected v8. It could have then had an error message saying "You do not have Java 8 installed" - this would have saved me an entire day trying to figure out why it wouldn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 21:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230617#M21188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-31T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error message: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230618#M21189</link>
      <description>&lt;P&gt;Im having the same problem. Can you help me?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 13:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-message-Incompatible-conditional-operand-types-Exception/m-p/2230618#M21189</guid>
      <dc:creator>LTrois</dc:creator>
      <dc:date>2020-11-11T13:47:49Z</dc:date>
    </item>
  </channel>
</rss>

