Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » unable to load plugins from http://download.eclipse.org/releases/kepler(unable to import plugins from target)
unable to load plugins from http://download.eclipse.org/releases/kepler [message #1853483] Mon, 04 July 2022 15:32 Go to next message
vlad tsepesh is currently offline vlad tsepeshFriend
Messages: 5
Registered: January 2012
Junior Member
Hi all,
I'm in the need to migrate an RCP application from my old PC to a new one, everything is on a git repo so I thought it were a simple task.
Bad thought.
The very first step is driving me crazy, import the target and set as the target platform.
the target I want to import defines, between others, these plugins available at http://download.eclipse.org/releases/kepler/

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.rcp.source.feature.group" version="4.3.2.v20140221-1700"/>
<unit id="org.eclipse.emf.feature.group" version="2.9.2.v20140203-1126"/>
<unit id="org.eclipse.equinox.core.sdk.feature.group" version="3.8.0.v20140114-1344"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="3.9.0.v20140221-1852"/>
<unit id="org.eclipse.help.feature.group" version="2.0.2.v20140221-1700"/>
<unit id="org.eclipse.equinox.p2.user.ui.source.feature.group" version="2.2.0.v20140221-1852"/>
<unit id="epp.package.rcp" version="2.0.2.20140224-0000"/>
<unit id="org.eclipse.emf.validation.sdk.feature.group" version="1.7.0.201306111341"/>
<unit id="org.eclipse.jdt.source.feature.group" version="3.9.2.v20140221-1700"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="3.6.0.v20140117-1004"/>
<unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.8.1.v20140221-1852"/>
<unit id="org.eclipse.platform.source.feature.group" version="4.3.2.v20140221-1852"/>
<unit id="org.eclipse.platform.sdk" version="4.3.2.M20140221-1700"/>
<unit id="org.eclipse.help.source.feature.group" version="2.0.2.v20140221-1700"/>
<unit id="org.eclipse.sdk.ide" version="4.3.2.M20140221-1700"/>
<repository location="http://download.eclipse.org/releases/kepler/"/>
</location>


but when I try to import those packages I get an exception

org.eclipse.equinox.p2.core.ProvisionException: HTTP Server Unknown HTTP Response Code (301):http://download.eclipse.org/technology/epp/packages/kepler/content.xml....
Caused by: org.eclipse.ecf.filetransfer.BrowseFileTransferException: General connection error with response code=301
at org.eclipse.ecf.provider.filetransfer.browse.URLFileSystemBrowser.runRequest(URLFileSystemBrowser.java:131)


I wonder if the repositories now is available somewhere else.
Re: unable to load plugins from http://download.eclipse.org/releases/kepler [message #1853570 is a reply to message #1853483] Fri, 08 July 2022 08:09 Go to previous message
vlad tsepesh is currently offline vlad tsepeshFriend
Messages: 5
Registered: January 2012
Junior Member
Sorry to bother you all...
It was a settings changed on the corporate proxy.
So nothing has changed, it works like a charm as always.
Previous Topic:Eclipse RCP Application cannot find logback implemenmtation
Next Topic:Is it safe to remove jdk/jmods of open-jdk for a sandboxed-with-JDK Eclipse RCP application
Goto Forum:
  


Current Time: Fri Apr 26 03:14:24 GMT 2024

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

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

Back to the top