Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Unable to add p2 repository via proxy

Hi,

I know only proxy host and port and do not have any access to proxy server configuration. But maven and the other Java applications access outside URLs without any problems. I think, that the cause of error is somewhere inside ECF or even in lower level.

Best regards,
Dmytro Pishchukhin


On Mon, Jul 5, 2010 at 15:12, Leslie H. Watter <leslieh@xxxxxxxxxxxxxxxxx> wrote:
Hi,

Em Fri, Jun 25, 2010 at 03:12:43PM +0200, Dmytro Pishchukhin escreveu:
| From: Dmytro Pishchukhin <dmytro.pishchukhin@xxxxxxxxx>
|
|    I've tried to run console command to add p2 repository.
|
|    I've tried it via and without proxy. Direct access work fine, but I have
|    an exception when I try to connect via proxy:
|    osgi> provaddrepo http://download.eclipse.org/releases/helios
|    java.lang.UnsupportedOperationException: Repository not modifiable:
|    http://download.eclipse.org/releases/helios
|    My eclipse.ini;
|    -startup
|    plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
|    -console
|    -Dhttp.proxyHost=<host>
|    -Dhttp.proxyPort=<port>

I've had problems here using eclipse with proxy when the proxy
implements digest authentication.

You could take a look at your proxy configuration. It worked fine to me
when using basic authentication.

Hope this help.

Cheers,

LEslie
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top