Details
-
Improvement
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: PC
Description
2013-11-28 06:03:40.796 PST [ConfigPersister-registrator] ERROR o.o.c.l.b.i.UncaughtExceptionHandler - Uncaught ExceptionHandler:
java.lang.RuntimeException: Netconf server did not provide required capabilities. Expected but not found:[urn:opendaylight:params:xml:ns:yang:iana?module=iana&revision=2013-08-16, urn:opendaylight:params:xml:ns:yang:ieee754?module=ieee754&revision=2013-08-19]
at org.opendaylight.controller.netconf.persist.impl.ConfigPersisterNotificationHandler.registerToNetconf(ConfigPersisterNotificationHandler.java:160) ~[na:na]
at org.opendaylight.controller.netconf.persist.impl.ConfigPersisterNotificationHandler.init(ConfigPersisterNotificationHandler.java:93) ~[na:na]
at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$1.run(ConfigPersisterActivator.java:66) ~[na:na]
at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25]
This occurs in the openflowplugin/distributions/base
hagbard@ubuntu:~/git/controller$ git log -3
commit a20751eb7f04900682443fd64025e894d05b6191
Merge: f9671c7 10ba5a1
Author: Ed Warnicke <eaw@cisco.com>
Date: Thu Nov 28 10:49:40 2013 +0000
Merge "Fixed Group and Meter RPC model to use MD-SAL routing correctly"
commit f9671c7e64d737fe5dae271eb9b81c5ca4699c8b
Merge: 20c9e84 b2e5bf8
Author: Ed Warnicke <eaw@cisco.com>
Date: Thu Nov 28 10:28:01 2013 +0000
Merge changes I178e467a,Ia8720c2c
- changes:
Mark deprecated methods in DataModification as such
Remove executable permissions from pom.xml
commit 20c9e84a63c1394727306247b79ab6bdd282cb7e
Merge: b2d4575 25ecb3b
Author: Ed Warnicke <eaw@cisco.com>
Date: Thu Nov 28 10:27:19 2013 +0000
Merge "Removed POST, PUT for /restconf/operational"
hagbard@ubuntu:~/git/openflowplugin$ git log -3
commit 9d7d02b6cb3b707dfc5e4bfd9998939e987aae64
Merge: b3877f9 5d62474
Author: Prasanna Huddar <prasanna.huddar@ericsson.com>
Date: Thu Nov 28 09:45:03 2013 +0000
Merge "1. Flow convertor: Fix Ipv4 netmask and ipv6 prefix byte array calculation from integer value. 2. Add node information in flow removed event."
commit 5d62474376ca06246fe9091cdba752a04f71e5f5
Author: Deepthi V V <deepthi.v.v@ericsson.com>
Date: Thu Nov 28 14:21:33 2013 +0530
1. Flow convertor: Fix Ipv4 netmask and ipv6 prefix byte array calculation from integer value.
2. Add node information in flow removed event.
Signed-off-by: Deepthi V V <deepthi.v.v@ericsson.com>
commit b3877f9774fe3bb9781f703aa97097be73c938ad
Author: HemaTG <hema.gopalkrishnan@ericsson.com>
Date: Thu Nov 28 10:54:53 2013 +0530
Implemented Port RPC
Signed-off-by: HemaTG <hema.gopalkrishnan@ericsson.com>