Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Headless installation behind proxy
Headless installation behind proxy [message #518556] Thu, 04 March 2010 13:28 Go to next message
Patrick Ruckstuhl is currently offline Patrick RuckstuhlFriend
Messages: 65
Registered: July 2009
Member
I'm trying the headless installation of 3.6 behind a proxy.

I already tried to specify http.proxyHost and http.proxyPort without any success. What do I have to do to install behind a proxy?

Thanks
Re: Headless installation behind proxy [message #518697 is a reply to message #518556] Thu, 04 March 2010 14:12 Go to previous messageGo to next message
Achim Demelt is currently offline Achim DemeltFriend
Messages: 160
Registered: July 2009
Senior Member
Hi Patrick,

The director should pick up your system's proxy settings. (IE settings under
Windows, http_proxy under linux, etc.). If you're running on a 64 bit linux
box, you'll have to use the latest version of the director because earlier
versions didn't include the relevant platform-specific fragment.

Cheers,
Achim

Patrick Ruckstuhl wrote:

> I'm trying the headless installation of 3.6 behind a proxy.
>
> I already tried to specify http.proxyHost and http.proxyPort without any
> success. What do I have to do to install behind a proxy?
>
> Thanks
Re: Headless installation behind proxy [message #518823 is a reply to message #518556] Fri, 05 March 2010 08:28 Go to previous messageGo to next message
Patrick Ruckstuhl is currently offline Patrick RuckstuhlFriend
Messages: 65
Registered: July 2009
Member
I'm running on windows. I tried both with the automatic settings in Internet Explorer and also manually specified the proxy in the Internet Explorer settings. Both don't work and I get

Connection timed out exceptions when I try to run

director -r http://download.eclipse.org/tools/buckminster/headless-3.6 
-d C:\projects\education\eclipse_rcp\headless\buckminster -P Buckminster -i org.eclipse.buckminster.cmdline.product
Re: Headless installation behind proxy [message #518839 is a reply to message #518823] Fri, 05 March 2010 09:23 Go to previous messageGo to next message
Achim Demelt is currently offline Achim DemeltFriend
Messages: 160
Registered: July 2009
Senior Member
There's a good chance that there actually *are* timeouts when accessing
Eclipse servers or their mirrors these days. I've heard of reports of co-
workers who also have trouble installing things.

My advice is to download the headless site as a ZIP file from
http://www.eclipse.org/downloads/download.php?file=/tools/bu ckminster/archivedsites-3.6/org.eclipse.buckminster.site.ecl ipse.headless_1.2.0.r11249.zip
and install from that. To be honest, I actually prefer this method myself
because using the bleeding-edge 3.6 version bears some risks. We tend to run
into regressions from time to time due to the evolving p2 API, which we
heavily depend on. It would be a shame if your build fails just because you
happened to pull a non-working version from our site. So it's best to stick
with a version that works for you. Plus, it's faster to not always download
the stuff from the internet.

Cheers,
Achim

Patrick Ruckstuhl wrote:

> I'm running on windows. I tried both with the automatic settings in
> Internet Explorer and also manually specified the proxy in the Internet
> Explorer settings. Both don't work and I get
>
> Connection timed out exceptions when I try to run
>
>
> director -r http://download.eclipse.org/tools/buckminster/headless-3.6
> -d C:\projects\education\eclipse_rcp\headless\buckminster -P Buckminster
> -i org.eclipse.buckminster.cmdline.product
Re: Headless installation behind proxy [message #518859 is a reply to message #518556] Fri, 05 March 2010 10:21 Go to previous messageGo to next message
Patrick Ruckstuhl is currently offline Patrick RuckstuhlFriend
Messages: 65
Registered: July 2009
Member
Can you give me an example how to install from a local repository?

I was successful in downloading the command line product in the first step by using an url with file://c:/bla/foo

But then failed downloading any further features.

I tried both using the director (and simply specifying the feature id like I would with buckminster install)

And buckminster install


In the director I get a "not found" error, running with buckminster I get "uri has an authority component" error.
Re: Headless installation behind proxy [message #518864 is a reply to message #518859] Fri, 05 March 2010 10:31 Go to previous messageGo to next message
Achim Demelt is currently offline Achim DemeltFriend
Messages: 160
Registered: July 2009
Senior Member
Uhm, I must admit that I've never done this on a Windows box... I have no
such problems on Linux. Can anyone from the greater community help out here?

Thanks,
Achim

Patrick Ruckstuhl wrote:

> Can you give me an example how to install from a local repository?
>
> I was successful in downloading the command line product in the first step
> by using an url with file://c:/bla/foo
>
> But then failed downloading any further features.
>
> I tried both using the director (and simply specifying the feature id like
> I would with buckminster install)
>
> And buckminster install
>
>
> In the director I get a "not found" error, running with buckminster I get
> "uri has an authority component" error.
Re: Headless installation behind proxy [message #518873 is a reply to message #518859] Fri, 05 March 2010 10:47 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Patrick,
You need to provide more info. Downloading and unzipping a repository that you then reference using file:/ paths should
work just fine on Windows.

Try using file:/c:/ instead of file://c:/

Regards,
Thomas Hallgren

On 03/05/2010 11:21 AM, Patrick Ruckstuhl wrote:
> Can you give me an example how to install from a local repository?
>
> I was successful in downloading the command line product in the first
> step by using an url with file://c:/bla/foo
>
> But then failed downloading any further features.
>
> I tried both using the director (and simply specifying the feature id
> like I would with buckminster install)
>
> And buckminster install
>
>
> In the director I get a "not found" error, running with buckminster I
> get "uri has an authority component" error.
Re: Headless installation behind proxy [message #518909 is a reply to message #518873] Fri, 05 March 2010 12:16 Go to previous messageGo to next message
Patrick Ruckstuhl is currently offline Patrick RuckstuhlFriend
Messages: 65
Registered: July 2009
Member
Thomas Hallgren wrote on Fri, 05 March 2010 11:47
Hi Patrick,
Try using file:/c:/ instead of file://c:/




Thank you, that was exactly the problem.

Is there also somewhere a download of the external site available (for the svn features).

Thanks again for the great help.
Re: Headless installation behind proxy [message #518915 is a reply to message #518909] Fri, 05 March 2010 07:38 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Try this link:

http://download.cloudsmith.com/buckminster/archivedsites/3.6 /

- thomas

On 03/05/2010 01:16 PM, Patrick Ruckstuhl wrote:
> Thomas Hallgren wrote on Fri, 05 March 2010 11:47
>> Hi Patrick,
>> Try using file:/c:/ instead of file://c:/
>
>
>
> Thank you, that was exactly the problem.
>
> Is there also somewhere a download of the external site available (for
> the svn features).
>
> Thanks again for the great help.
>
Re: Headless installation behind proxy [message #633936 is a reply to message #518556] Tue, 19 October 2010 23:47 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: October 2010
Junior Member
I dont think asking for proxy install is answered by this. I want to install the current repository please advice why the network settings dont seem to work.


Some sites could not be found. See the error log for more detail.
HTTP Proxy Authentication Required: http://download.eclipse.org/eclipse/updates/3.6/content.xml
Re: Headless installation behind proxy [message #634082 is a reply to message #518556] Wed, 20 October 2010 13:32 Go to previous messageGo to next message
Fabian Baboschi is currently offline Fabian BaboschiFriend
Messages: 41
Registered: December 2009
Member
I had a similar problem. I solved it by copying the file:

configuration\.settings\org.eclipse.core.net.prefs

from a working installation into the director and then buckminster installation folder.
Re: Headless installation behind proxy [message #634131 is a reply to message #518556] Wed, 20 October 2010 15:41 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: October 2010
Junior Member
It doesn't even install! FAIL

Re: Headless installation behind proxy [message #634138 is a reply to message #518556] Wed, 20 October 2010 15:50 Go to previous message
No real name is currently offline No real nameFriend
Messages: 3
Registered: October 2010
Junior Member
I just got an email;

MyEclipse Supports Eclipse Helios, Delivers Solutions for SpringSource Tool Suite

It should support being freaking installed!
Previous Topic:NPE in P2Materializer
Next Topic:Clear metadata when moving workspace to new location
Goto Forum:
  


Current Time: Fri Apr 26 02:44:59 GMT 2024

Powered by FUDForum. Page generated in 0.04481 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top