Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.