Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I followed the link provided (https://github.com/Talend/tdi-studio-se/tree/master/main/plugins/org.talend.designer.components.loca...) and downloaded all components. I tried to update tFileFetch on TOS v8.0.1 and it did not work. However, I succeeded on TOS 7.3.1.20200219.1130. With the following JARs installed for tFileFetch, I managed to run my job, but I still have WARNINGS. Please advise how to get rid of them.
Hello @Vincent Djidjev ,
As it's a warning message and it won't affect the usage of the component
anyway, if you want to remove the warning message, please change the Log4jLevel to "Error" in the job's Run/Advanced settings as the below
Hello @Aiming Chen ,
Thank you for your response!
I had the log4jLevel marked and changed the setting to "Error". However, the warnings still appeared. I would appreciate other pieces of advice if you have any. Since I updated the tFileFetch to use the httclient-4.5.13.jar and not commons-httpclient-3.1.jar I believe the key lies there. I do not know what else to update/change.