<?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: java.lang.NullPointerException in talend 7.3.1 after executing a JoB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355918#M121558</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's your installation path for v 7.3.1? Are there some blank space in your path or typo in PATH variable?&lt;/P&gt;&lt;P&gt;Is it OK with you to reinstall your studio 7.3.1 to see if it is working well?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 07:57:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-07T07:57:40Z</dc:date>
    <item>
      <title>java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355913#M121553</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; I'm having a curious  issue with talend 7.3.1 : &lt;/P&gt;&lt;P&gt;org.talend.designer.runprocess.ProcessorException: java.lang.NullPointerException.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to you all in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Configurations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Talend Data integration version &lt;P&gt;7.3.1 &lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;OS : Win10 version 21H2&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;java version 1.8.0_202&lt;/LI&gt;&lt;LI&gt;I have a set of multiple Parent Job not linked together&lt;/LI&gt;&lt;LI&gt;each Parent job has different number of subjobs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Scenario :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;After starting my talend IDE, when I run a job, it runs successfully without  any issue&lt;/LI&gt;&lt;LI&gt;when I run the same job after the previous successful run, it does not run and yield and error&lt;/LI&gt;&lt;LI&gt;when I try to run another Job parent or child job, it still does not run and yields the same error&lt;/LI&gt;&lt;LI&gt;to run it, i have to restart the IDE completely&lt;/LI&gt;&lt;LI&gt;and the same error happens over and over again&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; This what I get as error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000lxpo3AAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138883i54D06E4563FCEC4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000lxpo3AAA.png" alt="0695b00000lxpo3AAA.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Here is the complete error log:&lt;/P&gt;&lt;P&gt;org.talend.designer.runprocess.ProcessorException: java.lang.NullPointerException&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:1309)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateNodeInfo(ProcessorUtilities.java:1650)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1257)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateNodeInfo(ProcessorUtilities.java:1650)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:576)&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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;	at java.lang.reflect.Method.invoke(Method.java:498)&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;Caused by: java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;	at org.talend.designer.maven.tools.BuildCacheManager.isJobBuild(BuildCacheManager.java:113)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.maven.MavenJavaProcessor.build(MavenJavaProcessor.java:390)&lt;/P&gt;&lt;P&gt;	at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:944)&lt;/P&gt;&lt;P&gt;	... 42 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 08:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355913#M121553</guid>
      <dc:creator>MUEXTERM</dc:creator>
      <dc:date>2023-08-04T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355914#M121554</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We need a little bit more information to address your issue.&lt;/P&gt;&lt;P&gt;Are you using talend data integration subscription solution?&lt;/P&gt;&lt;P&gt;Any patch installed? Is Studio using project from a branch or master branch you selected to login? Does this issue occur even in a new local project?&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 10:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355914#M121554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355915#M121555</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm not using a talend data integration subscription.&lt;/P&gt;&lt;P&gt;I'm using the community edition on a local machine.&lt;/P&gt;&lt;P&gt;There no branch at all.&lt;/P&gt;&lt;P&gt;It also occurs on a new project.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 13:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355915#M121555</guid>
      <dc:creator>MUEXTERM</dc:creator>
      <dc:date>2023-08-04T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355916#M121556</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does Talend Studio start as normal? No problem with the jdk/jre(set the Java home path correctly)?&lt;/P&gt;&lt;P&gt;It seems to be the corruption of Workspace directory. My next suggestion was going to be to export your content and create a new Workspace folder to attempt to resolve this. &lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 02:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355916#M121556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T02:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355917#M121557</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend Studio does start normallly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Jkd/jre is set correctly with an appropriate Java home path. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also switch/create workspaces several times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI: I have talend Studio 6.4 installed on my computer with different directories that works properly without the actual errors on TOS 7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ly6N4AAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129393i8AADDDA541623390/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ly6N4AAI.png" alt="0695b00000ly6N4AAI.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ly6NJAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156072iC03FAB65D304214B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ly6NJAAY.png" alt="0695b00000ly6NJAAY.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 07:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355917#M121557</guid>
      <dc:creator>MUEXTERM</dc:creator>
      <dc:date>2023-08-07T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355918#M121558</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's your installation path for v 7.3.1? Are there some blank space in your path or typo in PATH variable?&lt;/P&gt;&lt;P&gt;Is it OK with you to reinstall your studio 7.3.1 to see if it is working well?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 07:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355918#M121558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T07:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355919#M121559</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;installation path for V7.3.1 : C:\SVN\dhe2\talendProjects_ws\TAP_BIZZ&lt;/P&gt;&lt;P&gt;there ane no blank spaces&lt;/P&gt;&lt;P&gt;I have done 2 reinstallation already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355919#M121559</guid>
      <dc:creator>MUEXTERM</dc:creator>
      <dc:date>2023-08-07T08:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException in talend 7.3.1 after executing a JoB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355920#M121560</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I will make an investigation with my team to try to find out the root cause and then come back to you as soon as we can.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-in-talend-7-3-1-after-executing-a/m-p/2355920#M121560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T08:12:23Z</dc:date>
    </item>
  </channel>
</rss>

