-
Notifications
You must be signed in to change notification settings - Fork 10
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
java.lang.UnsupportedOperationException in org.eclipse.equinox.internal.p2.extensionlocation.ExtensionLocationArtifactRepository #117
Comments
Better to report this as a p2 problem. This code in MirrorRequest.perform assumes that remove will work:
This looks like it will be tricky to reproduce... Probably it should catch such an exception to ignore removal... |
There must be something broken on another part... I looked in the code and what happens is that it downloads (or try to download) a descriptor but that fails, as downloading will add a descriptor to the repository it tries to now remove that descriptor again what fails because |
Looking at the stracktrace at laest the at point not to a valid line... |
Also at |
While Oomphing platform i repeatedly get error box:
The text was updated successfully, but these errors were encountered: