<?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: Problem with jobserver job generation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362404#M126548</link>
    <description>Hi mat2121
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Did you follow up online document:&lt;A href="https://help.talend.com/search/all?query=Installing+and+configuring+JobServers" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing and configuring JobServers&lt;/A&gt;&amp;nbsp;to install and configure your job server?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Could you please also indicate the build version you are using?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Tue, 07 Jul 2015 09:41:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-07T09:41:31Z</dc:date>
    <item>
      <title>Problem with jobserver job generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362403#M126547</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;we've just installed and confgured the jobserver and commandLine on different servers.&lt;BR /&gt;Now I've a made a very simple job to test the execution on the jobserver, but when I try to generate it, I get this error : &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;java.lang.RuntimeException: org.talend.designer.runprocess.ProcessorException: java.io.IOException: unable to create directory '/opt/Talend-JobServer-20141207_1530-V5.6.1/TalendJobServersFiles/task_3'&lt;BR /&gt;	at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:148)&lt;BR /&gt;	at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31)&lt;BR /&gt;	at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161)&lt;BR /&gt;	at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70)&lt;BR /&gt;	at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57)&lt;BR /&gt;	at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35)&lt;BR /&gt;	at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139)&lt;BR /&gt;	at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;Caused by: org.talend.designer.runprocess.ProcessorException: java.io.IOException: unable to create directory '/opt/Talend-JobServer-20141207_1530-V5.6.1/TalendJobServersFiles/task_3'&lt;BR /&gt;	at org.talend.commandline.util.JobHandler.export(JobHandler.java:252)&lt;BR /&gt;	at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:109)&lt;BR /&gt;	at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:146)&lt;BR /&gt;	... 7 more&lt;BR /&gt;Caused by: java.io.IOException: unable to create directory '/opt/Talend-JobServer-20141207_1530-V5.6.1/TalendJobServersFiles/task_3'&lt;BR /&gt;	at org.talend.repository.documentation.ArchiveFileExportOperationFullPath.checkDestinationParentFolder(ArchiveFileExportOperationFullPath.java:283)&lt;BR /&gt;	at org.talend.repository.documentation.ArchiveFileExportOperationFullPath.initialize(ArchiveFileExportOperationFullPath.java:260)&lt;BR /&gt;	at org.talend.repository.documentation.ArchiveFileExportOperationFullPath.run(ArchiveFileExportOperationFullPath.java:317)&lt;BR /&gt;	at org.talend.commandline.util.JobHandler.export(JobHandler.java:250)&lt;BR /&gt;	... 9 more&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;When I try to create a folder manually with the user wich runs the jobserver, there is no problem.&lt;BR /&gt;Now I've seen that I can specify a username and password in the configuration section in TAC.&lt;BR /&gt;What is the purpose of this ? Do the specified user have to exists as a linux user on the jobserver machine ?&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 12:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362403#M126547</guid>
      <dc:creator>mat2121</dc:creator>
      <dc:date>2015-07-06T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with jobserver job generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362404#M126548</link>
      <description>Hi mat2121
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Did you follow up online document:&lt;A href="https://help.talend.com/search/all?query=Installing+and+configuring+JobServers" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing and configuring JobServers&lt;/A&gt;&amp;nbsp;to install and configure your job server?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Could you please also indicate the build version you are using?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362404#M126548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-07T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with jobserver job generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362405#M126549</link>
      <description>Hi,&lt;BR /&gt;yes we followed the provided instructions. &lt;BR /&gt;We are using the following builds :&lt;BR /&gt;[list=*]&lt;BR /&gt;&lt;LI&gt;Talend-Tools-Studio-20141207_1530-V5.6.1&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Talend-JobServer-20141207_1530-V5.6.1&lt;/LI&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 10 Jul 2015 12:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362405#M126549</guid>
      <dc:creator>mat2121</dc:creator>
      <dc:date>2015-07-10T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with jobserver job generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362406#M126550</link>
      <description>Update : 
&lt;BR /&gt;I've changed the Job generation folder and now I've another exception when trying to generate the job. 
&lt;BR /&gt;commandLine logging : 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;gt;FULL BUILD STATS for: .Java&lt;BR /&gt;&amp;gt; &amp;nbsp; compiled 58691 lines in 1316ms:44598.0lines/s&lt;BR /&gt;&amp;gt; &amp;nbsp; parse: 410 ms (31.1%), resolve: 545 ms (41.4%), analyze: 111 ms (8.4%), generate: 216 ms (16.4%)&lt;BR /&gt;&lt;BR /&gt;!ENTRY org.talend.commandline 4 0 2015-07-10 14:27:30.252&lt;BR /&gt;!MESSAGE Connection reset&lt;BR /&gt;!STACK 0&lt;BR /&gt;java.net.SocketException: Connection reset&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:118)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.net.SocketOutputStream.write(SocketOutputStream.java:138)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.FilterOutputStream.write(FilterOutputStream.java:77)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.io.FilterOutputStream.write(FilterOutputStream.java:125)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.client.util.FileTransferHandler.sendFile(FileTransferHandler.java:73)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.executeClientCommand(CommandLineHandler.java:743)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.process(CommandLineHandler.java:245)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:196)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:171)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.mode.ShellServerHandler.start(ShellServerHandler.java:51)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.commandline.mode.ServerCommandLine$ClientWorker.run(ServerCommandLine.java:172)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;Below you can see that the administration console can contact the commandLine and the jobserver which are both on the same host. 
&lt;BR /&gt;Could it be a communication problem between the jobserver and the commandLine ? How can we verify that ? 
&lt;BR /&gt;The architecture looks like this : HOST-A(TAC) &amp;lt;---&amp;gt; HOST-B(JobServer &amp;lt;--&amp;gt; CommandLine) 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/27061/blob_20150710-1433.png" /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/27061/blob_20150710-1437.png" /&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-jobserver-job-generation/m-p/2362406#M126550</guid>
      <dc:creator>mat2121</dc:creator>
      <dc:date>2015-07-10T13:29:41Z</dc:date>
    </item>
  </channel>
</rss>

