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: 
lguevara
Partner - Creator II
Partner - Creator II

Talend Studio error proxy with job route and repo maven

Hi.

Hello, I have an Route job in Talend Studio, talend studio is configured to use a manual proxy to access the internet. Although repo1.maven.org is declared within the proxy, the system attempts to connect directly to the internet instead of going through the proxy when trying to reach it.

Why is this happening, and how can I ensure that Talend always routes traffic through the proxy?

 

thanks.

Labels (3)
1 Solution

Accepted Solutions
Rahul_Kale
Support
Support

Hello lguevara,

 

Thank you for reaching out to the Qlik community.

Talend Route jobs use an embedded Maven, which does not inherit Talend Studio’s UI proxy settings. Maven therefore tries to reach repo1.maven.org directly, bypassing the proxy. 

 

You will need to configure the proxy explicitly for Maven, either via ~/.m2/settings.xml or JVM proxy options, so all dependency downloads go through the proxy.

View solution in original post

1 Reply
Rahul_Kale
Support
Support

Hello lguevara,

 

Thank you for reaching out to the Qlik community.

Talend Route jobs use an embedded Maven, which does not inherit Talend Studio’s UI proxy settings. Maven therefore tries to reach repo1.maven.org directly, bypassing the proxy. 

 

You will need to configure the proxy explicitly for Maven, either via ~/.m2/settings.xml or JVM proxy options, so all dependency downloads go through the proxy.