<?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: [resolved] Build Job Fails!!! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Build-Job-Fails/m-p/2298107#M70612</link>
    <description>Hi siddharthk, 
&lt;BR /&gt; 
&lt;BR /&gt;Are you using Talend Studio 6.0? If so, have you already checked the related jira issue: 
&lt;A href="https://jira.talendforge.org/browse/TDI-33318" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-33318&lt;/A&gt;? 
&lt;BR /&gt; 
&lt;BR /&gt;Firstly, could you please check your java setting to verify that the java settings must point to the root JDK folder, and not the JRE? 
&lt;BR /&gt;Secondly, if there is still any problem, have you tried to clear up maven repository to see if it works? 
&lt;BR /&gt; Is there any more error message?(Windows--&amp;gt;ShowView--&amp;gt;General--&amp;gt;Error log)? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 08 Oct 2015 03:34:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-08T03:34:10Z</dc:date>
    <item>
      <title>[resolved] Build Job Fails!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Build-Job-Fails/m-p/2298106#M70611</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I am trying to build/export a job to a zip and am getting the following error.&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.finish(JobScriptsExportWizardPage.java:1442)&lt;BR /&gt;at org.talend.repository.ui.wizards.exportjob.JavaJobScriptsExportWSWizardPage.finish(JavaJobScriptsExportWSWizardPage.java:1225)&lt;BR /&gt;at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizard.performFinish(JobScriptsExportWizard.java:126)&lt;BR /&gt;at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853)&lt;BR /&gt;at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438)&lt;BR /&gt;at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619)&lt;BR /&gt;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)&lt;BR /&gt;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)&lt;BR /&gt;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)&lt;BR /&gt;at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)&lt;BR /&gt;at org.eclipse.jface.window.Window.open(Window.java:808)&lt;BR /&gt;at org.talend.repository.ui.actions.ExportJobScriptAction.doRun(ExportJobScriptAction.java:117)&lt;BR /&gt;at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:632)&lt;BR /&gt;at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:93)&lt;BR /&gt;at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:256)&lt;BR /&gt;at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3210)&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1977)&lt;BR /&gt;at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:641)&lt;BR /&gt;at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)&lt;BR /&gt;at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)&lt;BR /&gt;at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)&lt;BR /&gt;at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)&lt;BR /&gt;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)&lt;BR /&gt;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)&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:164)&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;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1438)&lt;BR /&gt;&lt;BR /&gt;Not very helpful!!!&lt;BR /&gt;Any clues?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sid&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Build-Job-Fails/m-p/2298106#M70611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-05T19:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Build Job Fails!!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Build-Job-Fails/m-p/2298107#M70612</link>
      <description>Hi siddharthk, 
&lt;BR /&gt; 
&lt;BR /&gt;Are you using Talend Studio 6.0? If so, have you already checked the related jira issue: 
&lt;A href="https://jira.talendforge.org/browse/TDI-33318" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-33318&lt;/A&gt;? 
&lt;BR /&gt; 
&lt;BR /&gt;Firstly, could you please check your java setting to verify that the java settings must point to the root JDK folder, and not the JRE? 
&lt;BR /&gt;Secondly, if there is still any problem, have you tried to clear up maven repository to see if it works? 
&lt;BR /&gt; Is there any more error message?(Windows--&amp;gt;ShowView--&amp;gt;General--&amp;gt;Error log)? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 08 Oct 2015 03:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Build-Job-Fails/m-p/2298107#M70612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T03:34:10Z</dc:date>
    </item>
  </channel>
</rss>

