<?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: routines.Numeric cannot be resolved in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397095#M8555</link>
    <description>&lt;P&gt;That behavior is probably because when you run Talend v7.0, the Java classloader loads the classes it needs for v7.0 into memory e.g. it might load : class java.foo.bar found in library SomeJavaLibrary_0.8.9.jar. The java classloader keeps&amp;nbsp;those&amp;nbsp;classes in memory&amp;nbsp;and reuses them when applications want to use the same class again. When you close v7.0 Talend and open up the v6.x Talend, the classloader starts serving up the classes to the v6.x application fetching the already-loaded classes from its memory where it has them and loading them new from libraries when it doesn't. If the v6.x application requires the same class as v7.0 has used, then the classloader serves the v6.x application with the copy from its memory e.g. class java.foo.bar loaded from&amp;nbsp;&lt;SPAN&gt;SomeJavaLibrary_0.8.9.jar. BUT if the v6.x application was compiled in an environment where class java.foo.bar was derived from a different library then the code doesn't run e.g. SomeOtherJavaLibrary_0.2.5.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Restarting the machine obviously clears out cached classes. There might be some other way to do it e.g. maybe there is a command-line param that you can pass to java.exe ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jan 2019 22:39:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-10T22:39:10Z</dc:date>
    <item>
      <title>Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397078#M8538</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I recently upgraded from Talend Open Studio for Big Data 6.4 to Talend [...] 7.0. When I now try to build the same jobs (created with Talend 6.4), that I was able to build with 6.4, I get the following error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: Job compile errors 
At least job "BD_LPSJ0011_SAP_ESB_StredaX_PERGAMON_Hadoop" has a compile errors, please fix and export again.
Error Line: 25
Detail Message: The import routines.Numeric cannot be resolved
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;/PRE&gt; 
&lt;P&gt;As the error message suggests, I have checked by Java configuration. It is exactly the same as in Talend 6.4:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jre.PNG" style="width: 869px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lys3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139982i027E739CC48B76C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lys3.png" alt="0683p000009Lys3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have checked the code view and, indeed, the error at the import stage is highlighted:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="routines.PNG" style="width: 311px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyix.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133594iBE08E568F09F5589/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyix.png" alt="0683p000009Lyix.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have attached the full error stack.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;No idea where to start. Does anyone have an idea where to look into or a solution?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;btw: some other jobs can be built.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance!&lt;/P&gt; 
&lt;P&gt;Freddy&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397078#M8538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397079#M8539</link>
      <description>&lt;P&gt;Interesting behaviour: When I build the job for "all systems", the error occurs. When I build it only for unix systems, the job is built just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although my problem is solved, I still want to know what could cause this kind of behaviour? Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Freddy&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397079#M8539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T07:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397080#M8540</link>
      <description>&lt;P&gt;Hello Freddy,&lt;/P&gt;
&lt;P&gt;Did you create a user routine in your job?&lt;/P&gt;
&lt;P&gt;Have you tried to right-click on your user routine in the Repository and select "Edit Routine Libraries"?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 08:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397080#M8540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T08:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397081#M8541</link>
      <description>&lt;P&gt;Hi Sabrina!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you very much! Unfortunately, I have not added any user routines &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;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 08:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397081#M8541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397082#M8542</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Does this issue repro on all your jobs or a specific job?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397082#M8542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397083#M8543</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem indeed does replicate on all jobs. I will do further testing when I have a little bit more time. For the moment the best solution I have is to build the job only for Unix systems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 07:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397083#M8543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T07:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397084#M8544</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We will appreciate it a lot if you could post your testing result on forum.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 07:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397084#M8544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T07:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397085#M8545</link>
      <description>&lt;P&gt;Hi Sabrine!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I have had no time to do further research on this. I will let you know once I get to it, sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Freddy&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 07:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397085#M8545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397086#M8546</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have done a bit of fiddling around. A was not able to reproduce the error in any way. It just orrurs from time to time.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For example:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. Open Talend&lt;/P&gt; 
&lt;P&gt;2. Open Job design&lt;/P&gt; 
&lt;P&gt;3. Right-click on job --&amp;gt; build job&lt;/P&gt; 
&lt;P&gt;4. Set shell start script to "all"&lt;/P&gt; 
&lt;P&gt;--&amp;gt; error occurs. When I now try to build the job, it is always doomed to fail, no matter what settings I make.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;5. Close Talend&lt;/P&gt; 
&lt;P&gt;6. Open Talend&lt;/P&gt; 
&lt;P&gt;7. Open Job design&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;8.&amp;nbsp;&lt;SPAN&gt;Right-click on job --&amp;gt; build job&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;9. Set start shell script to "unix"&lt;/P&gt; 
&lt;P&gt;--&amp;gt; everything fine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I will investigate further when I get to it again...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers&lt;/P&gt; 
&lt;P&gt;Freddy&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 07:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397086#M8546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397087#M8547</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for your inputs and sharing it with us.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 09:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397087#M8547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397088#M8548</link>
      <description>&lt;P&gt;I have the same issue when i try to build a job involving Oracle database. Any suggestions on resolving the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 02:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397088#M8548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T02:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397089#M8549</link>
      <description>&lt;P&gt;Unfortunately not. It appears to be very difficult to track down the problem since it is not really reproducable. As mentioned earlier, what helped was:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Open the job&lt;/P&gt;&lt;P&gt;2. Build the job for only one specific OS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has worked several times for me with "UNIX" settings, but if you want to build the job for other operating systems, I cannot guarantee that it will build fine &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 07:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397089#M8549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T07:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397090#M8550</link>
      <description>&lt;P&gt;same problem on Talend 7.0&lt;/P&gt;
