-1

I've been trying for a while now to install e(fx)clipse 3.8.0 in Eclipse, but whenever it gets to the half of installation 53% it shows me this error:

An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.

session context was:(profile=C__Users_xx_eclipse_java-2022-06_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
Error reading signed content.
invalid entry CRC (expected 0x29926101 but got 0x837847bf)

here

Is there any way to fix it? I tried different solutions, even uninstalled and downloaded again Eclipse but it's not working.

howlger
  • 31,050
  • 11
  • 59
  • 99
  • 2
    Duplicate: [I've been trying to install javaFx in Eclipse IDE through but it doesnt work](https://stackoverflow.com/questions/72741378/ive-been-trying-to-install-javafx-in-eclipse-ide-through-but-it-doesnt-work) – jewelsea Jun 24 '22 at 20:01
  • I was not able to reproduce this issue by installing [e(fx)clipse](https://marketplace.eclipse.org/content/efxclipse) into the [_Eclipse IDE for Java Developers_ 2022-06](https://www.eclipse.org/downloads/packages/release/2022-06/r/eclipse-ide-java-developers). Is there anything in the error log (go to _Window > Show Views > Error Log_, select an item, hit Ctrl+C and paste it into your question please)? Are you behind a proxy? Does in the preferences _Install/Update > Trust_ enabling _Trust all content_ help? – howlger Jun 25 '22 at 06:29
  • In addition, you might try the following update site (especially if you behind a proxy) via _Help > Install New Software..._: [`https://download.eclipse.org/efxclipse/updates-released/3.8.0/site`](https://download.eclipse.org/efxclipse/updates-released/3.8.0/site) (using HTTPS instead of HTTP). – howlger Jun 25 '22 at 06:36
  • Thank you so much howlger, i tried the preferences Install/Update > Trust enabling Trust all content, and it worked, thank you so much ive been stuck on this error for 2 days – Engjell Berisha Jun 25 '22 at 10:00
  • @EngjellBerisha Great that it works now. I'm sorry for you for the trouble this bug has caused. You are welcome. – howlger Jun 25 '22 at 10:46

1 Answers1

1

This looks like a bug of Eclipse Equinox p2 in the new feature of signing with PGP. If you can reproduce it with a fresh installation of the Eclipse IDE for Java Developers download from here (it might also be caused by using an outdated version of the Eclipse Installer), please report it here with the error log (in Window > Show Views > Error Log, select the related item, hit Ctrl+C and paste it into the issue description).

As a workaround, in the preferences Install/Update > Trust enable Trust all content.

howlger
  • 31,050
  • 11
  • 59
  • 99