<?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: Build Job doesn't create the file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309429#M80641</link>
    <description>Having similar problem in building a job.&amp;nbsp; It creates a zip file but it does not extract it.&amp;nbsp; The error message from Talend is an error occured (null) 
&lt;BR /&gt;Log detail is as follows: 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.finish(JobScriptsExportWizardPage.java:1442) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.exportjob.JavaJobScriptsExportWSWizardPage.finish(JavaJobScriptsExportWSWizardPage.java:1225) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizard.performFinish(JobScriptsExportWizard.java:126) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.window.Window.runEventLoop(Window.java:832) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.window.Window.open(Window.java:808) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.actions.ExportJobScriptAction.doRun(ExportJobScriptAction.java:117) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:632) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:93) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:256) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3210) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1977) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:641) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.Action.runWithEvent(Action.java:519) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.rcp.intro.Application.start(Application.java:164) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:606) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1465) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.main(Main.java:1438)</description>
    <pubDate>Wed, 08 Jul 2015 16:38:25 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-07-08T16:38:25Z</dc:date>
    <item>
      <title>Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309417#M80629</link>
      <description>I had imported a project from version 5.6 to 6.&amp;nbsp;&lt;BR /&gt;Made some changes.&amp;nbsp;&lt;BR /&gt;But when I try to build a job the files wasn't created.&amp;nbsp;&lt;BR /&gt;I've tryed to create the file in the desktop.&amp;nbsp;</description>
      <pubDate>Tue, 07 Jul 2015 20:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309417#M80629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-07T20:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309418#M80630</link>
      <description>Hi,&lt;BR /&gt;Does this issue repro on a specific job or all your jobs? What's kind of change did you make? Is there any error info in your 6.0 studio?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 08 Jul 2015 07:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309418#M80630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T07:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309419#M80631</link>
      <description>Hi Guys,
&lt;BR /&gt;I am encountering this issue as well by upgrading from version 5.6.2 to 6.0. Apparently, building job was successful but the output file is not generated.
&lt;BR /&gt;Regards,
&lt;BR /&gt;MG</description>
      <pubDate>Wed, 08 Jul 2015 07:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309419#M80631</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-07-08T07:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309420#M80632</link>
      <description>I've the same problem</description>
      <pubDate>Wed, 08 Jul 2015 09:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309420#M80632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T09:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309421#M80633</link>
      <description>You all have Java 8?</description>
      <pubDate>Wed, 08 Jul 2015 09:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309421#M80633</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2015-07-08T09:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309422#M80634</link>
      <description>Hi Guys,&lt;BR /&gt;There is less information for us to diagnose your issue. Can you recreate a new job to see if the output file can be generated? Have you ever executed your job successfully in 6.0 studio?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 08 Jul 2015 10:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309422#M80634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T10:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309423#M80635</link>
      <description>hi,&lt;BR /&gt;as Sabrina said : very less information.&lt;BR /&gt;have you got any error message ?&lt;BR /&gt;regards</description>
      <pubDate>Wed, 08 Jul 2015 11:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309423#M80635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T11:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309424#M80636</link>
      <description>Same here. Tested with Java 7 &amp;amp; 8, 64 &amp;amp; 32bit. WAR Files are built but Standalone Jobs are not 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Recreated jobs multiple times, no success. 
&lt;BR /&gt;Talend Open Studio version&amp;nbsp; 6.0.0.20150702_1326 
&lt;BR /&gt;Greetings 
&lt;BR /&gt;Klaus</description>
      <pubDate>Wed, 08 Jul 2015 12:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309424#M80636</guid>
      <dc:creator>pstranger</dc:creator>
      <dc:date>2015-07-08T12:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309425#M80637</link>
      <description>Sorry about fel information.&amp;nbsp;
&lt;BR /&gt;I'm using Talend 6 with JDK 8 update 45.&amp;nbsp;
&lt;BR /&gt;About the changes, I've included some jobs.&amp;nbsp;
&lt;BR /&gt;Building jog seems ok, no error messages, but no output file generated.&amp;nbsp;
&lt;BR /&gt;Even the single jobs added only in version 6 don't generate the file.&amp;nbsp;</description>
      <pubDate>Wed, 08 Jul 2015 13:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309425#M80637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309426#M80638</link>
      <description>I'll try with JDK 8 &amp;nbsp;ASAP</description>
      <pubDate>Wed, 08 Jul 2015 13:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309426#M80638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T13:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309427#M80639</link>
      <description>Installed JDK8 
&lt;BR /&gt;set as default JVM 
&lt;BR /&gt;set Compliance 1.8 in compile options 
&lt;BR /&gt;but... nothing 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 08 Jul 2015 13:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309427#M80639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T13:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309428#M80640</link>
      <description>Hi Guys,&lt;BR /&gt;I am using java 1.7.0_75. Create a new job without any output file generated.&lt;BR /&gt;Hey Sabrina, are you able to replicate this issue locally? Thanks.&lt;BR /&gt;Regards,&lt;BR /&gt;MG</description>
      <pubDate>Wed, 08 Jul 2015 13:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309428#M80640</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-07-08T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309429#M80641</link>
      <description>Having similar problem in building a job.&amp;nbsp; It creates a zip file but it does not extract it.&amp;nbsp; The error message from Talend is an error occured (null) 
