<?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 ESB Wrapper reading incorrect JAVA_HOME in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366117#M129644</link>
    <description>&lt;P&gt;I use TOS ESB 6.3.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have multiple instances of JDK setup on my Windows 2012 server (1.7&amp;nbsp;&amp;amp;1.8)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;System Variable JAVA_HOME is set to point to JDK 1.7

User&amp;nbsp;Variable JAVA_HOME is set to point to JDK 1.8&lt;/PRE&gt;
&lt;P&gt;I installed&amp;nbsp;wrapper on the ESB so I can run it as a service. When&amp;nbsp;the configuration files were generated, the etc/&amp;lt;service&amp;gt;.conf has the JAVA_HOME pointing to JDK1.8 (automatically).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I start the service, the logs show that it is pointing to JDK1.7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure why is this discrepancy is present when the service conf file is clearly pointing to the JDK1.8 and the user variable JAVA_HOME is set correctly to JDK1.8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated. Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:25:22 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2024-11-16T08:25:22Z</dc:date>
    <item>
      <title>ESB Wrapper reading incorrect JAVA_HOME</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366117#M129644</link>
      <description>&lt;P&gt;I use TOS ESB 6.3.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have multiple instances of JDK setup on my Windows 2012 server (1.7&amp;nbsp;&amp;amp;1.8)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;System Variable JAVA_HOME is set to point to JDK 1.7

User&amp;nbsp;Variable JAVA_HOME is set to point to JDK 1.8&lt;/PRE&gt;
&lt;P&gt;I installed&amp;nbsp;wrapper on the ESB so I can run it as a service. When&amp;nbsp;the configuration files were generated, the etc/&amp;lt;service&amp;gt;.conf has the JAVA_HOME pointing to JDK1.8 (automatically).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I start the service, the logs show that it is pointing to JDK1.7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure why is this discrepancy is present when the service conf file is clearly pointing to the JDK1.8 and the user variable JAVA_HOME is set correctly to JDK1.8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366117#M129644</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: ESB Wrapper reading incorrect JAVA_HOME</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366118#M129645</link>
      <description>&lt;P&gt;How is your Windows service configured to run? Is it run under your user or a local user? I suspect that you have not configured the service user and as such it is taking the system environment variables. User environment variables should supersede the system ones, unless there isn't one for the user running the service.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 17:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366118#M129645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T17:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: ESB Wrapper reading incorrect JAVA_HOME</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366119#M129646</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;: 
&lt;BR /&gt;Currently, I am manually starting and stopping the service via the "net start &amp;lt;serviceName&amp;gt;" command. 
&lt;BR /&gt; 
&lt;BR /&gt;After I logged in under my user account and setup the service. I added JAVA_HOME under "user" environment variable pointing to JDK1.8. Still, that did not help. 
&lt;BR /&gt; 
&lt;BR /&gt;Any thing else I can check? Thank you.</description>
      <pubDate>Wed, 11 Apr 2018 18:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366119#M129646</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-04-11T18:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: ESB Wrapper reading incorrect JAVA_HOME</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366120#M129647</link>
      <description>&lt;P&gt;I was actually talking about the user configured to run the service. I believe that net start will just manually start the service as it is configured to run. Take a look at the screenshot I've attached.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="service.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwSj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128135i9AE35D68DDD48D26/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwSj.png" alt="0683p000009LwSj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The other thing to test is changing the paths&amp;nbsp;of your JAVA_HOME and restarting. You would do this to test that the paths have not actually been hardcoded somewhere in the config files. However I doubt that would be the case.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 09:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366120#M129647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T09:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: ESB Wrapper reading incorrect JAVA_HOME</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366121#M129648</link>
      <description>&lt;P&gt;Do we have any update on this. I am also facing same issue. In my case the service is running with SYSTEM user, Default Path points to java 1.7 and I am setting it to 1.8 from wrapper.config file. But it is still picking java 1.7 environment.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 12:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ESB-Wrapper-reading-incorrect-JAVA-HOME/m-p/2366121#M129648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T12:53:14Z</dc:date>
    </item>
  </channel>
</rss>

