eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

Cannot install via Eclipse Installer #113

Closed diti0023 closed 1 year ago

diti0023 commented 1 year ago

When trying to install Equinox, PDE, and Platform via drag & drop or copy & apply (from https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/oomph/PlatformSDKConfiguration.setup&show=true) I get the following error:

Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230416-1800/ ERROR: org.eclipse.equinox.p2.metadata.repository code=1000 No repository found at https://download.eclipse.org/webtools/CI/3.29.0/I-latest/repository. at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:405) ...

Screenshot from 2023-04-18 09-04-12

iloveeclipse commented 1 year ago

Please change https://download.eclipse.org/webtools/CI/3.29.0/I-latest/repository/ update site to https://download.eclipse.org/webtools/CI/3.30.0/I-latest/repository/

merks commented 1 year ago

@iloveeclipse

Note that setup specifies this location so it needed to be fixed in the setup. The fix should be available in a few minutes, i.e., as soon as www.eclipse.org serves the new version and not the cached version of the setups.zip....

iloveeclipse commented 1 year ago

OK, thanks.

merks commented 1 year ago

@diti0023

Locally I see the changes are visible in my installer, so I think it should work for you now. Thanks for reporting the issue!!

diti0023 commented 1 year ago

Installation runs fine now, thanks.