<?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 JobServer v5.2.1 on Windows 2012 JDK7 does not start cleanly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JobServer-v5-2-1-on-Windows-2012-JDK7-does-not-start-cleanly/m-p/2309301#M146435</link>
    <description>i am trying to setup a JobServer on a Windows 2012 (x64) with JDK/jre 7, but it keeps giving errors related to SIGAR. 
  &lt;BR /&gt;i believe this is the reason for not getting statistics from this server. 
  &lt;BR /&gt;any suggestion on how this can be resolved? 
  &lt;BR /&gt;thanks, 
  &lt;BR /&gt; 
  &lt;BR /&gt; 
  &lt;PRE&gt;PS C:\tools\edm\TJobServer\conf&amp;gt; .\jsl_static64.exe -debug&lt;BR /&gt;Env Entry: cmdline =&lt;BR /&gt;Env Entry: jrepath =&lt;BR /&gt;Env Entry: jvmtype = server&lt;BR /&gt;Env Entry: dependencies =&lt;BR /&gt;Env Entry: starttype = auto&lt;BR /&gt;Env Entry: account =&lt;BR /&gt;Env Entry: password =&lt;BR /&gt;Env Entry: loadordergroup =&lt;BR /&gt;Env Entry: wrkdir =&lt;BR /&gt;Env Entry: appname = TalendJobServer&lt;BR /&gt;Env Entry: servicename = TalendJobServer&lt;BR /&gt;Env Entry: displayname = Talend JobServer&lt;BR /&gt;Env Entry: servicedescription = Talend JobServer&lt;BR /&gt;Env Entry: stdout =&lt;BR /&gt;Env Entry: stderr =&lt;BR /&gt;Env Entry: stdoutappend = no&lt;BR /&gt;Env Entry: stderrappend = no&lt;BR /&gt;Env Entry: systemout =&lt;BR /&gt;Env Entry: systemerr =&lt;BR /&gt;Env Entry: systemoutapp&lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009McuY" target="_blank"&gt;here&lt;/A&gt;</description>
    <pubDate>Sat, 16 Nov 2024 12:05:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:05:32Z</dc:date>
    <item>
      <title>JobServer v5.2.1 on Windows 2012 JDK7 does not start cleanly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobServer-v5-2-1-on-Windows-2012-JDK7-does-not-start-cleanly/m-p/2309301#M146435</link>
      <description>i am trying to setup a JobServer on a Windows 2012 (x64) with JDK/jre 7, but it keeps giving errors related to SIGAR. 
  &lt;BR /&gt;i believe this is the reason for not getting statistics from this server. 
  &lt;BR /&gt;any suggestion on how this can be resolved? 
  &lt;BR /&gt;thanks, 
  &lt;BR /&gt; 
  &lt;BR /&gt; 
  &lt;PRE&gt;PS C:\tools\edm\TJobServer\conf&amp;gt; .\jsl_static64.exe -debug&lt;BR /&gt;Env Entry: cmdline =&lt;BR /&gt;Env Entry: jrepath =&lt;BR /&gt;Env Entry: jvmtype = server&lt;BR /&gt;Env Entry: dependencies =&lt;BR /&gt;Env Entry: starttype = auto&lt;BR /&gt;Env Entry: account =&lt;BR /&gt;Env Entry: password =&lt;BR /&gt;Env Entry: loadordergroup =&lt;BR /&gt;Env Entry: wrkdir =&lt;BR /&gt;Env Entry: appname = TalendJobServer&lt;BR /&gt;Env Entry: servicename = TalendJobServer&lt;BR /&gt;Env Entry: displayname = Talend JobServer&lt;BR /&gt;Env Entry: servicedescription = Talend JobServer&lt;BR /&gt;Env Entry: stdout =&lt;BR /&gt;Env Entry: stderr =&lt;BR /&gt;Env Entry: stdoutappend = no&lt;BR /&gt;Env Entry: stderrappend = no&lt;BR /&gt;Env Entry: systemout =&lt;BR /&gt;Env Entry: systemerr =&lt;BR /&gt;Env Entry: systemoutapp&lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009McuY" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobServer-v5-2-1-on-Windows-2012-JDK7-does-not-start-cleanly/m-p/2309301#M146435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: JobServer v5.2.1 on Windows 2012 JDK7 does not start cleanly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobServer-v5-2-1-on-Windows-2012-JDK7-does-not-start-cleanly/m-p/2309302#M146436</link>
      <description>it seems that it is necessary to load the class that is not listed by default. 
&lt;BR /&gt;so i have added the following to my jsl_static64.ini 
&lt;BR /&gt; 
&lt;PRE&gt;params = 6&lt;BR /&gt;param00 = -cp&lt;BR /&gt;param01 = C:/tools/edm/TJobServer;C:/tools/edm/TJobServer/lib/jmxremote_optional.jar;C:/tools/edm/TJobServer/lib/log4j-1.2.15.jar;C:/tools/edm/TJobServer/lib/commons-io-1.3.2.jar;C:/tools/edm/TJobServer/lib/jsl.jar;C:/tools/edm/TJobServer/sigar-bin/lib/sigar.jar&lt;BR /&gt;param02 = -Djava.library.path=C:/tools/edm/TJobServer/jsysmon-20061229/native/windows/&lt;BR /&gt;param03 = -Dcom.sun.management.jmxremote&lt;BR /&gt;param04 = -Dtalend_props=C:/tools/edm/TJobServer/conf/TalendJobServer.properties&lt;BR /&gt;param05 = org.talend.remote.jobserver.service.WindowsJobServer&lt;/PRE&gt; 
&lt;BR /&gt;the key is the extra: 
&lt;BR /&gt; 
&lt;B&gt;%JOBSERVER_ROOT%/sigar-bin/lib/sigar.jar&lt;/B&gt; 
&lt;BR /&gt;THANKS,</description>
      <pubDate>Thu, 07 Mar 2013 13:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobServer-v5-2-1-on-Windows-2012-JDK7-does-not-start-cleanly/m-p/2309302#M146436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-07T13:51:28Z</dc:date>
    </item>
  </channel>
</rss>

