Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
we are experimenting with decoupling Talend services into multiple server. As of now, we have JobServer and CmdLine is one server and the rest in another server.
Since I am not very familiar with Talend setup, can someone please help me understand the following error? I am trying to execute a Task using Job Conductor and I get the following message:
java.io.FileNotFoundException: /etc/talend/Administrator/generatedJobs/task_8/1496691645547_task_8.zip (Permission denied)
I have created /etc/talend/Administrator/generatedJobs/ in the "TAC" server and granted the root account r/w access to it. I am using "root' for "run job as OS user".
I am using 6.2.1 on CentOS 7.3
Thank you for the feedback. I installed talend on /etc based on the information available at https://help.talend.com/reader/x1LBaEuUDaxvLuCWIZp~yw/BNoGH~MSyGvqBJRWnU9srg.
As you can see, it mentions /etc/talend as the software root.
Is this resource not valid?