Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
radhikari
Contributor III
Contributor III

Permission issue with Job Server

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

 

Labels (3)
2 Replies
Anonymous
Not applicable

You should not install anything into the /etc directory on Linux - Talend or not. This will never work properly. E.g. security tools like selinux will get into your way.

Reinstall in /opt
radhikari
Contributor III
Contributor III
Author

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?