<?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: Cannot run any job (Ubuntu 18.04 / Oracle Java 11.0.7 / TOS DI 7.3.1) in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385318#M5175</link>
    <description>&lt;P&gt;Hi, I've checked path and I found additional path definition under ~/.profile.&lt;/P&gt;&lt;P&gt;So I fixed that and it works. Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2020 14:30:48 GMT</pubDate>
    <dc:creator>peterko</dc:creator>
    <dc:date>2020-07-02T14:30:48Z</dc:date>
    <item>
      <title>Cannot run any job (Ubuntu 18.04 / Oracle Java 11.0.7 / TOS DI 7.3.1)</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385314#M5171</link>
      <description>&lt;P&gt;Hi. I've installed TOS DI 7.3.1 on my Ubuntu 18.04 and I use&amp;nbsp;Oracle Java 11.0.7&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've configured java path. I can open studio and create a flow, but when I run a job, I got following error:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaZJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137463iA5D5FCCA02098648/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaZJ.png" alt="0683p000009MaZJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Error message:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;java.lang.NullPointerException
	at org.talend.designer.runprocess.JobErrorsChecker.checkRoutinesCompilationError(JobErrorsChecker.java:424)
	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:373)
	at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:539)
	at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:317)
	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:955)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:615)
	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:2068)
	at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:601)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:440)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:356)
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:474)
	at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:240)
	at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:966)
	at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)
	at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1448)
	at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:700)
	at org.talend.designer.runprocess.ui.actions.RunProcessAction.run(RunProcessAction.java:63)
	at org.talend.designer.core.debug.JobLaunchConfigurationDelegate$1$1.run(JobLaunchConfigurationDelegate.java:98)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
	at org.talend.rcp.intro.Application.start(Application.java:280)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1474)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;Job is very simple - Java component with println:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaZO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147387i9E9067B4A11E3A3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaZO.png" alt="0683p000009MaZO.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea what's going on?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385314#M5171</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2024-11-16T02:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run any job (Ubuntu 18.04 / Oracle Java 11.0.7 / TOS DI 7.3.1)</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385315#M5172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please ensure proper version of JDK is installed. For v6 of Talend products JDK is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached. What's your installation path? Are there some blank space in your path or typo in PATH variable?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 08:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385315#M5172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-01T08:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run any job (Ubuntu 18.04 / Oracle Java 11.0.7 / TOS DI 7.3.1)</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385316#M5173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please ensure proper version of JDK is installed. For v6 of Talend products JDK is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached. What's your installation path? Are there some blank space in your path or typo in PATH variable?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 08:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385316#M5173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-01T08:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run any job (Ubuntu 18.04 / Oracle Java 11.0.7 / TOS DI 7.3.1)</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385317#M5174</link>
      <description>&lt;P&gt;Hi, I've checked path and I found additional path definition under ~/.profile.&lt;/P&gt;&lt;P&gt;So I fixed that and it works. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 14:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385317#M5174</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2020-07-02T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run any job (Ubuntu 18.04 / Oracle Java 11.0.7 / TOS DI 7.3.1)</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385318#M5175</link>
      <description>&lt;P&gt;Hi, I've checked path and I found additional path definition under ~/.profile.&lt;/P&gt;&lt;P&gt;So I fixed that and it works. Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 14:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-run-any-job-Ubuntu-18-04-Oracle-Java-11-0-7-TOS-DI-7-3-1/m-p/2385318#M5175</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2020-07-02T14:30:48Z</dc:date>
    </item>
  </channel>
</rss>

