Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Failure when installing Eclipse Modeling tools (updated)
Failure when installing Eclipse Modeling tools (updated) [message #1764864] Fri, 02 June 2017 16:34 Go to next message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
I'm trying to use Oomph (1.7.0 build 3044) to install Eclipse Modeling Tools (Neon, linux, 64bit), but I get an error. The feature org.eclipse.m2m.atl.emftvm.feature.group cannot be found. The same error happens when I try to install Eclipse IDE for Java Developers or Eclipse IDE for Eclipse Committers.
I found that the missing feature is available at http://download.eclipse.org/mmt/atl/updates/releases but that repository is not one of the repos listed in the log.

UPDATE:
This works fine on another machine, but there it doesn't try to install the ATL EMFTVM. Earlier I experimented with creating an Oomph setup in an existing eclipse installation (without success). Somehow the installed features of my current installation seem to get merged with what will be installed when choosing a configuration in the installer. Is there a way to prevent that?

UPDATE 2:
I was able to resolve the issue by deleting everything oomph related from $HOME/.eclipse. However, I'm still not sure what went wrong and how to prevent similar issues in the future.

[Updated on: Fri, 02 June 2017 17:53]

Report message to a moderator

Re: Failure when installing Eclipse Modeling tools [message #1764869 is a reply to message #1764864] Fri, 02 June 2017 17:38 Go to previous messageGo to next message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
No Message Body

[Updated on: Fri, 02 June 2017 17:49]

Report message to a moderator

Re: Failure when installing Eclipse Modeling tools [message #1764872 is a reply to message #1764869] Fri, 02 June 2017 17:56 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
I don't see a requirement for such an IU in the product catalog. The Neon Modeling product version requires these:
<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
    label="Eclipse Modeling Tools (Neon)">
  <requirement
      name="epp.package.modeling"
      versionRange="[4.6.0,4.7.0)"/>
  <requirement
      name="org.eclipse.platform.feature.group"
      versionRange="[4.6.0,4.7.0)"/>
  <requirement
      name="org.eclipse.rcp.feature.group"
      versionRange="[4.6.0,4.7.0)"/>
  <requirement
      name="org.eclipse.amalgam.discovery.feature.group"/>
  <requirement
      name="org.eclipse.e4.core.tools.feature.feature.group"/>
  <requirement
      name="org.eclipse.egit.feature.group"/>
  <requirement
      name="org.eclipse.emf.cdo.epp.feature.group"/>
  <requirement
      name="org.eclipse.emf.compare.diagram.sirius.source.feature.group"/>
  <requirement
      name="org.eclipse.emf.compare.egit.feature.group"/>
  <requirement
      name="org.eclipse.emf.compare.ide.ui.source.feature.group"/>
  <requirement
      name="org.eclipse.emf.compare.source.feature.group"/>
  <requirement
      name="org.eclipse.emf.ecoretools.design.feature.group"/>
  <requirement
      name="org.eclipse.emf.ecoretools.explorer.contextual.feature.group"/>
  <requirement
      name="org.eclipse.emf.ecp.sdk.feature.feature.group"/>
  <requirement
      name="org.eclipse.emf.emfstore.sdk.feature.feature.group"/>
  <requirement
      name="org.eclipse.emf.parsley.sdk.feature.group"/>
  <requirement
      name="org.eclipse.emf.parsley.sdk.source.feature.group"/>
  <requirement
      name="org.eclipse.emf.query.sdk.feature.group"/>
  <requirement
      name="org.eclipse.emf.sdk.feature.group"/>
  <requirement
      name="org.eclipse.emf.transaction.sdk.feature.group"/>
  <requirement
      name="org.eclipse.emf.validation.sdk.feature.group"/>
  <requirement
      name="org.eclipse.gef.sdk.feature.group"/>
  <requirement
      name="org.eclipse.gmf.runtime.sdk.feature.group"/>
  <requirement
      name="org.eclipse.jdt.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.bugzilla_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.context_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.ide_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.java_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.pde_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn.wikitext_feature.feature.group"/>
  <requirement
      name="org.eclipse.mylyn_feature.feature.group"/>
  <requirement
      name="org.eclipse.ocl.all.sdk.feature.group"/>
  <requirement
      name="org.eclipse.pde.feature.group"/>
  <requirement
      name="org.eclipse.sdk.feature.group"/>
  <requirement
      name="org.eclipse.uml2.sdk.feature.group"/>
  <requirement
      name="org.eclipse.xsd.sdk.feature.group"/>
  <repository
      url="http://download.eclipse.org/technology/epp/packages/neon"/>
  <repository
      url="http://download.eclipse.org/releases/neon"/>
</setup.p2:P2Task>

So I would not expect any addition root requirement other than these and the ones required by the types of Oomph tasks that are needed.

I tried just now to install the Neon Modeling product version and that worked. Are you doing something else you're not telling me about? Perhaps you could attach the setup.log so I have more clues...


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Failure when installing Eclipse Modeling tools [message #1764876 is a reply to message #1764872] Fri, 02 June 2017 18:31 Go to previous messageGo to next message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
I've updated my original post. Experimenting with Oomph authoring seem to have caused the issue. The installation in which I did this has ATL installed and somehow that was merged into the product catalog. I have not the slightest idea what I did to make that happen, though.
After deleting all directories with Oomph in their name from the .eclipse directory installation works as expected.
Re: Failure when installing Eclipse Modeling tools [message #1764892 is a reply to message #1764876] Sat, 03 June 2017 04:14 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Perhaps you put a p2 task in your user.setup? Certainly things can be added to the user extensible product catalog but you'd have to explicitly choose such a product. Only things in your user.setup would be automatically "merged" with whatever product you're installing. E.g., I have a p2 task in my user.setup to install vi into every installation I create...

In the end, the products in the generated product catalog are not themselves ever modified by any normal actions that you do. I.e., they're not editable by you locally and when they're changed by us in our git clone, that new version will be downloaded but every client...


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:How do I sync existing preferences?
Next Topic:Using oomph's setup project model on a shared Install
Goto Forum:
  


Current Time: Thu Mar 28 12:05:15 GMT 2024

Powered by FUDForum. Page generated in 0.03752 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top