<?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: tWebService component to work on the jobServer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295874#M146718</link>
    <description>Confirmed fix: Remove the JRE and only leave the JDK installed.</description>
    <pubDate>Thu, 20 Mar 2014 18:31:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-20T18:31:25Z</dc:date>
    <item>
      <title>tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295868#M146712</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BR /&gt;We are trying to get the tWebService component to work on the jobServer version 5.3.1 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=tWebService&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tWebService&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;we found the solution for the desktop client (change the use of the jre to jdk) 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TDI-25565" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-25565&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;but we are unable to configure the JobServer side 
&lt;BR /&gt; 
&lt;BR /&gt;our JobServer starts D:\Talend\5.3.1\JobServer\conf\jsl_static64.exe 
&lt;BR /&gt;The JDK is installed 
&lt;BR /&gt;the JAVA_HOME variable links the JDK 
&lt;BR /&gt;then jsl_static.ini file seems to be well configured (joined to the email) 
&lt;BR /&gt;could you please help us 
&lt;BR /&gt; 
&lt;BR /&gt;thank you 
&lt;BR /&gt; 
&lt;BR /&gt;Philippe 
&lt;BR /&gt; 
&lt;A href="http://www.rtcquebec.ca" target="_blank" rel="nofollow noopener noreferrer"&gt;www.rtcquebec.ca&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;====== 
&lt;BR /&gt; 
&lt;BR /&gt;;This section defines variables, which can be used elsewhere in the ini file 
&lt;BR /&gt;;A variable refenrencing itself e.g. "PATH=%PATH%;c:\java\test" will result in an import from the environment. 
&lt;BR /&gt;;JSL will first look in the normal environment then in the system environment of the registry as a fallback. 
&lt;BR /&gt;;Any variable not in the defines section will result in a environment lookup as well. 
&lt;BR /&gt;;Variable substitution is possible in any value in the ini file 
&lt;BR /&gt;;% is escaped by %% 
&lt;BR /&gt;PATH= %PATH% 
&lt;BR /&gt;JAVA = %JAVA_HOME% 
&lt;BR /&gt;P1 = d:\java\test 
&lt;BR /&gt;P2 = %P1% 
&lt;BR /&gt; 
&lt;BR /&gt;;Comma seperated list of variables to be exported to the environment 
&lt;BR /&gt;;Supersedes the "path" parameter further down. 
&lt;BR /&gt;;Do not use the path parameter if you also set "PATH"in the export parameter as precedence is undefined. 
&lt;BR /&gt;export = CLASSPATH,PATH 
&lt;BR /&gt; 
&lt;BR /&gt;appname = TalendJobServer 
&lt;BR /&gt;servicename = TalendJobServer 
&lt;BR /&gt;displayname = Talend JobServer 
&lt;BR /&gt;;Size of internal buffer for string handling 
&lt;BR /&gt;;increase if you use very long command line parameters e.g. a very long classpath 
&lt;BR /&gt;stringbuffer = 16000 
&lt;BR /&gt;;port used to communicate stop command to JVM 
&lt;BR /&gt;;Must be unique for each JSL instance installed 
&lt;BR /&gt;;This option is ignored if a stop method is defined further down 
&lt;BR /&gt;;stopport = 8465 
&lt;BR /&gt;;delay n milliseconds to start the Java VM 
&lt;BR /&gt;;Default is no start delay 
&lt;BR /&gt;;startdelay = 10000 
&lt;BR /&gt;;service dependencies can be added 
&lt;BR /&gt;;as a comma separated string "dep1,dep2" 
&lt;BR /&gt;;dependencies=depend2 
&lt;BR /&gt;;service start type 
&lt;BR /&gt;;auto demand disabled 
&lt;BR /&gt;;default is auto 
&lt;BR /&gt;starttype=auto 
&lt;BR /&gt;;Allow interaction with desktop 
&lt;BR /&gt;;This is a service configuration flag; default is false 
&lt;BR /&gt;;interactwithdesktop = false 
&lt;BR /&gt;;load ordering group 
&lt;BR /&gt;loadordergroup=someorder 
&lt;BR /&gt;;account under which service runs 
&lt;BR /&gt;;default is system 
&lt;BR /&gt;;account=mroescht-PC\mroescht 
&lt;BR /&gt;;password for above account 
&lt;BR /&gt;;system need not provide a password 
&lt;BR /&gt;;obfuscation of password is not supported. It is actually not needed. 
&lt;BR /&gt;;The password specified here is ONLY used during the jsl -install command. It can (and should) be deleted after installation. 
&lt;BR /&gt;;password=somepwd 
&lt;BR /&gt;;Allocate a console and register a console event handler to catch shutdown events. 
&lt;BR /&gt;;Default is true; options are FALSE TRUE false true YES NO yes no 
&lt;BR /&gt;;This option has two effects: 
&lt;BR /&gt;;1. If active it catches the logoff events and prevents the service from erroneously stopping in this case. 
&lt;BR /&gt;;2. It creates a console window if interaction with the desktop is allowd. 
&lt;BR /&gt;;Effect 1 can be achieved in Java 1.3.1 and higher by using the -Xrs option. 
&lt;BR /&gt;;Effect 2 may or may not be desired. 
&lt;BR /&gt;useconsolehandler=false 
&lt;BR /&gt;;Call &amp;lt;stopclass&amp;gt;.&amp;lt;stopmethod&amp;gt; through JNI so stop the JVM. 
&lt;BR /&gt;;This can be used an alternative to the ServiceStopper 
&lt;BR /&gt;;When all three parameters are defined the JSL will try to use JNI to stop the service. 
&lt;BR /&gt;;If not it will use a tcp/ip connection to the stopport. 
&lt;BR /&gt;;The simplest way to use this functionality is to use the Systen.exit() call as specified below. 
&lt;BR /&gt;;Nevertheless you can call any static method in your code. 
&lt;BR /&gt;;The method called is expected to terminate the JVM one way or the other. It can directly 
&lt;BR /&gt;;call System.exit() or make another Thread do it make the main method return. 
&lt;BR /&gt;;The method can return imediately if desired. If the JVM doesn't stop another attempt can be made to 
&lt;BR /&gt;;stop the service at a later time. 
&lt;BR /&gt;stopclass=java/lang/System 
&lt;BR /&gt;stopmethod=exit 
&lt;BR /&gt;;Take care to specify the right signature for your method. void System.exit( int code ) has 
&lt;BR /&gt;;the sifnature specified below. void myMethod() has the signature ()V. Please refer to the 
&lt;BR /&gt;;JNI documentation for details. 
&lt;BR /&gt;stopsignature=(I)V 
&lt;BR /&gt;;Parameters can be passed in "stopparam". 
&lt;BR /&gt;;Note that parameter passing is only implemented for the special case that the signature of the 
&lt;BR /&gt;;method is (String[]). Generic parameter passing is cumbersome to implement in C so I choose 
&lt;BR /&gt;;to implement only the most common case. 
&lt;BR /&gt;;stopsignature=( 
&lt;BR /&gt;;Path to the java runtime used 
&lt;BR /&gt;;If this option is not used the default from the registry will be used 
&lt;BR /&gt;;jrepath=c:\java\jdk16x32 
&lt;BR /&gt;;jrepath=..\..\..\jdk16 
&lt;BR /&gt;jrepath=C:\Program Files\Java\jdk1.7.0_45 
&lt;BR /&gt;;Type of jvm to be used. Alternative mechanism to specifiying -client or -server on the command line. 
&lt;BR /&gt;;Can use any JVM name, which is diffrent from the command line which will only allow -client and -server 
&lt;BR /&gt;;Useful when using a JVM diffrent from Suns implementation. 
&lt;BR /&gt;jvmtype=server 
&lt;BR /&gt;;working directory 
&lt;BR /&gt;;If the working directory path starts with a "." it will be replaced with the .ini directory path 
&lt;BR /&gt;;This is neccessary because a service does not inherit a working directory from the shell. Therefore "." would be meaningless. 
&lt;BR /&gt;;This logic is only required here because all other paths will resolve a "." against the working dir once it is set. 
&lt;BR /&gt;;wrkdir=c:\java\test\jsl_0_9_9j\release 
&lt;BR /&gt;;wrkdir=. 
&lt;BR /&gt;;the number of paramters passed to the java application 
&lt;BR /&gt;;parameters must be named param00, param01 ... 
&lt;BR /&gt;;Please note that each command line parameter has to go on it's own parameter value here! 
&lt;BR /&gt;;The way the JVM is called in JSL, the JVM expects a preparsed array of parameters. 
&lt;BR /&gt;;Everything seperated by whitespace on a java command line is broken down into a parameter here. 
&lt;BR /&gt;;You don't need to care about quotes 
&lt;BR /&gt;;around strings containing spaces here. e.g. 
&lt;BR /&gt;;java.exe -cp "c:\program files\test\lib.jar" com.test.Java "test.&amp;gt;" 
&lt;BR /&gt;;becomes 
&lt;BR /&gt;;params = 6 
&lt;BR /&gt;;param00 = -cp 
&lt;BR /&gt;;param01 = c:\jobserver;c:\jobserver\lib\jmxremote_optional.jar;c:\jobserver\lib\log4j-1.2.15.jar;c:\jobserver\lib\commons-io-1.3.2.jar;c:\jobserver\lib\jsl.jar 
&lt;BR /&gt;;param02 = -Djava.library.path=c:\jobserver\jsysmon-20061229\native\windows\ 
&lt;BR /&gt;;param03 = -Dcom.sun.management.jmxremote 
&lt;BR /&gt;;param04 = -Dtalend_props=c:\jobserver\conf\TalendJobServer.properties 
&lt;BR /&gt;;param05 = org.talend.remote.jobserver.service.WindowsJobServer 
&lt;BR /&gt;params = 6 
&lt;BR /&gt;param00 = -cp 
&lt;BR /&gt;param01 = D:\Talend\5.3.1\JobServer;D:\Talend\5.3.1\JobServer\lib\jmxremote_optional.jar;D:\Talend\5.3.1\JobServer\lib\log4j-1.2.15.jar;D:\Talend\5.3.1\JobServer\lib\commons-io-1.3.2.jar;D:\Talend\5.3.1\JobServer\lib\jsl.jar;D:\Talend\5.3.1\JobServer\sigar-bin\lib\sigar.jar 
&lt;BR /&gt;;param02 = -Djava.library.path=D:\Talend\5.3.1\JobServer\jsysmon-20061229\native\windows\ 
&lt;BR /&gt;param02 = -Djava.library.path=D:\Talend\5.3.1\JobServer\sigar-bin\lib\ 
&lt;BR /&gt;param03 = -Dcom.sun.management.jmxremote 
&lt;BR /&gt;param04 = -Dtalend_props=D:\Talend\5.3.1\JobServer\conf\TalendJobServer.properties 
&lt;BR /&gt;param05 = org.talend.remote.jobserver.service.WindowsJobServer</description>
      <pubDate>Sat, 16 Nov 2024 11:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295868#M146712</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2024-11-16T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295869#M146713</link>
      <description>Hi, 
&lt;BR /&gt;In your jsl_static64.ini i am seing this: jrepath=C:\Program Files\Java\jdk1.7.0_45, your jobserver seems using JDK. 
&lt;BR /&gt;Can you please follow up these step and let me know your feedback: 
&lt;BR /&gt;1) Stop the jobserver services 
&lt;BR /&gt;2) Open the start_rs.bat script and update set MY_JAVA=java with set MY_JAVA="C:\Program Files\Java\jdk1.7.0_45\bin\java" 
&lt;BR /&gt;3) Restart the jobserver 
&lt;BR /&gt;And test if your job will work as expected. 
&lt;BR /&gt;HTH,</description>
      <pubDate>Tue, 18 Mar 2014 15:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295869#M146713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295870#M146714</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BR /&gt;I change the start_rs.bat file and restart everything but it doesn't solve the issue 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I'm not sure if this file is use because my windows service start this file when lauched. 
