Skip to main content



      Home
Home » Eclipse Projects » Oomph » Error during installation in org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.(Problem during installation of Product Eclipse Modeling Mars with Oomph Project)
Error during installation in org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. [message #1727433] Wed, 23 March 2016 02:12 Go to next message
Eclipse UserFriend
Downloaded the latest nightly from the wiki and tried to install product EPP Modeling and project oomph.
Same happens with the other launcher from the eclipse installer wiki site.

I'm running on Win7 with unmodified
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

Any ideas?

An error was detected while performing the engine operation and the changes are being rolled back. See the log for details.
ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
  at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
  at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:524)
  at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:329)
  at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:724)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3037)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2965)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2946)
  at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2857)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:555)
  at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:674)
  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
  ERROR: org.eclipse.equinox.p2.engine code=0 session context was:(profile=C___rt_oomph_oomph-master_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
  ERROR: org.eclipse.equinox.p2.engine code=0 Error reading signed content.
  java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at org.eclipse.osgi.internal.signedcontent.SignedBundleHook.getSignedContent(SignedBundleHook.java:209)
    at org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker.checkCertificates(CertificateChecker.java:73)
    at org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker.start(CertificateChecker.java:54)
    at org.eclipse.equinox.internal.p2.engine.phases.CheckTrust.completePhase(CheckTrust.java:50)
    at org.eclipse.equinox.internal.p2.engine.Phase.postPerform(Phase.java:251)
    at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.java:101)
    at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(PhaseSet.java:47)
    at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:75)
    at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
    at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:42)
    at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:520)
    at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:329)
    at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:724)
    at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3037)
    at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2965)
    at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2946)
    at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2857)
    at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:555)
    at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:674)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Took 188 seconds.
There are failed tasks.
Press Back to choose different settings or Cancel to abort.
Re: Error during installation in org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. [message #1727435 is a reply to message #1727433] Wed, 23 March 2016 02:50 Go to previous messageGo to next message
Eclipse UserFriend
Hi Peter,

I just tried it and it worked perfectly without any prompts or errors. Can you please try it again? Maybe different
mirrors give you better content. Or try without mirrors.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 23.03.2016 um 07:12 schrieb Peter Kirschner:
> Downloaded the latest nightly from the wiki and tried to install product EPP Modeling and project oomph.
> Same happens with the other launcher from the eclipse installer wiki site.
>
> I'm running on Win7 with unmodified java version "1.8.0_31"
> Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
>
> Any ideas?
>
> An error was detected while performing the engine operation and the changes are being rolled back. See the log for
> details.
> ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred during the
> org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
> at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:524)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:329)
> at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:724)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3037)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2965)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2946)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2857)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:555)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:674)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> ERROR: org.eclipse.equinox.p2.engine code=0 session context was:(profile=C___rt_oomph_oomph-master_eclipse,
> phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
> ERROR: org.eclipse.equinox.p2.engine code=0 Error reading signed content.
> java.util.zip.ZipException: error in opening zip file
> at java.util.zip.ZipFile.open(Native Method)
> at java.util.zip.ZipFile.<init>(Unknown Source)
> at java.util.zip.ZipFile.<init>(Unknown Source)
> at java.util.zip.ZipFile.<init>(Unknown Source)
> at org.eclipse.osgi.internal.signedcontent.SignedBundleHook.getSignedContent(SignedBundleHook.java:209)
> at org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker.checkCertificates(CertificateChecker.java:73)
> at org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker.start(CertificateChecker.java:54)
> at org.eclipse.equinox.internal.p2.engine.phases.CheckTrust.completePhase(CheckTrust.java:50)
> at org.eclipse.equinox.internal.p2.engine.Phase.postPerform(Phase.java:251)
> at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.java:101)
> at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(PhaseSet.java:47)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:75)
> at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
> at org.eclipse.equinox.internal.provisional.p2.director.PlanExecutionHelper.executePlan(PlanExecutionHelper.java:42)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$3.commit(ProfileTransactionImpl.java:520)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:329)
> at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:724)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3037)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2965)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2946)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2857)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:555)
> at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:674)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> Took 188 seconds.
> There are failed tasks.
> Press Back to choose different settings or Cancel to abort.
>
Re: Error during installation in org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. [message #1727444 is a reply to message #1727435] Wed, 23 March 2016 03:39 Go to previous messageGo to next message
Eclipse UserFriend
Hi Eike,

thanks for instant reply. I found the issue and was able to fix it with OOMPH!!! Your tool is GREAT.
I had 3 damaged/corrupt bundles in my bundle pool. Thanks to oomph analyzer this where identified and fixed. Afterwards the installations succeeds Smile

kind regards,

Peter

[Updated on: Wed, 23 March 2016 03:40] by Moderator

Re: Error during installation in org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. [message #1727458 is a reply to message #1727444] Wed, 23 March 2016 05:09 Go to previous message
Eclipse UserFriend
Am 23.03.2016 um 08:39 schrieb Peter Kirschner:
> Hi Eike,
>
> thanks for instant reply. I found the issue and was able to fix it with OOMPH!!! Your tools is GREAT.
> I had 3 damaged/corrupt bundles in my bundle pool. Thanks to oomph analyzer this where identified and fixed.
> Afterwards the installations succeeds :)
Thanks for the feedback. I'm gad the bundle pool analyzer did a good job ;-)

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Previous Topic:Export current Eclipse installation to *.setup file
Next Topic:Eclipse Installer does not work due to a previous installation
Goto Forum:
  


Current Time: Fri Nov 07 12:00:04 EST 2025

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

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

Back to the top