ObeoNetwork / UML-Designer

OpenSource (EPL licensed) UML2 Graphical Modelers (Class, Composite, State, Activity, Sequence ...)
http://umldesigner.org
317 stars 122 forks source link

Fail to install UML Designer (Debian Buster) #1056

Open ValentinBesnard opened 4 years ago

ValentinBesnard commented 4 years ago

Hello,

I have tried to install UML Designer using the zip bundle but I have a crash saying that a bug occurs outside the JVM in native code.

So I have tried through the update site with the Eclipse Marketplace. I have got the following error:

" 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) "

Maybe a missing dependency...

Regards

Valentin

fbergomi-tas commented 4 years ago

Same on Windows 7 / 64 bits Cannot complete the install because one or more required items could not be found. Software being installed: UML Designer 8.1.0.201807261234 (org.obeonetwork.dsl.uml2.runtime.feature.feature.group 8.1.0.201807261234) Missing requirement: UML Designer 8.1.0.201807261234 (org.obeonetwork.dsl.uml2.runtime.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

fbergomi-tas commented 4 years ago

Actually, the org.obeonetwork.dsl.uml2.core.runtime.feature is missing in the Update-Site. Fixing locally the update-site fixes te issue on my side. content :

allentiak commented 4 years ago

Hi,

I'm on the same boat with 9.0.

@fbergomi-tas Could you please be a little bit more specific about what "locally fixing the update site" means? I don't fully understand what should I modifiy...

fbergomi-tas commented 4 years ago

Hi, Sorry, my message was incomplete !

Here are the steps I followed :

For my specific configuration, I also adapted the update site “org.obeonetworks.dsl.uml2.update” --> site.xml (or category according to your preference) --> Where I made sure that these features are present (only them) org.obeonetwork.dsl.uml2.runtime.feature org.obeonetwork.dsl.uml2.core.runtime.feature

allentiak commented 4 years ago

Thanks for the pointer, @fbergomi-tas !