Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Cannot complete the install because one or more required items could not be found(Getting an error while setting up eclipse development environment in Ubuntu 14.04)
Cannot complete the install because one or more required items could not be found [message #1736761] Fri, 01 July 2016 14:39 Go to next message
Chandrayya Kumarswamimath is currently offline Chandrayya KumarswamimathFriend
Messages: 26
Registered: August 2010
Location: Bangalore
Junior Member
Getting the below error while setting up eclipse development platform:

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.targlets.internal.core.TargletContainer.forceUpdate(TargletContainer.java:778)
at org.eclipse.oomph.setup.targlets.impl.TargletTaskImpl$4.run(TargletTaskImpl.java:1128)
at org.eclipse.oomph.util.pde.TargetPlatformUtil.runWithTargetPlatformService(TargetPlatformUtil.java:119)
at org.eclipse.oomph.setup.targlets.impl.TargletTaskImpl.perform(TargletTaskImpl.java:1036)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3021)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.access$1(SetupTaskPerformer.java:2964)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil$1.run(SetupTaskPerformer.java:4160)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.performNeededSetupTasks(SetupTaskPerformer.java:4154)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.access$0(SetupTaskPerformer.java:4152)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2955)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2930)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2861)
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:681)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
ERROR: org.eclipse.equinox.p2.director code=0 Software being installed: artificial_root 1.0.0.v1467382214442
ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: Infocenter_feature Feature 1.0.0 (org.eclipse.help.infocenter_feature.feature.group 1.0.0) requires 'org.apache.commons.el 0.0.0' 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.v1467382214442
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.help.infocenter_feature.feature.group 0.0.0

Took 2610 seconds.
There are failed tasks.
Press Back to choose different settings or Cancel to abort.


How to reproduce:
1. Download latest eclipse installer (linux 64 bit) from here https://www.eclipse.org/downloads/
2. Unzipped tar file and opened installer. When installer opens selected advanced mode, in next page Selected all components under Eclipse platform for commiters.
See index.php/fa/26324/0/
Click next and finish.
3. After finishing I closed the previous dialog and main eclipse window opens again then starts cloning the git repos. After cloning repos I am getting this error.

I am facing this error few months back also. Repo's were cloned but working sets not created.

I don't know how to proceed any clues/pointer to trouble shot this issue?
Re: Cannot complete the install because one or more required items could not be found [message #1736763 is a reply to message #1736761] Fri, 01 July 2016 14:54 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 01.07.2016 um 16:39 schrieb Chandrayya Kumarswamimath:
> Getting the below error while setting up eclipse development platform:
>
> 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.targlets.internal.core.TargletContainer.forceUpdate(TargletContainer.java:778)
> at org.eclipse.oomph.setup.targlets.impl.TargletTaskImpl$4.run(TargletTaskImpl.java:1128)
> at org.eclipse.oomph.util.pde.TargetPlatformUtil.runWithTargetPlatformService(TargetPlatformUtil.java:119)
> at org.eclipse.oomph.setup.targlets.impl.TargletTaskImpl.perform(TargletTaskImpl.java:1036)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:3021)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.access$1(SetupTaskPerformer.java:2964)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil$1.run(SetupTaskPerformer.java:4160)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.performNeededSetupTasks(SetupTaskPerformer.java:4154)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.access$0(SetupTaskPerformer.java:4152)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2955)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2930)
> at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2861)
> 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:681)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> ERROR: org.eclipse.equinox.p2.director code=0 Software being installed: artificial_root 1.0.0.v1467382214442
> ERROR: org.eclipse.equinox.p2.director code=0 Missing requirement: Infocenter_feature Feature 1.0.0 (org.eclipse.help.infocenter_feature.feature.group 1.0.0) requires 'org.apache.commons.el 0.0.0' 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.v1467382214442
> ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.help.infocenter_feature.feature.group 0.0.0
>
> Took 2610 seconds.
> There are failed tasks.
> Press Back to choose different settings or Cancel to abort.
>
>
> How to reproduce:
> 1. Download latest eclipse installer (linux 64 bit) from here https://www.eclipse.org/downloads/
> 2. Unzipped tar file and opened installer. When installer opens selected advanced mode, in next page Selected all components under Eclipse platform for commiters.
The next page after switching to advance mode should be "Product" and on that page there is nothing to select "under"
anything.

