Reputation: 1
Facing an Issue while Karaf starts.
Some bundle are not loaded due to dependency issues
2025-02-12T07:48:36,989 | ERROR | Blueprint Extender: 2 | BlueprintContainerImpl | Unable to start blueprint container for bundle org.opendaylight.netconf.restconf-nb-bierman02/1.7.4.SNAPSHOT due to unresolved dependencies [(objectClass=org.opendaylight.aaa.api.AAAService)]
2025-02-12T07:48:44,049 | ERROR | Blueprint Extender: 2 | BlueprintContainerImpl | Unable to start blueprint container for bundle org.opendaylight.neutron.northbound-api/0.10.4.SNAPSHOT due to unresolved dependencies [(objectClass=org.opendaylight.netconf.sal.restconf.api.JSONRestconfService)]
2025-02-12T07:48:44,616 | ERROR | Blueprint Extender: 2 | BlueprintContainerImpl | Unable to start blueprint container for bundle org.opendaylight.aaa.aaa-shiro/0.7.4.SNAPSHOT due to unresolved dependencies [(&(|(type=default)(!(type=*)))(objectClass=org.osgi.service.http.HttpService))]
But in Karaf console these bundle are shown as Active.
the scr:info org.ops4j.pax.web.service.internal.WhiteboardDtoService
output shows that some servlet are not listed which is required the API's to work.
curl commands fail with 404 error for the API.
What is the root cause for the issue?
Upvotes: 0
Views: 35
Reputation: 36
I'm afraid you're using a very old version of OpenDaylight. The package org.opendaylight.netconf.restconf-nb-bierman02/1.7.4.SNAPSHOT is:
I suggest using a more recent version of OpenDaylight and referring to the following tutorial to migrate your application from the draft to RFC8048.
Upvotes: 0