<?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 Running into runtime issues for Talend Open Studio Big Data Integratio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Running-into-runtime-issues-for-Talend-Open-Studio-Big-Data/m-p/2226412#M18327</link>
    <description>Java Version - "1.8.0_60" 
&lt;BR /&gt;Talend Open Studio for Big Data (6.0.0) 
&lt;BR /&gt;OS - OS X Yosemite Version 10.10.3 
&lt;BR /&gt;I am getting the following error when I try to run my job, which does (at least try to do the following): 
&lt;BR /&gt;1. Connect to MySQL db 
&lt;BR /&gt;2. tForeach (name - example "F7", "A1", "T2" etc.) 
&lt;BR /&gt;3. tForeach (month, eg., "Jan 2015", "Feb 2015", "Mar 2015"....) 
&lt;BR /&gt;4. tMySQLInput (extract rows matching the name and month - 2 &amp;amp; 3) 
&lt;BR /&gt;4. tSortRow 
&lt;BR /&gt;5. tAggregateRow 
&lt;BR /&gt;6. tMap 
&lt;BR /&gt;7. tMySQLInput (lookup) 
&lt;BR /&gt;8. tFileOutputDelimited (write to output file) or tS3Put or tGSPut 
&lt;BR /&gt;9. tBigQueryOutput 
&lt;BR /&gt;To me it looks like the Java Version on Mac is causing issues in Talend. Previously I had TOS DI 5.4.1 with Java 1.7 version and it ran fine. Currently the TOS DI 5.4.1 version does not run my previously executable jobs. Not sure how to resolve this. Please help. 
&lt;BR /&gt;Error Message from running the job: 
&lt;BR /&gt; connecting to socket on port 3809 
&lt;BR /&gt; connected 
&lt;BR /&gt;objc: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp; 
&lt;BR /&gt;tmp_tForeach_2 cannot be resolved to a variable 
&lt;BR /&gt;tmp_tForeach_1 cannot be resolved to a variable 
&lt;BR /&gt;Syntax error on tokens, delete these tokens 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;String literal is not properly closed by a double-quote 
&lt;BR /&gt;Syntax error, insert ")" to complete MethodInvocation 
&lt;BR /&gt;Syntax error, insert ")" to complete Expression 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.tForeach_2Process(data_extracts.java:3900) 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.tMysqlConnection_1Process(data_extracts.java:6998) 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.runJobInTOS(data_extracts.java:8430) 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.main(data_extracts.java:8216) 
&lt;BR /&gt; 
&lt;I&gt;Job data_extracts ended at 13:04 30/09/2015. &lt;/I&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBhx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154473i9EB0527966DE58C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBhx.png" alt="0683p000009MBhx.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:01:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:01:22Z</dc:date>
    <item>
      <title>Running into runtime issues for Talend Open Studio Big Data Integratio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-into-runtime-issues-for-Talend-Open-Studio-Big-Data/m-p/2226412#M18327</link>
      <description>Java Version - "1.8.0_60" 
&lt;BR /&gt;Talend Open Studio for Big Data (6.0.0) 
&lt;BR /&gt;OS - OS X Yosemite Version 10.10.3 
&lt;BR /&gt;I am getting the following error when I try to run my job, which does (at least try to do the following): 
&lt;BR /&gt;1. Connect to MySQL db 
&lt;BR /&gt;2. tForeach (name - example "F7", "A1", "T2" etc.) 
&lt;BR /&gt;3. tForeach (month, eg., "Jan 2015", "Feb 2015", "Mar 2015"....) 
&lt;BR /&gt;4. tMySQLInput (extract rows matching the name and month - 2 &amp;amp; 3) 
&lt;BR /&gt;4. tSortRow 
&lt;BR /&gt;5. tAggregateRow 
&lt;BR /&gt;6. tMap 
&lt;BR /&gt;7. tMySQLInput (lookup) 
&lt;BR /&gt;8. tFileOutputDelimited (write to output file) or tS3Put or tGSPut 
&lt;BR /&gt;9. tBigQueryOutput 
&lt;BR /&gt;To me it looks like the Java Version on Mac is causing issues in Talend. Previously I had TOS DI 5.4.1 with Java 1.7 version and it ran fine. Currently the TOS DI 5.4.1 version does not run my previously executable jobs. Not sure how to resolve this. Please help. 
&lt;BR /&gt;Error Message from running the job: 
&lt;BR /&gt; connecting to socket on port 3809 
&lt;BR /&gt; connected 
&lt;BR /&gt;objc: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&amp;nbsp; 
&lt;BR /&gt;tmp_tForeach_2 cannot be resolved to a variable 
&lt;BR /&gt;tmp_tForeach_1 cannot be resolved to a variable 
&lt;BR /&gt;Syntax error on tokens, delete these tokens 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;aggregated_row_tAggregateRow_1 cannot be resolved to a variable 
&lt;BR /&gt;String literal is not properly closed by a double-quote 
&lt;BR /&gt;Syntax error, insert ")" to complete MethodInvocation 
&lt;BR /&gt;Syntax error, insert ")" to complete Expression 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.tForeach_2Process(data_extracts.java:3900) 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.tMysqlConnection_1Process(data_extracts.java:6998) 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.runJobInTOS(data_extracts.java:8430) 
&lt;BR /&gt;at fusionseven.data_extracts_0_1.data_extracts.main(data_extracts.java:8216) 
&lt;BR /&gt; 
&lt;I&gt;Job data_extracts ended at 13:04 30/09/2015. &lt;/I&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBhx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154473i9EB0527966DE58C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBhx.png" alt="0683p000009MBhx.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-into-runtime-issues-for-Talend-Open-Studio-Big-Data/m-p/2226412#M18327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Running into runtime issues for Talend Open Studio Big Data Integratio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-into-runtime-issues-for-Talend-Open-Studio-Big-Data/m-p/2226413#M18328</link>
      <description>Hi,&lt;BR /&gt;Did you import your job created on TOS DI 5.4.1 into Talend Open Studio for Big Data (6.0.0)? Have you already checked the document about:&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;TalendHelpCenter:Requiring a JDK installation to build jobs starting from version 6.0&lt;/A&gt;?&lt;BR /&gt;Make sure that java settings must point to the root JDK folder, and not the JRE.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 12 Oct 2015 08:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-into-runtime-issues-for-Talend-Open-Studio-Big-Data/m-p/2226413#M18328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-12T08:47:19Z</dc:date>
    </item>
  </channel>
</rss>

