<?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: Incompatible conditional operand types Exception and TDieException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337582#M105909</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Can you please upload the log file? The log file is located in &amp;lt;studio installation directory&amp;gt;/workspace/.metadata/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2023 07:16:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-17T07:16:15Z</dc:date>
    <item>
      <title>Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337580#M105907</link>
      <description>&lt;P&gt;I am getting the following compile error, I have not seen it before, but have many models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The compile error is the result of a tRunJob. If I deactivate the component, everything runs properly. I can also manually run the job that causes the compile error, and if I run it separately, it compiles and runs without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the error I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;org.talend.designer.runprocess.ProcessorException: java.lang.Exception: [ERROR] COMPILATION ERROR :&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[238]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[245]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[263]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[894]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project Create_Client_Tables_and_Indexes: Compilation failure: Compilation failure:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[238]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] 	if (!(e instanceof TalendException || e instanceof TDieException)) {&lt;/P&gt;&lt;P&gt;[ERROR] 	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] Incompatible conditional operand types Exception and TDieException&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[245]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] 	if (!(e instanceof TDieException)) {&lt;/P&gt;&lt;P&gt;[ERROR] 	&amp;nbsp;&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] Incompatible conditional operand types Exception and TDieException&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[263]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] 	if(!(e instanceof TDieException)){&lt;/P&gt;&lt;P&gt;[ERROR] 	&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] Incompatible conditional operand types Exception and TDieException&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[894]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] 	resumeUtil.addLog("JOB_STARTED", "JOB:" + jobName, parent_part_launcher, Thread.currentThread().getId() + "", "","","","",resumeUtil.convertToJsonText(context,parametersToEncrypt));&lt;/P&gt;&lt;P&gt;[ERROR] 	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] The method convertToJsonText(Object, List&amp;lt;String&amp;gt;) from the type ResumeUtil refers to the missing type List&lt;/P&gt;&lt;P&gt;[ERROR] 4 problems (4 errors)&lt;/P&gt;&lt;P&gt;[ERROR] -&amp;gt; [Help 1]&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;/P&gt;&lt;P&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;/P&gt;&lt;P&gt;[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] After correcting the problems, you can resume the build with the command&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;mvn &amp;lt;goals&amp;gt; -rf :Create_Client_Tables_and_Indexes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:947)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:615)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:2068)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:440)&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:356)&lt;/P&gt;&lt;P&gt;	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:474)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:240)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:966)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1448)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:700)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:63)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1$1.run(JobLaunchConfigurationDelegate.java:98)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3919)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3550)&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)&lt;/P&gt;&lt;P&gt;	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)&lt;/P&gt;&lt;P&gt;	at org.talend.rcp.intro.Application.start(Application.java:280)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;/P&gt;&lt;P&gt;	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;	at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some additional error log lines, but they make the message too long. If you need them I will add in a reply.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 16:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337580#M105907</guid>
      <dc:creator>MarkM1</dc:creator>
      <dc:date>2023-03-15T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337581#M105908</link>
      <description>&lt;P&gt;Here is the rest of the error log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: java.lang.Exception: [ERROR] COMPILATION ERROR :&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[238]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[245]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[263]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[894]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project Create_Client_Tables_and_Indexes: Compilation failure: Compilation failure:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[238]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] if (!(e instanceof TalendException || e instanceof TDieException)) {&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] Incompatible conditional operand types Exception and TDieException&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[245]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] if (!(e instanceof TDieException)) {&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] Incompatible conditional operand types Exception and TDieException&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[263]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] if(!(e instanceof TDieException)){&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] Incompatible conditional operand types Exception and TDieException&lt;/P&gt;&lt;P&gt;[ERROR] E:\Base_Sage\TOS_DI-Win32-20200219_1130-V7.3.1\workspace\SAGE_BASE\poms\jobs\process\Setup\create_client_tables_and_indexes_0.1\src\main\java\sage_base\create_client_tables_and_indexes_0_1\Create_Client_Tables_and_Indexes.java:[894]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] resumeUtil.addLog("JOB_STARTED", "JOB:" + jobName, parent_part_launcher, Thread.currentThread().getId() + "", "","","","",resumeUtil.convertToJsonText(context,parametersToEncrypt));&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^^^^^^^^^^^^^^^^^&lt;/P&gt;&lt;P&gt;[ERROR] The method convertToJsonText(Object, List&amp;lt;String&amp;gt;) from the type ResumeUtil refers to the missing type List&lt;/P&gt;&lt;P&gt;[ERROR] 4 problems (4 errors)&lt;/P&gt;&lt;P&gt;[ERROR] -&amp;gt; [Help 1]&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;/P&gt;&lt;P&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] For more information about the errors and possible solutions, please read the following articles:&lt;/P&gt;&lt;P&gt;[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ERROR] After correcting the problems, you can resume the build with the command&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;mvn &amp;lt;goals&amp;gt; -rf :Create_Client_Tables_and_Indexes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;at org.talend.designer.maven.launch.MavenCommandLauncher.execute(MavenCommandLauncher.java:321)&lt;/P&gt;&lt;P&gt;at org.talend.designer.maven.launch.MavenPomCommandLauncher.execute(MavenPomCommandLauncher.java:57)&lt;/P&gt;&lt;P&gt;at org.talend.designer.maven.tools.BuildCacheManager.build(BuildCacheManager.java:230)&lt;/P&gt;&lt;P&gt;at org.talend.designer.runprocess.maven.MavenJavaProcessor.build(MavenJavaProcessor.java:417)&lt;/P&gt;&lt;P&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:944)&lt;/P&gt;&lt;P&gt;... 38 more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 16:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337581#M105908</guid>
      <dc:creator>MarkM1</dc:creator>
      <dc:date>2023-03-15T16:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Incompatible conditional operand types Exception and TDieException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337582#M105909</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Can you please upload the log file? The log file is located in &amp;lt;studio installation directory&amp;gt;/workspace/.metadata/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 07:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incompatible-conditional-operand-types-Exception-and/m-p/2337582#M105909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-17T07:16:15Z</dc:date>
    </item>
  </channel>
</rss>

