<?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 Exception in component Implicit_Context_Regex in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294582#M67445</link>
    <description>I have imported the Talend jobs from Talend 5.5 env to Talend 6.1 and facing issue with the jobs while running them. I see below error even though process gets completed successfully. When I run this job from command line, it is not taking the db properties from context.IMPLICT_CONTEXT_FILE param setting from Project settings.
&lt;BR /&gt;This is how I run the job from command line: &amp;lt;Talend job name&amp;gt; --context_param IMPLICIT_CONTEXT_FILE=&amp;lt;path of property file&amp;gt;
&lt;BR /&gt;Note: This was working in Talend 5.5.
&lt;BR /&gt;Error:
&lt;BR /&gt;Exception in component Implicit_Context_Regex
&lt;BR /&gt;java.io.FileNotFoundException: null (The system cannot find the file specified)
&lt;BR /&gt;at java.io.FileInputStream.open0(Native Method)
&lt;BR /&gt;at java.io.FileInputStream.open(Unknown Source)
&lt;BR /&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt;at org.talend.fileprocess.TOSDelimitedReader.&amp;lt;init&amp;gt;(TOSDelimitedReader.java:88)</description>
    <pubDate>Wed, 22 Jun 2016 18:19:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-22T18:19:36Z</dc:date>
    <item>
      <title>Exception in component Implicit_Context_Regex</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294582#M67445</link>
      <description>I have imported the Talend jobs from Talend 5.5 env to Talend 6.1 and facing issue with the jobs while running them. I see below error even though process gets completed successfully. When I run this job from command line, it is not taking the db properties from context.IMPLICT_CONTEXT_FILE param setting from Project settings.
&lt;BR /&gt;This is how I run the job from command line: &amp;lt;Talend job name&amp;gt; --context_param IMPLICIT_CONTEXT_FILE=&amp;lt;path of property file&amp;gt;
&lt;BR /&gt;Note: This was working in Talend 5.5.
&lt;BR /&gt;Error:
&lt;BR /&gt;Exception in component Implicit_Context_Regex
&lt;BR /&gt;java.io.FileNotFoundException: null (The system cannot find the file specified)
&lt;BR /&gt;at java.io.FileInputStream.open0(Native Method)
&lt;BR /&gt;at java.io.FileInputStream.open(Unknown Source)
&lt;BR /&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt;at org.talend.fileprocess.TOSDelimitedReader.&amp;lt;init&amp;gt;(TOSDelimitedReader.java:88)</description>
      <pubDate>Wed, 22 Jun 2016 18:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294582#M67445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T18:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Implicit_Context_Regex</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294583#M67446</link>
      <description>Hi,
&lt;BR /&gt;It seems something wrong with your context setting.&amp;nbsp;
&lt;BR /&gt;Are you using Implicit context load or tContextLoad in your job?&amp;nbsp;
&lt;BR /&gt;Could you please give us more information about your setting? Screenshots will be preferred.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 23 Jun 2016 04:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294583#M67446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T04:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Implicit_Context_Regex</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294584#M67447</link>
      <description>Exception in component Implicit_Context_Regex 
&lt;BR /&gt;java.io.FileNotFoundException: null (The system cannot find the file specified) 
&lt;BR /&gt;at java.io.FileInputStream.open0(Native Method) 
&lt;BR /&gt;at java.io.FileInputStream.open(FileInputStream.java:195) 
&lt;BR /&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:138) 
&lt;BR /&gt;at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:93) 
&lt;BR /&gt;at org.talend.fileprocess.TOSDelimitedReader.&amp;lt;init&amp;gt;(TOSDelimitedReader.java:88) 
&lt;BR /&gt;at wmos.wmos_mq_update_output_0_1.WMOS_MQ_Update_output.Implicit_Context_RegexProcess(WMOS_MQ_Update_output.java:893) 
&lt;BR /&gt;at wmos.wmos_mq_update_output_0_1.WMOS_MQ_Update_output.runJobInTOS(WMOS_MQ_Update_output.java:6557) 
&lt;BR /&gt;at wmos.wmos_mq_update_output_0_1.WMOS_MQ_Update_output.main(WMOS_MQ_Update_output.java:6334) 
&lt;BR /&gt; 
&lt;BR /&gt;what should i do? 
&lt;BR /&gt;I need support i can reach at 347 393 8267</description>
      <pubDate>Fri, 10 Mar 2017 16:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294584#M67447</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-10T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Implicit_Context_Regex</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294585#M67448</link>
      <description>&lt;P&gt;Hi Rip,&lt;BR /&gt;Could you please post your job setting screenshots into forum? Are you using Implicit tContextLoad option? Did you read your parameter from file or database? More information will be preferred.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEOh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127769iA9C33EE530B49135/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEOh.png" alt="0683p000009MEOh.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 03:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Implicit-Context-Regex/m-p/2294585#M67448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-13T03:49:51Z</dc:date>
    </item>
  </channel>
</rss>

