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: 
Anonymous
Not applicable

tSetProxy component is overriding JVM system properties https .proxyHost

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.

Labels (4)
2 Replies
manodwhb
Champion II
Champion II

@vijaya2252,can you show the job design?

Anonymous
Not applicable
Author

Please find the attached screenshot, any suggestion could be really helpful as this is impacting other jobs which are not needed proxy calls.


Job-design.png