Question Suman Samanta · Jul 9, 2019

Atelier Installation issue

I have installed photon R version and when i am trying to install atelier from eclipse market place i am getting below error.

HTTP Proxy Authentication Required: https://atelier.jfrog.io/atelier/updates/stable/1.3/content.xml
Proxy Authentication Required

Can someone please help me on this.

Comments

Michel Liberado · Jul 9, 2019

Hi there, this is not related to Atelier but rather to your Eclipse installation.

In the menu bar, click "Windows" and then "Preferences", a window will happen. On the top left corner, type "proxy" in the "Type filter text".

In the right part, you enter your proxy settings (ask your IT department).

Here is an example for me:

0
Suman Samanta  Jul 9, 2019 to Michel Liberado

I just added one line in my eclipse.ini file and worked for me.

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4

0