Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has the update site moved? #1907

Open
pci-mthompson opened this issue Jan 8, 2025 · 2 comments
Open

Has the update site moved? #1907

pci-mthompson opened this issue Jan 8, 2025 · 2 comments
Labels
bug Something isn't working regression Regression defect

Comments

@pci-mthompson
Copy link

Getting this during an Oomph install when I reference the ASTView plugin:

ERROR: org.eclipse.equinox.p2.metadata.repository code=1002 Unable to read repository at https://www.eclipse.org/jdt/ui/update-site/content/.
java.io.IOException: https://www.eclipse.org/jdt/ui/update-site/content/ is not a valid repository location.
at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:103)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:63)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:791)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:119)
at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:448)
at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:231)
at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:520)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:110)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:105)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$RepositoryLoader$Worker.perform(ProfileTransactionImpl.java:1759)
at org.eclipse.oomph.util.WorkerPool$Worker.run(WorkerPool.java:437)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

@pci-mthompson
Copy link
Author

Tried http and same thing ERROR: org.eclipse.equinox.p2.metadata.repository code=1002 Unable to read repository at http://www.eclipse.org/jdt/ui/update-site/content/.

It also looks like the homepage has an issue it goes into a redirect loop:
https://eclipse.dev/jdt/ui/index.html

@akurtakov
Copy link
Contributor

Looking at https://github.com/eclipse-jdt/jdt-website/tree/master/ui/update-site/content/features it's ast and je views you look for. Content there is terribly outdated (6 years old!) and latest versions are available in the main p2 repo for years e.g. https://download.eclipse.org/eclipse/updates/4.34/ for last release.

@eclipse-jdt/eclipse-jdt-project-leads Be aware of the webpage being badly broken due to removal of php (https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1934) which leads to the redirect loop that is reported here.

@jukzi jukzi added bug Something isn't working regression Regression defect labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Regression defect
Projects
None yet
Development

No branches or pull requests

3 participants