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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using a keystore with Talend Administration Center

Hi,
I have a job in which i need to use a keystore. In JVM params i have : -Djavax.net.ssl.keyStore="/appli/TalendTools-5.6.1/myfile.com.ks"
It perfectly works on my desktop when i launch my job with the studio, but when i try to launch it with the TAC (remote server) i get a message :
...
Caused by: java.security.PrivilegedActionException: java.io.FileNotFoundException:
"/appli/TalendTools-5.6.1/myfile.com.ks"
(No such file or directory)

Obviously my file is really there and folders and file have 777 rights Any idea?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Actually the message sounds pretty clear.
The job will be executed on a job server. The job server can run on the same machine like the TAC but this is mostly unlikely.
Check if you have the mentioned path also on the job server.