- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: "Dependency satisfaction failed" when deployi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014 02:18 AM
02-25-2014 02:18 AM
Hello,
After having followed the example "Device Health Monitor" given in the programming guide, once I try to deploy my application, I've obtained the following message: "Dependency satisfaction failed" .
My "mvn clean install " works and I obtained the hm-1.0.6-SNAPSHOT.zip. That certainly means I have no compilation error ? isnt'it ? In this case why te deployement of my ZIP file genrate the previous error ?
How can I check why the controler and where the controler have Dependency problem ? Is it possible to obtain more LOG than the simple message "Dependency satisfaction failed" ?
Regards,
Serge
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014 02:50 AM - edited 02-25-2014 02:56 AM
02-25-2014 02:50 AM - edited 02-25-2014 02:56 AM
Re: "Dependency satisfaction failed" when deploying the Device Health Monitor example
The log file is located at /var/log/sdn/virgo/logs/log.log.
You are most likely using external artifacts that are not published in the Virgo repositories of the controller. If that is the case, either publish them[1] or configure Maven to export/import them with your code[2].
[2] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 04:02 AM
03-10-2014 04:02 AM
SolutionHello Serge,
Just doing a follow up to see if you are still facing issue with respect to this query. As you rightly understood, since you were able to generate the *.zip file then it means there is no compilation error.
Did you manage to see the log files in the location mentioned in the earlier post?
Please do share us the Log file in case you need more assistance.
Thanks
HP SDN Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2014 03:54 AM
03-27-2014 03:54 AM
Re: "Dependency satisfaction failed" when deploying the Device Health Monitor example
Hello,
I think I have the same issue that Serge had.
Installation of plan 'Device Health Monitor' version '1.0.0.SNAPSHOT' failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'com.hp.hm.hm-model' at version '1.0.0.SNAPSHOT': Cannot resolve: com.hp.hm.hm-model Resolver report: An Import-Package could not be resolved. Resolver error data <Import-Package: com.hp.sdn; version="[2.0.0,3.0.0)">. Caused by missing constraint in bundle <com.hp.hm.hm-model_1.0.0.SNAPSHOT> constraint: <Import-Package: com.hp.sdn; version="[2.0.0,3.0.0)"> An Import-Package could not be resolved. Resolver error data <Import-Package: com.hp.sdn.rs.misc; version="[2.0.0,3.0.0)">. Caused by missing constraint in bundle <com.hp.hm.hm-ui_1.0.0.SNAPSHOT> constraint: <Import-Package: com.hp.sdn.rs.misc; version="[2.0.0,3.0.0)"> An Import-Package could not be resolved. Resolver error data <Import-Package: com.hp.hm.model; version="[1.0.0,2.0.0)">. Caused by missing constraint in bundle <com.hp.hm.hm-api_1.0.0.SNAPSHOT> constraint: <Import-Package: com.hp.hm.model; version="[1.0.0,2.0.0)"> An Import-Package could not be resolved. Resolver error data <Import-Package: com.hp.sdn.rs.misc; version="[2.0.0,3.0.0)">. Caused by missing constraint in bundle <com.hp.hm.hm-rs_1.0.0.SNAPSHOT> constraint: <Import-Package: com.hp.sdn.rs.misc; version="[2.0.0,3.0.0)"> An Import-Package could not be resolved. Resolver error data <Import-Package: com.hp.hm.api; version="[1.0.0,2.0.0)">. Caused by missing constraint in bundle <com.hp.hm.hm-bl_1.0.0.SNAPSHOT> constraint: <Import-Package: com.hp.hm.api; version="[1.0.0,2.0.0)">
The application zip file is containing the following files:
Archive: hm-1.0.0-SNAPSHOT.zip
inflating: hm-api-1.0.0-SNAPSHOT.jar
inflating: hm-bl-1.0.0-SNAPSHOT.jar
inflating: hm-model-1.0.0-SNAPSHOT.jar
inflating: hm-rs-1.0.0-SNAPSHOT.war
inflating: hm-ui-1.0.0-SNAPSHOT.war
inflating: hm.descriptor
inflating: hm.plan
I don't understand why the deployment fails and would greatly appreciate if you could help me to solve this error.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2014 03:21 AM
05-09-2014 03:21 AM
Re: "Dependency satisfaction failed" when deploying the Device Health Monitor example
Hello AurelienLegrand,
If you are just trying to deploy the sample application Device Health Monitor provided in SDN Programming guide without any code changes , you should get it successfully deployed provided you have completed below steps successfully –
1-You have downloaded HP VAN SDN Controller SDK and unzipped the zip file successfully.
2-Successfully run bin/install-sdk as per page 8 from SDN Programming guide.
3-Successfully run bin/gen-sdn-app as per page 115 from SDN Programming guide.
4-Build the app by running the command mvn clean install as per page 115 from SDN Programming guide.
Please let us know if there was any warning/error while you executed above steps.
Thanks,
HP SDN Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2014 04:00 AM
05-19-2014 04:00 AM
Re: "Dependency satisfaction failed" when deploying the Device Health Monitor example
Hello AurelienLegrand,
Doing a follow up to check if you need any further assistance with respect to the query posted.
Please do let us know if your problem is solved.
If you have more questions on the same topic please do reply on the same thread or open a new post if new topic.
Thanks
HP SDN Team