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

cannot install UML Designer from Marketplace, nor as plugins #1062

Open
jadelkhoury opened this issue Apr 2, 2020 · 10 comments
Open

cannot install UML Designer from Marketplace, nor as plugins #1062

jadelkhoury opened this issue Apr 2, 2020 · 10 comments

Comments

@jadelkhoury
Copy link

Although I can download UML Designer as a ready application (from http://www.umldesigner.org/download/), I cannot seem to be able to install UML Designer in any form onto an existing Eclipse installation.
(Why don't I just use the stand-alone application? I am trying to integrate UML Designer with another Sirius-based plugin.)

I have tried different versions of Eclipse, and Update sites, with no success. Hard to share all options, but here is the most concrete setup on Eclipse 2019-09 R (4.13.0). I have Sirius
6.2.3.201908120659 installed.

  1. When I try to install as plugin, I get the following error, when I try to install the Plugin version 9.0.0.201901300933
Cannot complete the install because one or more required items could not be found.
  Software being installed: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933)
  Missing requirement: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933) requires 'org.eclipse.equinox.p2.iu; org.obeonetwork.dsl.uml2.core.runtime.feature.feature.group 0.0.0' but it could not be found
  1. I tried to install via the marketplace, and then UML Designer cannot be found with the default Eclipse Marketplace. But if I choose the Obeo Marketplace, I can find it. BUT it cannot be installed. See picture below

image

@mbats
Copy link
Member

mbats commented Apr 2, 2020

Did you try to install thanks to the update site : https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/9.0.0/repository/
It should work with a Sirius 6.1 and Eclipse Oxygen.

@jadelkhoury
Copy link
Author

My aim is to actually make it work on Eclipse Oxygen, but there I need to use Sirius 5.1.1 (due to the other product).
With Oxygen Build id: 20180405-1200, I tried each of the repos in attached picture. They all give the same error.

It seems that org.obeonetwork.dsl.uml2.runtime.feature and/or org.obeonetwork.dsl.uml2.core.runtime.feature is missing?

image

@mbats
Copy link
Member

mbats commented Apr 2, 2020

So for Sirius 5.1, the good repo is the 8.1 version : https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/8.1.0/repository/

Could you share the error you get with this repo please?

@jadelkhoury
Copy link
Author

The error is:

Cannot complete the install because one or more required items could not be found.
  Software being installed: UML Designer with Product Specific Branding 8.1.0.201807261234 (org.obeonetwork.dsl.uml2.runtime.product.feature.feature.group 8.1.0.201807261234)
  Missing requirement: UML Designer with Product Specific Branding 8.1.0.201807261234 (org.obeonetwork.dsl.uml2.runtime.product.feature.feature.group 8.1.0.201807261234) requires 'org.obeonetwork.dsl.uml2.core.runtime.feature.feature.group 0.0.0' but it could not be found

Here are the 2 steps to get to that error:

step1:
image

Step2, after waiting some time, and then I press the "stop" button:
image

@mbats
Copy link
Member

mbats commented Apr 2, 2020

Can you try by selecting only UML Designer and UML Designer SDK

@jadelkhoury
Copy link
Author

Same problem. I also tried with just UML Designer, and that did not help either.
Maybe it is that particular version of Oxygen that is a problem? What version are you using?

@enwi
Copy link

enwi commented Oct 13, 2020

For me the solutions depicted in this issue did not work either. What did work though was to deinstall Sirius first and install UML Designer from here specifically this link https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/9.0.0/repository/ which was also mentrioned above.

@michael-grothe
Copy link

The same error still persists on eclipse 2022-12:

Cannot complete the install because one or more required items could not be found.
Software being installed: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933)
Missing requirement: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933) requires 'org.eclipse.equinox.p2.iu; org.obeonetwork.dsl.uml2.core.runtime.feature.feature.group 0.0.0' but it could not be found

I' using this update site:
https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/9.0.0/repository/

There is no way to install the UML Designer with or without Sirius. Tried to install it from:
http://download.eclipse.org/sirius/updates/releases/7.0.6/2021-06

Can some please confirm any working configuration based on a current eclipse release? Thanks!

@pjljvandelaar
Copy link

Same error with eclipse 2023-03

'''
Cannot complete the install because one or more required items could not be found.
Software being installed: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933)
Missing requirement: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933) requires 'org.eclipse.equinox.p2.iu; org.eclipse.sirius.runtime.ide.ui.acceleo.feature.group 0.0.0' but it could not be found
'''

After installing Sirius, the problem changes, but is not gone
'''
Cannot complete the install because one or more required items could not be found.
Software being installed: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933)
Missing requirement: UML Designer 9.0.0.201901300933 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 9.0.0.201901300933) requires 'org.eclipse.equinox.p2.iu; org.obeonetwork.dsl.uml2.core.runtime.feature.feature.group 0.0.0' but it could not be found
'''

@Yuri-Blankenstein-TNO
Copy link

Yuri-Blankenstein-TNO commented Jan 15, 2024

I also had this problem. You should add the https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/9.0.0/core/repository/ to your available update sites (note the /core/ in the url), before installing UML designer from https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-releases/9.0.0/repository/. The missing org.obeonetwork.dsl.uml2.core.runtime.feature.feature.group is located there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants