<?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: MacOS 10.14 error - The method convertToJsonText(Object, List&amp;lt;String&amp;gt;) from the type ResumeUtil refers to the missing type List in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354914#M1411</link>
    <description>&lt;P&gt;Thank you Sabrina.&lt;/P&gt; 
&lt;P&gt;I was able to solve my problem by installing Zulu JDK and JRE and setting the correct path in Talend Java - Installed JREs settings directly. Please note, the message, whether the changes should be applied did not pop-up for the first two times, after I clicked on the "Apply and Close" button, I had to go back to the settings, and try this several times, until I got the message and the changes got applied. This is quite often behavior of Talend, where it not always saves changes in the configuration.&lt;/P&gt; 
&lt;P&gt;Anyway, I'm able to run Talend on my MacOS Mojave 10.14.6&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 07:46:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-22T07:46:17Z</dc:date>
    <item>
      <title>MacOS 10.14 error - The method convertToJsonText(Object, List&lt;String&gt;) from the type ResumeUtil refers to the missing type List</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354910#M1407</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt; 
&lt;P&gt;I'm not able to run my project on my MacOS Mojave 10.14.6. I always receive error message below.&lt;/P&gt; 
&lt;P&gt;I'm able to run the very same project on my Windows system, so the problem is not in the project.&lt;/P&gt; 
&lt;P&gt;I have installed Java 1.8 and JDK 13.&lt;/P&gt; 
&lt;P&gt;Is there anyone who was facing this issue and is able to suggest steps to resolve it, please?&lt;/P&gt; 
&lt;P&gt;Thank you very much!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;org.talend.designer.runprocess.ProcessorException: Job compile errors&lt;BR /&gt;At least job "CS_data_deployment" has a compile errors, please fix and export again.&lt;BR /&gt;Error Line: 18739&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:4095)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762)&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>Sat, 16 Nov 2024 04:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354910#M1407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: MacOS 10.14 error - The method convertToJsonText(Object, List&lt;String&gt;) from the type ResumeUtil refers to the missing type List</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354911#M1408</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please have a look at these online installation guide for V 7.2.1:&lt;/P&gt;
&lt;P&gt;&lt;A title="TalendHelpCenter:Compatible Java Environments" href="https://help.talend.com/reader/~81kiiPHq0ugx25pQI3kZQ/cbJ0PJpVmFkupfj3TA0v2A" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Compatible Java Environments&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="TalendHelpCenter:Compatible Operating Systems" href="https://help.talend.com/reader/~81kiiPHq0ugx25pQI3kZQ/2urE7fErlQHc~0S_OYp8ug" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Compatible Operating Systems&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 08:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354911#M1408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-17T08:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: MacOS 10.14 error - The method convertToJsonText(Object, List&lt;String&gt;) from the type ResumeUtil refers to the missing type List</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354912#M1409</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt; 
&lt;P&gt;thank you for your response.&lt;/P&gt; 
&lt;P&gt;Yes, I have checked the installation guide and I have set the JAVA_HOME correctly.&lt;/P&gt; 
&lt;P&gt;Do I understand it correctly, that Talend Studio is not supported for Apple macOS 10.14.6 Mojave, please?&lt;/P&gt; 
&lt;P&gt;Thank you very much&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Boris&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 08:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354912#M1409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-21T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: MacOS 10.14 error - The method convertToJsonText(Object, List&lt;String&gt;) from the type ResumeUtil refers to the missing type List</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354913#M1410</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;So far, Apple macOS 10.14.6 Mojave is not list in the supported table.&lt;/P&gt; 
&lt;P&gt;In the documentation we provide a list of OS platforms that are supported, in the sense that we do provide an SLA and technical support for them. This doesn't mean other (non-listed) OS platforms will not work but simply we won't necessarily be equipped to help you with any issue you may face with them.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 10:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354913#M1410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-21T10:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: MacOS 10.14 error - The method convertToJsonText(Object, List&lt;String&gt;) from the type ResumeUtil refers to the missing type List</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354914#M1411</link>
      <description>&lt;P&gt;Thank you Sabrina.&lt;/P&gt; 
&lt;P&gt;I was able to solve my problem by installing Zulu JDK and JRE and setting the correct path in Talend Java - Installed JREs settings directly. Please note, the message, whether the changes should be applied did not pop-up for the first two times, after I clicked on the "Apply and Close" button, I had to go back to the settings, and try this several times, until I got the message and the changes got applied. This is quite often behavior of Talend, where it not always saves changes in the configuration.&lt;/P&gt; 
&lt;P&gt;Anyway, I'm able to run Talend on my MacOS Mojave 10.14.6&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 07:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354914#M1411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: MacOS 10.14 error - The method convertToJsonText(Object, List&lt;String&gt;) from the type ResumeUtil refers to the missing type List</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354915#M1412</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for sharing your solution here.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 09:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MacOS-10-14-error-The-method-convertToJsonText-Object-List-lt/m-p/2354915#M1412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-22T09:13:58Z</dc:date>
    </item>
  </channel>
</rss>

