Installing Docker Tooling for Photon with Oomph Installer
up vote
0
down vote
favorite
I try to install Docker Tooling with the aid of Oomph installer from the Linux tooling update site (http://download.eclipse.org/linuxtools/update-docker-4.0.1). The installation fails with the error that org.apache.commons.compress could not be found.
I am very new to this subject and I try to understand where the problem is. Do I need to install some dependencies first? But I thought using an eclipse update site is enough to install a plugin with Oomph Installer.
Does anyone can help me to understand what's the mistake I do?
Regards!
PS: here is the whole error message:
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:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:425)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:337)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:733)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3334)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3262)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3243)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3143)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:575)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
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.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C (Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C) requires 'org.eclipse.equinox.p2.iu; org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400]' but it could not be found
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: artificial_root 1.0.0.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.equinox.p2.iu; Docker Client Dependencies 0.0.0
Took 4 seconds.
There are failed tasks.
eclipse photon oomph
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I try to install Docker Tooling with the aid of Oomph installer from the Linux tooling update site (http://download.eclipse.org/linuxtools/update-docker-4.0.1). The installation fails with the error that org.apache.commons.compress could not be found.
I am very new to this subject and I try to understand where the problem is. Do I need to install some dependencies first? But I thought using an eclipse update site is enough to install a plugin with Oomph Installer.
Does anyone can help me to understand what's the mistake I do?
Regards!
PS: here is the whole error message:
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:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:425)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:337)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:733)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3334)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3262)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3243)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3143)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:575)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
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.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C (Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C) requires 'org.eclipse.equinox.p2.iu; org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400]' but it could not be found
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: artificial_root 1.0.0.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.equinox.p2.iu; Docker Client Dependencies 0.0.0
Took 4 seconds.
There are failed tasks.
eclipse photon oomph
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I try to install Docker Tooling with the aid of Oomph installer from the Linux tooling update site (http://download.eclipse.org/linuxtools/update-docker-4.0.1). The installation fails with the error that org.apache.commons.compress could not be found.
I am very new to this subject and I try to understand where the problem is. Do I need to install some dependencies first? But I thought using an eclipse update site is enough to install a plugin with Oomph Installer.
Does anyone can help me to understand what's the mistake I do?
Regards!
PS: here is the whole error message:
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:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:425)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:337)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:733)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3334)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3262)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3243)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3143)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:575)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
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.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C (Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C) requires 'org.eclipse.equinox.p2.iu; org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400]' but it could not be found
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: artificial_root 1.0.0.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.equinox.p2.iu; Docker Client Dependencies 0.0.0
Took 4 seconds.
There are failed tasks.
eclipse photon oomph
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I try to install Docker Tooling with the aid of Oomph installer from the Linux tooling update site (http://download.eclipse.org/linuxtools/update-docker-4.0.1). The installation fails with the error that org.apache.commons.compress could not be found.
I am very new to this subject and I try to understand where the problem is. Do I need to install some dependencies first? But I thought using an eclipse update site is enough to install a plugin with Oomph Installer.
Does anyone can help me to understand what's the mistake I do?
Regards!
PS: here is the whole error message:
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:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:425)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:337)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:733)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3334)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:3262)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:3243)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:3143)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:575)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:701)
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.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C (Docker Client Dependencies 1.0.0.A0ED1AKcKXY--FH_s_54FVsH-go3Q3C) requires 'org.eclipse.equinox.p2.iu; org.apache.commons.compress [1.6.0.v201310281400,1.6.0.v201310281400]' but it could not be found
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: artificial_root 1.0.0.v1542820756742
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.equinox.p2.iu; Docker Client Dependencies 0.0.0
Took 4 seconds.
There are failed tasks.
eclipse photon oomph
eclipse photon oomph
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
Holtii
11
11
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Holtii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Holtii is a new contributor. Be nice, and check out our Code of Conduct.
Holtii is a new contributor. Be nice, and check out our Code of Conduct.
Holtii is a new contributor. Be nice, and check out our Code of Conduct.
Holtii is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53417760%2finstalling-docker-tooling-for-photon-with-oomph-installer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown