views:

273

answers:

2

Hello,

I am running Ubuntu 9.10 and I'm attempting to install a plugin for Eclipse 3.5 from a repository that my company created. This worked in the past on this linux box and also works just fine on my laptop which has Windows XP installed.

The exact error message I'm getting in Eclipse is:

Unknown Host: <location of repository>

org.eclipse.equinox.internal.provisional.p2.core.ProvisionException

Any ideas what might be causing something that used to work not to work anymore?

Thanks!

EDIT: Also, it might be useful to know that I can connect to other eclipse plugin repositories fine; it seems that only my company's internal one is the problem.

A: 

It's probably this bug: https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/486215

Stuart
Thanks for the suggestion. When I ran /sbin/sysctl net.ipv6.bindv6only I got net.ipv6.bindv6only=0 though, so I guess that isn't the problem.
BordrGuy108
A: 

It is usually due to a proxy used by Eclipse where it shouldn't use it to access a local self-hosted repo.

Try to set the proxy to "Direct" (hence selecting no Proxy entries at all)

Preferences > General > Network Connections,

alt text

(so switch from "Native" or "Manual" to "Direct")

VonC