Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Helium
-
None
-
None
-
Operating System: All
Platform: All
-
2247
Description
On downloading the latest helium/stable controller code base, cleaning the maven .m2 cache, and running mvn clean install –Dskiptests, it is not possible to start restconf. Other bundles work (eg toaster).
opendaylight-user@root>feature:install odl-restconf
Error executing command: No feature named 'odl-restconf' with version '0.0.0' available
opendaylight-user@root>feature:install odl-toaster
opendaylight-user@root>feature:install odl-mdsal-all
Refreshing bundles io.netty.codec (185)
opendaylight-user@root>web:list
Command not found: web:list
opendaylight-user@root>bundle:list | grep -i toast
203 | Active | 80 | 1.1.1.SNAPSHOT | org.opendaylight.controller.samples.sample-toaster
204 | Active | 80 | 1.1.1.SNAPSHOT | org.opendaylight.controller.samples.sample-toaster-consumer
205 | Active | 80 | 1.1.1.SNAPSHOT | org.opendaylight.controller.samples.sample-toaster-provider
opendaylight-user@root>bundle:list | grep -i rest
125 | Active | 80 | 2013.10.19.1_1-SNAPSHOT | org.opendaylight.yangtools.model.ietf-restconf
opendaylight-user@root>web:list
Command not found: web:list
opendaylight-user@root>feature:install odl-restconf-all
Error executing command: No feature named 'odl-restconf-all' with version '0.0.0' available