Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In our Talend ESB jobs we use tSetproxy to do external calls, however, once the job is called, it is overriding the https .proxyHost and https .proxyPort values.
$ jcmd 27287 VM.system_properties|grep -i proxy
org.apache.aries.proxy.weaving.disabled=org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,org.apache.xerces.*
https.proxyHost=
https.proxyPort=
org.apache.aries.proxy.weaving.enabled=none
$ jcmd 27287 VM.system_properties|grep -i proxy
org.apache.aries.proxy.weaving.disabled=org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,org.apache.xerces.*
https.proxyHost=lva1-finproxy01.fin.linkedin.com
https.proxyPort=3128
org.apache.aries.proxy.weaving.enabled=none
Please help on this.
@vijaya2252,can you show the job design?
Please find the attached screenshot, any suggestion could be really helpful as this is impacting other jobs which are not needed proxy calls.