I can only assume that you made a bunch of selection on the third page "Projects". Is that true?

Not all of these project setups are designed to cooperate nicely and some may even have errors. Most of them are not
maintained by the Oomph team itself.

But in order to understand where the problem is, we need to see what exactly you've done. Can you please attach the
entire install log?

Cheers
/Eike

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


> See
> Click next and finish.
> 3. After finishing I closed the previous dialog and main eclipse window opens again then starts cloning the git repos. After cloning repos I am getting this error.
>
> I am facing this error few months back also. Repo's were cloned but working sets not created.
>
> I don't know how to proceed any clues/pointer to trouble shot this issue?
>


Re: Cannot complete the install because one or more required items could not be found [message #1736764 is a reply to message #1736763] Fri, 01 July 2016 15:04 Go to previous messageGo to next message
Chandrayya Kumarswamimath is currently offline Chandrayya KumarswamimathFriend
Messages: 26
Registered: August 2010
Location: Bangalore
Junior Member
Thanks for quick reply. I don't know where will be install log stored. Yes as you said I selected all components under "Eclipse Platform". But I am not impressed by Oomph as it doest say want went wrong and how we correct it. Any idea how to proceed
Re: Cannot complete the install because one or more required items could not be found [message #1736771 is a reply to message #1736764] Fri, 01 July 2016 15:27 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 01.07.2016 um 17:04 schrieb Chandrayya Kumarswamimath:
> Thanks for quick reply. I don't know where will be install log stored.
You find it in the installed IDE in the Navigate menu -> "Open Setup Log".

> Yes as you said I selected all components under "Eclipse Platform".
I think those are currently in the process of being transferred to the Platform team's control. I really can't comment
on the state of these setup files ;-( Maybe Ed has an idea...

> But I am not impressed by Oomph as it doest say want went wrong
That's simply not true. It said:

requires 'org.apache.commons.el 0.0.0' but it could not be found

> and how we correct it.
Then you probably hate Java, too, because it only tells you what went wrong but not how to fix it ;-)

In this case there's probably not much you can do. I suspect a problem in these setup files (which we do not maintain
ourselves).

> Any idea how to proceed
The only thing you could try is to start with a single project, see how it goes, and then imprt one more project at a time.

Cheers
/Eike

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


Re: Cannot complete the install because one or more required items could not be found [message #1736911 is a reply to message #1736771] Mon, 04 July 2016 11:06 Go to previous messageGo to next message
Chandrayya Kumarswamimath is currently offline Chandrayya KumarswamimathFriend
Messages: 26
Registered: August 2010
Location: Bangalore
Junior Member
Attached the setup log. Still I don't know how and where to correct.

It says org.apache.commons.el 0.0.0 missing in order provide this which component do I need to select?

am I missing any steps. I need all components under Eclipse platform for commiters.
  • Attachment: setup.log
    (Size: 337.95KB, Downloaded 349 times)
Re: Cannot complete the install because one or more required items could not be found [message #1736922 is a reply to message #1736911] Mon, 04 July 2016 11:45 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
It's not you that should need to figure out what's incomplete in their
setup description. No doubt they have written a targlet task and while
resolving it's not finding an update site containing that bundle. They
could use

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#How_to_find_a_P2_repository_at_Eclipse_using_the_Repository_Explorer
<https://wiki.eclipse.org/Eclipse_Oomph_Authoring#How_to_find_a_P2_repository_at_Eclipse_using_the_Repository_Explorer>

to find the appropriate update site that should be added, but likely
they're not aware there is a problem. (The wiki is down right now so
that link might not work until the Webmaster fixes the server.)

So while I can test this scenario for them, and I can help them fix the
problem, I won't have time for that until later in the week (when I'm
not traveling).

Of course you could help them as well by doing these things for them, or
by opening a bugzilla and reporting this issue to the platform team.


On 04.07.2016 07:06, Chandrayya Kumarswamimath wrote:
> Attached the setup log. Still I don't know how and where to correct.
>
> It says org.apache.commons.el 0.0.0 missing in order provide this which component do I need to select?
>
> am I missing any steps. I need all components under Eclipse platform for commiters.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Cannot complete the install because one or more required items could not be found [message #1736974 is a reply to message #1736771] Mon, 04 July 2016 18:33 Go to previous messageGo to next message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Because Chandrayya cross posted his problem on StackOverflow I have done some investigation.

The setup of "Platform - UA" project (Master Stream) has some problem with the Targlet Task triggered in the IDE.

I have reproduced the problem on my Windows 7 computer.

index.php/fa/26376/0/

I guess the problem is this feature:
eclipse.platform.ua/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml

that is referencing the unknown "org.apache.commons.el".

Maybe the sub-project "web-archive/org.eclipse.help.infocenter-feature" should be ignored.

Time to open a Bugzilla issue?
Re: Cannot complete the install because one or more required items could not be found [message #1737062 is a reply to message #1736974] Tue, 05 July 2016 12:23 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Jeremie,

It's hard to say how this should be fixed, but yes, opening a Bugzilla
so that platform team is aware that something (specific steps for how to
reproduce the problem) needs to be fixed would be a good idea.


On 04.07.2016 14:33, Jeremie Bresson wrote:
> Because Chandrayya http://stackoverflow.com/questions/38148687/getting-and-error-cannot-complete-the-install-because-one-or-more-required-item his problem on StackOverflow I have done some investigation.
>
> The setup of "Platform - UA" project (Master Stream) has some problem with the Targlet Task triggered in the IDE.
>
> I have reproduced the problem on my Windows 7 computer.
>
>
>
> I guess the problem is this feature:
> eclipse.platform.ua/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml
> that is referencing the unknown "org.apache.commons.el".
>
> Maybe the sub-project "web-archive/org.eclipse.help.infocenter-feature" should be ignored.
>
> Time to open a Bugzilla issue?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Cannot complete the install because one or more required items could not be found [message #1737067 is a reply to message #1737062] Tue, 05 July 2016 12:52 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Yes, it's just the platformUA project setup that results in this
problem. I'm not sure if some of the repository's content is
obsolete. That bundle is in
http://download.eclipse.org/tools/orbit/N-builds/N201604131941 but the
setup (from the targlet of the parent project) is using
http://download.eclipse.org/modeling/emf/cdo/orbit/latest-R for
resolving Orbit dependencies, and that repository doesn't contain
org.apache.commons.el.


On 05.07.2016 08:23, Ed Merks wrote:
> Jeremie,
>
> It's hard to say how this should be fixed, but yes, opening a Bugzilla
> so that platform team is aware that something (specific steps for how
> to reproduce the problem) needs to be fixed would be a good idea.
>
>
> On 04.07.2016 14:33, Jeremie Bresson wrote:
>> Because Chandrayya
>> http://stackoverflow.com/questions/38148687/getting-and-error-cannot-complete-the-install-because-one-or-more-required-item
>> his problem on StackOverflow I have done some investigation.
>>
>> The setup of "Platform - UA" project (Master Stream) has some problem
>> with the Targlet Task triggered in the IDE.
>>
>> I have reproduced the problem on my Windows 7 computer.
>>
>>
>>
>> I guess the problem is this feature:
>> eclipse.platform.ua/org.eclipse.help.webapp/web-archive/org.eclipse.help.infocenter-feature/feature.xml
>>
>> that is referencing the unknown "org.apache.commons.el".
>>
>> Maybe the sub-project
>> "web-archive/org.eclipse.help.infocenter-feature" should be ignored.
>>
>> Time to open a Bugzilla issue?
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Cannot complete the install because one or more required items could not be found [message #1737111 is a reply to message #1737067] Tue, 05 July 2016 19:35 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 124
Registered: November 2010
Senior Member
Thanks a lot Ed, I have opened Bug 497350 with your input.
Previous Topic:[Solved] Product Icon restrictions
Next Topic:How to uninstall a feature permanently
Goto Forum:
  


Current Time: Thu Apr 18 10:40:28 GMT 2024

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

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

Back to the top