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.









share|improve this question







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.
























    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.









    share|improve this question







    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.






















      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.









      share|improve this question







      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






      share|improve this question







      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.











      share|improve this question







      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.









      share|improve this question




      share|improve this question






      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.





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Holtii is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          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






























          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.










           

          draft saved


          draft discarded


















          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.















           


          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Catalogne

          Violoncelliste

          Héron pourpré