&lt;BR /&gt;Log detail is as follows: 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.finish(JobScriptsExportWizardPage.java:1442) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.exportjob.JavaJobScriptsExportWSWizardPage.finish(JavaJobScriptsExportWSWizardPage.java:1225) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizard.performFinish(JobScriptsExportWizard.java:126) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.window.Window.runEventLoop(Window.java:832) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.window.Window.open(Window.java:808) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.actions.ExportJobScriptAction.doRun(ExportJobScriptAction.java:117) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:632) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:93) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:256) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3210) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1977) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:641) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.Action.runWithEvent(Action.java:519) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.rcp.intro.Application.start(Application.java:164) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:606) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1465) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.main(Main.java:1438)</description>
      <pubDate>Wed, 08 Jul 2015 16:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309429#M80641</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-07-08T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309430#M80642</link>
      <description>My log 
  &lt;BR /&gt;(sorry I didn't succed in attach) 
  &lt;BR /&gt; 
  &lt;BR /&gt;!SESSION 2015-07-08 18:14:15.406 ----------------------------------------------- 
  &lt;BR /&gt;eclipse.buildId=unknown 
  &lt;BR /&gt;java.version=1.7.0_13 
  &lt;BR /&gt;java.vendor=Oracle Corporation 
  &lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it 
  &lt;BR /&gt;Command-line arguments: &amp;nbsp;-os win32 -ws win32 -arch x86_64 
  &lt;BR /&gt;This is a continuation of log file C:\talend\TOS_DI-Win32-20150702_1326-V6.0.0\workspace\.metadata\.bak_0.log 
  &lt;BR /&gt;Created Time: 2015-07-08 18:15:11.183 
  &lt;BR /&gt;!ENTRY org.talend.platform.logging 2 0 2015-07-08 18:15:11.184 
  &lt;BR /&gt;!MESSAGE 2015-07-08 18:15:11,178 WARN &amp;nbsp;org.ops4j.pax.url.mvn.internal.AetherBasedResolver &amp;nbsp;- Error resolving artifactorg.talend.libraries:cxf-rt-transports-http-jetty-3.1.1:jar:6.0.0-SNAPSHOT:Could not find artifact org.talend.libraries:cxf-rt-transports-http-jetty-3.1.1:jar:6.0.0-SNAPSHOT 
  &lt;BR /&gt;!STACK 0 shaded.org.eclipse.aether.resolution.ArtifactResolutionEx
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdIu"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdIu"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309430#M80642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T17:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309431#M80643</link>
      <description>Hi Guys,
&lt;BR /&gt;It works for me now. It appears that I have encountered this error
&lt;BR /&gt;*&amp;nbsp;http://stackoverflow.com/questions/13259866/why-does-maven-want-to-use-jre7-instead-of-jdk-against-all-adjustments
&lt;BR /&gt;After selecting the correct jre and execution environment works for me.
&lt;BR /&gt;Regards,
&lt;BR /&gt;MG</description>
      <pubDate>Thu, 09 Jul 2015 01:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309431#M80643</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-07-09T01:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309432#M80644</link>
      <description>Hi,
&lt;BR /&gt;I removed JRE and left only JDK and all it's OOKK!!!!
&lt;BR /&gt;MDG</description>
      <pubDate>Thu, 09 Jul 2015 06:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309432#M80644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T06:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309433#M80645</link>
      <description>Hi, 
&lt;BR /&gt;I made a testing on TOS_V6.0.0(20150702_1326). Everything is OK on our side. 
&lt;BR /&gt;Please take a look at my screenshots 
&lt;BR /&gt;Let us know if it is OK with you 
&lt;BR /&gt;. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3D.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156254i12C4CEB53B70A99D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3D.png" alt="0683p000009MB3D.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3I.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145368iD1502160C542E7C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3I.png" alt="0683p000009MB3I.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 09 Jul 2015 08:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309433#M80645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T08:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309434#M80646</link>
      <description>Hi guys,&lt;BR /&gt;We have created a KB article about&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Requiring+a+JDK+installation+to+build+jobs+starting+from+version+6.0&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Requiring+a+JDK+installation+to+build+jobs+starting+from+version+6.0&amp;amp;content-lang=en&lt;/A&gt;&amp;nbsp;to fix this issue.&lt;BR /&gt;&amp;nbsp;Could you please take a look at it to see if it works for you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 13 Jul 2015 03:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309434#M80646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T03:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309435#M80647</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi guys,&lt;BR /&gt;We have created a KB article about&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Requiring+a+JDK+installation+to+build+jobs+starting+from+version+6.0&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Requiring+a+JDK+installation+to+build+jobs+starting+from+version+6.0&amp;amp;content-lang=en&lt;/A&gt;&amp;nbsp;to fix this issue.&lt;BR /&gt;&amp;nbsp;Could you please take a look at it to see if it works for you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;It didn't work&lt;BR /&gt;I uninstalled all JREs&lt;BR /&gt;Installed&amp;nbsp;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;jdk1.8.0_45&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;set up my Java_home to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;jdk1.8.0_45&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;set up my Talend JRE to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;jdk1.8.0_45&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Installed all "new features"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;but still nothing, I cannot build a job&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt;</description>
      <pubDate>Tue, 14 Jul 2015 10:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309435#M80647</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2015-07-14T10:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Build Job doesn't create the file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309436#M80648</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Jcs19,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Is there any error log for your issue? Could you please give us more&amp;nbsp;description&amp;nbsp;about your current situation? The studio 6.0 h&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;angs&amp;nbsp;when you are running a job?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Jul 2015 10:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Build-Job-doesn-t-create-the-file/m-p/2309436#M80648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T10:44:09Z</dc:date>
    </item>
  </channel>
</rss>