&lt;P&gt;I restarted the studio and restarted the job and everything worked properly&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 10:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397090#M8550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-20T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397091#M8551</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I just had this issue with Open Studio for Data Integration v7.0.1 and have now resolved it.&lt;BR /&gt;&lt;BR /&gt;My&amp;nbsp;issue was:&lt;/P&gt;
&lt;P&gt;- I wanted to test Talend, so downloaded a new version of 7.0.1&lt;/P&gt;
&lt;P&gt;- I started up the corporate VPN tunnel and logged into the corporate sandbox - I don't think there is a route from the sandbox out to Talend online&lt;/P&gt;
&lt;P&gt;- When I created _any_ job (even a blank one) I got the "routines.Numeric' error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My resolution was:&lt;/P&gt;
&lt;P&gt;- I restarted the whole machine&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- WITHOUT stating up the VPN, I started up Teland&lt;/P&gt;
&lt;P&gt;- I ran one of the test jobs - it worked&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...am a noob, but it looks like Talend couldn't fetch something online that it needed because of the VPN and then it wouldn't try again to get it until I had restarted it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;p&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 11:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397091#M8551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-13T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397092#M8552</link>
      <description>&lt;P&gt;Hi Sabrina/All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to share my experience with Talend 7.0.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I also faced very same issue "The import routines.TalendDataGenerator cannot be resolved".&lt;/P&gt;
&lt;P&gt;I have enterprise version of Talend so I reached out to support and surprisingly nobody from talend professional support is able to resolve the issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Temporary Resolution: &lt;/STRONG&gt;The only thing i could do is restart the Talend multiple times until issue is resolved. This is very much frustrating but that's what i am doing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anybody has any other resolution for this issue, Please help out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 23:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397092#M8552</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2019-01-09T23:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397093#M8553</link>
      <description>&lt;P&gt;Hi Sanjay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the info! Meanwhile I was able to reproduce this by launching another instance of Talend before I start the Talend 7.1 instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some jobs simply don't work for me in Talend 7.0 or 7.1, so I decided to create some kind of legacy-workspace in Talend 6.4. When I startup my machine freshly and start Talend 7.1, everything works fine. When I run Talend 6.4 before I start Talend 7.1, I get the mentioned error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess Talend is writing something somewhere globally...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you maybe also run into this behaviour because you started another java application i.e. Talend or Eclipse beforehand?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 06:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397093#M8553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-10T06:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397094#M8554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You are absolutely right, This is the exactly what has happened to me. I see the pattern now. This is what I have done:&lt;/P&gt; 
&lt;P&gt;1. I restarted my machine and launched Talend 7.0 =&amp;gt; Job ran fine.&lt;/P&gt; 
&lt;P&gt;2. I closed Talend 7.0 and re-launched it&amp;nbsp; =&amp;gt; Job ran fine.&lt;/P&gt; 
&lt;P&gt;3. I closed Talend 7.0 and launched Talend 6.2 and then launched Talend 7.0 =&amp;gt; Job fails with mentioned error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Expected behavior:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;It should work independently and must not fail due to&amp;nbsp;&lt;SPAN&gt;another java application i.e. Talend or Eclipse opened beforehand.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I am working with profession support on this issue, I will post more details as soon as i have any update on this.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 21:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397094#M8554</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2019-01-10T21:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397095#M8555</link>
      <description>&lt;P&gt;That behavior is probably because when you run Talend v7.0, the Java classloader loads the classes it needs for v7.0 into memory e.g. it might load : class java.foo.bar found in library SomeJavaLibrary_0.8.9.jar. The java classloader keeps&amp;nbsp;those&amp;nbsp;classes in memory&amp;nbsp;and reuses them when applications want to use the same class again. When you close v7.0 Talend and open up the v6.x Talend, the classloader starts serving up the classes to the v6.x application fetching the already-loaded classes from its memory where it has them and loading them new from libraries when it doesn't. If the v6.x application requires the same class as v7.0 has used, then the classloader serves the v6.x application with the copy from its memory e.g. class java.foo.bar loaded from&amp;nbsp;&lt;SPAN&gt;SomeJavaLibrary_0.8.9.jar. BUT if the v6.x application was compiled in an environment where class java.foo.bar was derived from a different library then the code doesn't run e.g. SomeOtherJavaLibrary_0.2.5.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Restarting the machine obviously clears out cached classes. There might be some other way to do it e.g. maybe there is a command-line param that you can pass to java.exe ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 22:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397095#M8555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-10T22:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397096#M8556</link>
      <description>&lt;P&gt;Hi Peter,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your explanation, It makes complete sense in the context of issue what i am facing with Talend 7.0&lt;/P&gt;&lt;P&gt;I went ahead and tried couple of scenarios to test the behavior of Talend 6.2 Vs 7.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When I launch Talend 6.2 with 7.0 opened beforehand&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt; My job never fails in 6.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. When I launch Talend 7.0 with 6.2 opened beforehand&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result&lt;/STRONG&gt;: My job always fails in 7.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 23:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397096#M8556</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2019-01-10T23:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Build job: routines.Numeric cannot be resolved</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397097#M8557</link>
      <description>&lt;P&gt;Hi same issue happen to me. I resolved through close and restart talend and should wait up to install features automatically when your job opened.You can see the right side bottom, once complete You can run a job with successful.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 19:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Build-job-routines-Numeric-cannot-be-resolved/m-p/2397097#M8557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-18T19:02:09Z</dc:date>
    </item>
  </channel>
</rss>