&lt;BR /&gt;D:\Talend\5.3.1\JobServer\conf\jsl_static64.exe 
&lt;BR /&gt; 
&lt;BR /&gt;Here is a copy of the start_rs.bat file 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you 
&lt;BR /&gt;Philippe 
&lt;BR /&gt; 
&lt;BR /&gt;====================================== 
&lt;BR /&gt;@echo off 
&lt;BR /&gt;rem S. Correia 
&lt;BR /&gt;rem Date: 2007 09 26 
&lt;BR /&gt;rem This script executes the Talend Agent 
&lt;BR /&gt;rem Edit the environment variables containing the token MY_ according to the target environment. 
&lt;BR /&gt;rem put the full path to the java executable if the default is not the required one 
&lt;BR /&gt;set MY_JAVA="C:\Program Files\Java\jdk1.7.0_45\bin\java" 
&lt;BR /&gt;rem the root path 
&lt;BR /&gt;set MY_ROOT_PATH=%~dp0 
&lt;BR /&gt;rem The main class to run 
&lt;BR /&gt;set MY_CLASS=org.talend.remote.jobserver.server.TalendJobServerMain 
&lt;BR /&gt;rem for local test with Jconsole: 
&lt;BR /&gt;rem set MY_CLASS=org.talend.monitoring.jmx.api.OSInformationAgent 
&lt;BR /&gt;rem The properties configuration file 
&lt;BR /&gt;set MY_CONF_PROP="%MY_ROOT_PATH%conf\TalendJobServer.properties" 
&lt;BR /&gt;rem set the different classpaths here 
&lt;BR /&gt;set MY_CLASSPATH=%MY_ROOT_PATH% 
&lt;BR /&gt;set MY_CLASSPATH=%MY_CLASSPATH%;%MY_ROOT_PATH%lib\log4j-1.2.15.jar 
&lt;BR /&gt;set MY_CLASSPATH=%MY_CLASSPATH%;%MY_ROOT_PATH%lib\jmxremote_optional.jar 
&lt;BR /&gt;set MY_CLASSPATH=%MY_CLASSPATH%;%MY_ROOT_PATH%lib\commons-io-1.3.2.jar 
&lt;BR /&gt;set MY_CLASSPATH=%MY_CLASSPATH%;%MY_ROOT_PATH%sigar-bin\lib\sigar.jar 
&lt;BR /&gt;rem set the path to the native Sigar library (OS dependent) 
&lt;BR /&gt;set MY_SIGAR_LIB_DIR=%MY_ROOT_PATH%sigar-bin\lib\ 
&lt;BR /&gt;rem set the JVM arguments here 
&lt;BR /&gt;set MY_JMV_ARGS=-Dcom.sun.management.jmxremote -Djava.library.path="%MY_ROOT_PATH%sigar-bin\lib&amp;gt;" 
&lt;BR /&gt;rem set MY_JMV_ARGS="-Xms256M -Xmx512M " 
&lt;BR /&gt;rem set the program arguments here 
&lt;BR /&gt;set MY_PROG_ARGS= 
&lt;BR /&gt;REM ##### DO NOT EDIT AFTER THIS LINE ######### 
&lt;BR /&gt;set CONF_PROP_ARG="-Dtalend_props=%MY_CONF_PROP%" 
&lt;BR /&gt;rem concatenate all classpaths 
&lt;BR /&gt;set ALL_CLASSPATH= 
&lt;BR /&gt;set ALL_CLASSPATH=%MY_CLASSPATH% 
&lt;BR /&gt;echo %ALL_CLASSPATH% 
&lt;BR /&gt;rem concatenate all jvm arguments 
&lt;BR /&gt;set ALL_JVM_ARGS= 
&lt;BR /&gt;set ALL_JVM_ARGS=%ALL_JVM_ARGS% %MY_JMV_ARGS% 
&lt;BR /&gt;set ALL_JVM_ARGS=%ALL_JVM_ARGS% %CONF_PROP_ARG% 
&lt;BR /&gt;set ALL_JVM_ARGS=%ALL_JVM_ARGS% -Djava.library.path=%MY_SIGAR_LIB_DIR% 
&lt;BR /&gt; 
&lt;BR /&gt;rem Java command line 
&lt;BR /&gt; %MY_JAVA% %ALL_JVM_ARGS% -classpath "%ALL_CLASSPATH%" %MY_CLASS% %MY_PROG_ARGS% 
&lt;BR /&gt;http://www.talendforge.org/forum/img/members/152288/mini_130114_2014-03-18 12_26_50-Remote Desktop Manager [srvxatal2 - Serveur d\'ex</description>
      <pubDate>Tue, 18 Mar 2014 16:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295870#M146714</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2014-03-18T16:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295871#M146715</link>
      <description>If you are using Java 1.7 on Windows please update your jsl_static64.exe to a more recent version. This has been reported already to development as a problem with the packaged version: 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TUP-1715" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-1715&lt;/A&gt; 
