<?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: All jobs failing to build with java.lang.NullPointerException Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238174#M26370</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Are you try to refresh the Java and what kind of GC method used ?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2019 01:00:57 GMT</pubDate>
    <dc:creator>Chandru</dc:creator>
    <dc:date>2019-02-20T01:00:57Z</dc:date>
    <item>
      <title>All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238169#M26365</link>
      <description>&lt;P&gt;Studio 7.1.1.20181026_1147&amp;nbsp; Cloud Data Management Platform&lt;/P&gt; 
&lt;P&gt;This just started in the past couple of days.&amp;nbsp; Things we have tried&lt;/P&gt; 
&lt;P&gt;1) removing the local copy of the GIT repo and downloading fresh.&lt;/P&gt; 
&lt;P&gt;2) starting in a clean workspace&lt;/P&gt; 
&lt;P&gt;3) re-installing java&lt;/P&gt; 
&lt;P&gt;4) re-installing studio&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;java.lang.NullPointerException&lt;BR /&gt;at org.talend.designer.runprocess.JobErrorsChecker.checkRoutinesCompilationError(JobErrorsChecker.java:400)&lt;BR /&gt;at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:353)&lt;BR /&gt;at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:510)&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:820)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:601)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1861)&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:466)&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)&lt;BR /&gt;at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527)&lt;BR /&gt;at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:284)&lt;BR /&gt;at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1190)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessContext.exec(RunProcessContext.java:548)&lt;BR /&gt;at org.talend.designer.runprocess.remote.RunRemoteProcessContext.exec(RunRemoteProcessContext.java:85)&lt;BR /&gt;at org.talend.designer.runprocess.ui.ProcessComposite.exec(ProcessComposite.java:1401)&lt;BR /&gt;at org.talend.designer.runprocess.ui.views.ProcessView$RunAction.run(ProcessView.java:701)&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:84)&lt;BR /&gt;at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)&lt;BR /&gt;at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:265)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238169#M26365</guid>
      <dc:creator>mbutry</dc:creator>
      <dc:date>2024-11-16T06:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238170#M26366</link>
      <description>&lt;P&gt;Please verify all the columns in data, ,ay be in some column we need to rectify the nulls&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 18:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238170#M26366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T18:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238171#M26367</link>
      <description>&lt;P&gt;Can you contact Talend Support about this issue please? The symptoms look very much like an issue with your workspace. If you have tried recreating the workspace and reinstalling, I suspect that there is some sort of configuration issue. Support will be able to webex into your system and see precisely what is happening.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 19:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238171#M26367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238172#M26368</link>
      <description>&lt;P&gt;I submitted a problem case to Talend support.&amp;nbsp; After discussing the symptoms with them, we decided that the best solution to get developers back to work, was to create a new GIT repo and associated Talend Project.&amp;nbsp; Exporting jobs from the broken project and importing them into the new project got us around the failure to compile problem. I'm still working with them to discover the root cause of the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Case #:&amp;nbsp;00127508&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 20:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238172#M26368</guid>
      <dc:creator>mbutry</dc:creator>
      <dc:date>2019-02-19T20:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238173#M26369</link>
      <description>&lt;P&gt;Thanks for sharing this Mike &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 22:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238173#M26369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-19T22:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238174#M26370</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Are you try to refresh the Java and what kind of GC method used ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 01:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238174#M26370</guid>
      <dc:creator>Chandru</dc:creator>
      <dc:date>2019-02-20T01:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238175#M26371</link>
      <description>&lt;P&gt;Any idea what the issue was? We have Open Studio 7.3 and this null exception came out of nowhere today - suddenly none of our jobs compiled succesfully anymore.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 21:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238175#M26371</guid>
      <dc:creator>MPT</dc:creator>
      <dc:date>2022-12-07T21:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238176#M26372</link>
      <description>&lt;P&gt;This issue was related to GitHub. This won't be the cause of your issue if you are using TOS. Can you raise another question and give as much detail as you can?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 01:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238176#M26372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T01:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: All jobs failing to build with java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238177#M26373</link>
      <description>&lt;P&gt;Thanks, I misunderstood that the root cause was unknown at the time when the issue was resolved. In this case there was no need for me to bump this thread up. I'm afraid we're in such a hurry that we're going to roll back to a backup 12 hours before the problems occurred. That should solve the problem. In another moment in time we would have given more time into root cause analysis for the greater good.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 06:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/All-jobs-failing-to-build-with-java-lang-NullPointerException/m-p/2238177#M26373</guid>
      <dc:creator>MPT</dc:creator>
      <dc:date>2022-12-08T06:21:53Z</dc:date>
    </item>
  </channel>
</rss>

