Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Unable to satisfy dependency
Unable to satisfy dependency [message #524814] Fri, 02 April 2010 16:24
Philip Borlin is currently offline Philip BorlinFriend
Messages: 30
Registered: July 2009
Member
I had my application building with 3.5.1. It built the bundles and created a p2 repository and everything was great. When I updated to 3.6M5 I started getting these errors:

[java] [p2.mirror] Unable to satisfy dependency from myfeature.feature.group 1.0.0.201004020943 to org.eclipse.equinox.p2.engine [1.0.100,2.0.0).
[java] [p2.mirror] Unable to satisfy dependency from myfeature.feature.group 1.0.0.201004020943 to org.eclipse.equinox.p2.metadata [1.0.0,2.0.0).
[java] [p2.mirror] Unable to satisfy dependency from myfeature.feature.group 1.0.0.201004020943 to org.eclipse.equinox.p2.core [1.0.100,2.0.0).

Which later on down the build fails the build by causing these problems:

[java] runDirector:
[java] [p2.director] Installing myproduct 1.0.0.201004020943.
[java] [p2.director] Installation failed.
[java] [p2.director] Cannot complete the install because one or more required items could not be found.
[java] [p2.director] Software being installed: Product 1.0.0.201004020943 (myproduct 1.0.0.201004020943)
[java] [p2.director] Missing requirement: Product Client 1.0.0.201004020943 (myFeature.feature.group 1.0.0.201004020943) requires 'org.eclipse.equinox.p2.engine [1.0.100,2.0.0)' but it could not be found
[java] [p2.director] Cannot satisfy dependency:
[java] [p2.director] From: Product 1.0.0.201004020943 (myproduct 1.0.0.201004020943)
[java] [p2.director] To: myFeature.feature.group [1.0.0.201004020943]
[java] A problem occured while invoking the director.

The three bundles above are all in the same directory the other eclipse bundles are and they are found during the compile part of the build since the compile is not failing. Any ideas where I should be looking to solve this problem? More information is available if needed.
Previous Topic:Start equinox using jar
Next Topic:java.lang.ClassCircularityError: de/kue/msgbus/channel/IChannelService
Goto Forum:
  


Current Time: Thu Apr 25 17:34:26 GMT 2024

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

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

Back to the top