|
opendaylight-user@root>Exception in thread "config-pusher" java.lang.IllegalStateException: Failed to send commit for configuration 50-packethandler.xml(odl-l2switch-all,odl-l2switch-packethandler)
at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.sendRequestGetResponseCheckIsOK(ConfigPusherImpl.java:285)
…
Caused by: java.lang.IllegalStateException: Error - getInstance() failed for ModuleIdentifier
{factoryName='packet-handler-impl', instanceName='packet-handler-impl'}
in transaction TransactionIdentifier
{name='ConfigTransaction-61-63'}
…
Caused by: java.lang.UnsupportedOperationException: InterestListener is not supported.
at org.opendaylight.controller.md.sal.binding.compat.HeliumNotificationProviderServiceAdapter.registerInterestListener(HeliumNotificationProviderServiceAdapter.java:51)
at org.opendaylight.l2switch.packethandler.decoders.AbstractPacketDecoder.<init>(AbstractPacketDecoder.java:37)
…
Caused by: java.lang.UnsupportedOperationException: InterestListener is not supported.
at org.opendaylight.controller.md.sal.binding.compat.HeliumNotificationProviderServiceAdapter.registerInterestListener(HeliumNotificationProviderServiceAdapter.java:51)
at org.opendaylight.l2switch.packethandler.decoders.AbstractPacketDecoder.<init>(AbstractPacketDecoder.java:37)
at org.opendaylight.l2switch.packethandler.decoders.EthernetDecoder.<init>(EthernetDecoder.java:48)
|