<?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: Not Getting code for talend job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289250#M62650</link>
    <description>&lt;P&gt;I was getting the same stack trace. I had a whole load of subjobs deactivated in a parent job. I deleted them - still worked. Emptied trash can - stopped working. I guess that's the&amp;nbsp;&lt;SPAN class="s1"&gt;RelationshipItemBuilder.getItemsChildRelatedTo() bit - it was looking for the child jobs to do the compile, even though it wasn't going to use them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;May be something different for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 09:30:11 GMT</pubDate>
    <dc:creator>rob_i</dc:creator>
    <dc:date>2018-09-05T09:30:11Z</dc:date>
    <item>
      <title>Not Getting code for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289246#M62646</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to import the jobs from 6.1.1 version to 7.0.1 version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have imported the code successfully, but for few jobs the code was not generating can anyone help me on this. It's an emergency for me.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 10:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289246#M62646</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2018-08-02T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not Getting code for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289247#M62647</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please open the error log generated automatically by the Studio to see whether you have error stack trace there; if you do, we will appreciate it a lot if you can paste it here.&lt;/P&gt;
&lt;P&gt;In your Studio, click &lt;STRONG&gt;Window&lt;/STRONG&gt; to open the menu, then select&amp;nbsp;Show View-&amp;gt;General-&amp;gt;Error Log. Once you see an error, double click it.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 04:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289247#M62647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T04:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not Getting code for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289248#M62648</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'd suggest working from the bottom up, disable all components but the top few, then checking the code tab. If the code generates, try activating a few more components. Repeat this process until it no longer generates, your problem component(s) are located somewhere in the section you just activated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Remember to be careful if you use tHash components when disabling/re-enabling.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 09:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289248#M62648</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2018-08-06T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not Getting code for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289249#M62649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Below is the error when i was trying to run/build the job.&lt;/P&gt; 
&lt;P&gt;java.lang.NullPointerException&lt;BR /&gt;at org.talend.core.model.relationship.RelationshipItemBuilder.getItemsJobRelatedTo(RelationshipItemBuilder.java:474)&lt;BR /&gt;at org.talend.core.model.relationship.RelationshipItemBuilder.getItemsChildRelatedTo(RelationshipItemBuilder.java:509)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.getItemsRelation(ProcessorUtilities.java:635)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.checkLoopDependencies(ProcessorUtilities.java:605)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.checkLoopDependencies(ProcessorUtilities.java:608)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.checkLoopDependencies(ProcessorUtilities.java:608)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.checkLoopDependencies(ProcessorUtilities.java:608)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.checkLoopDependencies(ProcessorUtilities.java:608)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.checkLoopDependencies(ProcessorUtilities.java:595)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:500)&lt;BR /&gt;at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:1736)&lt;BR /&gt;at org.talend.designer.runprocess.RunProcessContext$1.run(RunProcessContext.java:582)&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:534)&lt;BR /&gt;at org.talend.designer.runprocess.remote.RunRemoteProcessContext.exec(RunRemoteProcessContext.java:84)&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(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&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; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Bharath.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 09:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289249#M62649</guid>
      <dc:creator>javvaji</dc:creator>
      <dc:date>2018-08-06T09:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not Getting code for talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289250#M62650</link>
      <description>&lt;P&gt;I was getting the same stack trace. I had a whole load of subjobs deactivated in a parent job. I deleted them - still worked. Emptied trash can - stopped working. I guess that's the&amp;nbsp;&lt;SPAN class="s1"&gt;RelationshipItemBuilder.getItemsChildRelatedTo() bit - it was looking for the child jobs to do the compile, even though it wasn't going to use them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;May be something different for you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 09:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-Getting-code-for-talend-job/m-p/2289250#M62650</guid>
      <dc:creator>rob_i</dc:creator>
      <dc:date>2018-09-05T09:30:11Z</dc:date>
    </item>
  </channel>
</rss>