&lt;BR /&gt;Let us know if this helps. Thanks!</description>
      <pubDate>Tue, 18 Mar 2014 17:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295871#M146715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295872#M146716</link>
      <description>hello 
  &lt;BR /&gt; 
  &lt;BR /&gt; 
  &lt;BR /&gt;I installed the latest jsl version (try with Release 0.99m and latest 0.99o) 
  &lt;BR /&gt;doesn't seem to work either 
  &lt;BR /&gt;thank you for your help 
  &lt;BR /&gt;Philippe 
  &lt;BR /&gt;rtcquebec.ca 
  &lt;BR /&gt; 
  &lt;BR /&gt;here is the log when I start it in debug mode : jsl_static64.exe -debug 
  &lt;BR /&gt;:1395169418: Start loading params 
  &lt;BR /&gt;Module name decomposed &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; \Talend\5.3.1\JobServer\conf\ jsl_static64 .exe 
  &lt;BR /&gt;Ini file path final D:\Talend\5.3.1\JobServer\conf\jsl_static64.ini 
  &lt;BR /&gt;Final ini file decomposed &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; \Talend\5.3.1\JobServer\conf\ jsl_static64 .ini 
  &lt;BR /&gt;Ini file: cmdline = 
  &lt;BR /&gt;Finally: cmdline = 
  &lt;BR /&gt;:1395169418: Loaded module path 
  &lt;BR /&gt;Ini file: jrepath = C:\Program Files\Java\jdk1.7.0_45 
  &lt;BR /&gt;Finally: jrepath = C:\Program Files\Java\jdk1.7.0_45 
  &lt;BR /&gt;Ini file: jvmtype = server 
  &lt;BR /&gt;Finally: jvmtype = server 
  &lt;BR /&gt;Ini file: dependencies = 
  &lt;BR /&gt;Finally: dependencies = 
  &lt;BR /&gt;Ini file: starttype = auto 
  &lt;BR /&gt;Finally: starttype = auto Ini fil
 &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/0683p000009MdGu"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdGu"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 18 Mar 2014 19:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295872#M146716</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2014-03-18T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295873#M146717</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BR /&gt;additional information 
&lt;BR /&gt; 
&lt;BR /&gt;We also have same problem with development workstation. 
&lt;BR /&gt;If we launch the job within talend studio it works fine (screenshot #1) 
&lt;BR /&gt;But if we export the job (run with batch file or run on the target server) the tWebService component give us the same error. (screenshot #2) 
&lt;BR /&gt; 
&lt;BR /&gt;thank you 
&lt;BR /&gt;Philippe 
&lt;BR /&gt;rtcquebec.ca 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Tue, 18 Mar 2014 19:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295873#M146717</guid>
      <dc:creator>Philippe_Gagnon_-_RTC</dc:creator>
      <dc:date>2014-03-18T19:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295874#M146718</link>
      <description>Confirmed fix: Remove the JRE and only leave the JDK installed.</description>
      <pubDate>Thu, 20 Mar 2014 18:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295874#M146718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-20T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService component to work on the jobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295875#M146719</link>
      <description>How to write the fatal error to file in talend using log4j</description>
      <pubDate>Mon, 04 Apr 2016 10:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-component-to-work-on-the-jobServer/m-p/2295875#M146719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-04T10:12:00Z</dc:date>
    </item>
  </channel>
</rss>

