Workspace issues #1225
Replies: 3 comments 3 replies
-
For the failure you show you should pull all the git repositories. In the clone view you can select all and pull from the context menu. |
Beta Was this translation helpful? Give feedback.
-
So typically I pull all repos, then perform setup task to update the installation and the target platform. Sometimes there are bogus api errors. When that happens I delete the api baseline in the preferences; performing the setup task will rebuild a new one. That pretty much it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help ! Your answers saved my day |
Beta Was this translation helpful? Give feedback.
-
I have a workspace setup using oomph installer for eclipse-platform
Once in a while on pulling latest changes from master branch .. workspace will have compilation issues which indicates me to check for updates under help section which sometimes resolves all the issues but sometimes stuck with the setup with installation related issues.
Is there a Standard way of keeping Workspace code and target contents updated without facing these issues ?
Example issue I'm facing now is as below: (https://download.eclipse.org/webtools/CI/3.31.0/I-latest/repository does not exist)
Adding metadata repository https://download.eclipse.org/webtools/CI/3.31.0/I-latest/repository
ERROR: org.eclipse.equinox.p2.metadata.repository code=1000 No repository found at https://download.eclipse.org/webtools/CI/3.31.0/I-latest/repository.
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:405)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:119)
at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.fail(CachingRepositoryManager.java:388)
at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:279)
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)
Took 14 seconds.
There are failed tasks.
Press Back to choose different settings or Cancel to abort.
When I try to launch application I am getting below dependency errors .
Beta Was this translation helpful? Give feedback.
All reactions