Fresh install of Eclipse IDE fails on macOS

I tried to do a fresh install, which fails

Adding repository https://bjmi.github.io/update-site/
Adding repository https://ianbrandt.github.io/m2e-maven-dependency-plugin/
Adding repository https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/
Calculating requirements and dependencies.
Cannot complete the request.  Generating details.
ERROR: org.eclipse.equinox.p2.director code=10053 Cannot complete the install because one or more required items could not be found.
  at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:296)
  at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:434)
  at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:344)
  at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:904)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3864)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3792)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3773)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3651)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:592)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:721)
  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
  ERROR: org.eclipse.equinox.p2.director code=0 Software being installed: artificial_root 1.0.0.v1673117942537
  ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: artificial_root 1.0.0.v1673117942537 requires 'org.eclipse.equinox.p2.iu; org.eclipse.mylyn.java_feature.feature.group 0.0.0' but it could not be found

Took 10 seconds.
There are failed tasks.

Is there any pre-requisite? I also tried to install Zulu Java 17, doesn’t make a change.

Could it be that it is still this problem: [Solved]Eclipse install ?

yup, 2022-03 release works

2 Likes

No unfortunately not still same error…

My system:
Linux 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux
openjdk version “17.0.4” 2022-07-19
OpenJDK Runtime Environment (build 17.0.4+8-Debian-1deb11u1)
OpenJDK 64-Bit Server VM (build 17.0.4+8-Debian-1deb11u1, mixed mode, sharing)
openjdk version “11.0.4”
OpenJDK Runtime Environment (build 11.0.4+8-Debian-1deb11u1)
OpenJDK 64-Bit Server VM (build 11.0.4+8-Debian-1deb11u1, mixed mode, sharing)

2 java versions installed.

I had to reinstall my Eclipse IDE today, and I wanted to use the OH preconfigured setting scripts HERE.

However I can confirm that the OH specific installation also FAILED for me on Windows when trying to install Eclipse 2022/12 version with the OH project specific scripts.

On the other hand, the following installs do work…

  • Eclipse 2022/12 plain vanilla install
  • Eclipse 2022/03 install with OH project specific settings

Now (IMHO) it would be really really nice to get Eclipse 2022/12 (or even 2023/03) with OH specific scripts… … so two questions…

  1. Is there some way to manually get the best of both worlds i.e. the latest IDE version, WITH the OH project specific settings?

  2. Is anyone working on an update of the OH project specific installer scripts so that they will once again work with the latest Eclipse IDE install?

maybe join here: Build with fresh IDE fails - #11 by wborn

Sorry but I don’t see any connection between that thread and this thread. ??