Hi,
        First of all i would like to apologize if this is not the right forum 
to post this question, and if so if you could please redirect me to the right 
one.

I have been working in my lab to test Opendaylight+honeycomb+vpp as a 
sopporting network infrastructure for Openstack. I have got all working however 
i have found a problem where the vxlan tunnel is not created between the 
compute and controller nodes. Doing some troublehooting i found that when the 
ODL VBD process tries to build to topology there is a exception happening in 
Honeycomb that translates to an exception in ODL.

I am using 1701 VPP and tried both master and carbon ODL. Also tried to uso 
earlier versions of VPP however i found another problem.

am I missing anything trivial here? Any hint to solve this?

Thakns a lot

Patricio

LOgs



On ODL Side

2017-04-25 12:39:47,600 | WARN  | CommitFutures-1  | VbdNetconfTransaction      
      | 314 - org.opendaylight.honeycomb.vbd.impl - 1.1.0.SNAPSHOT | Netconf 
READ transaction failed to ReadFailedException{message=read execution failed, 
errorList=[RpcError [message=read execution failed, severity=ERROR, 
errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, 
cause=java.lang.IllegalArgumentException: Unable to read data: 
Optional.of(/(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interfaces-state),
 errors: [RpcError [message=Unexpected error, severity=ERROR, 
errorType=APPLICATION, tag=operation-failed, applicationTag=null, 
info=<error>java.lang.IllegalStateException: Unexpected size of list: 
[Mapping{getIndex=1, getName=GigabitEthernet2/3/0, augmentations={}}, 
Mapping{getIndex=1, getName=neutron_port_dfbfab9e-ad41-4b1b-b2fc-ca242047f666, 
augmentations={}}]. Single item expected</error>, cause=null]]]]}. Restarting 
transaction ... 
2017-04-25 12:39:48,200 | WARN  | CommitFutures-1  | VbdNetconfTransaction      
      | 314 - org.opendaylight.honeycomb.vbd.impl - 1.1.0.SNAPSHOT | Netconf 
READ transaction unsuccessful. Maximal number of attempts reached. Trace: {}
java.util.concurrent.ExecutionException: ReadFailedException{message=read 
execution failed, errorList=[RpcError [message=read execution failed, 
severity=ERROR, errorType=APPLICATION, tag=operation-failed, 
applicationTag=null, info=null, cause=java.lang.IllegalArgumentException: 
Unable to read data: 
Optional.of(/(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interfaces-state),
 errors: [RpcError [message=Unexpected error, severity=ERROR, 
errorType=APPLICATION, tag=operation-failed, applicationTag=null, 
info=<error>java.lang.IllegalStateException: Unexpected size of list: 
[Mapping{getIndex=1, getName=GigabitEthernet2/3/0, augmentations={}}, 
Mapping{getIndex=1, getName=neutron_port_dfbfab9e-ad41-4b1b-b2fc-ca242047f666, 
augmentations={}}]. Single item expected</error>, cause=null]]]]}
        at 
org.opendaylight.yangtools.util.concurrent.MappingCheckedFuture.wrapInExecutionException(MappingCheckedFuture.java:64)[69:org.opendaylight.yangtools.util:1.1.0.SNAPSHOT]
        at 
org.opendaylight.yangtools.util.concurrent.MappingCheckedFuture.get(MappingCheckedFuture.java:77)[69:org.opendaylight.yangtools.util:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.transaction.VbdNetconfTransaction.read(VbdNetconfTransaction.java:132)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.transaction.VbdNetconfTransaction.read(VbdNetconfTransaction.java:140)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.transaction.VbdNetconfTransaction.read(VbdNetconfTransaction.java:140)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.transaction.VbdNetconfTransaction.read(VbdNetconfTransaction.java:140)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VppModifier.readIpAddressFromVpp(VppModifier.java:296)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VppModifier.readIpAddressesFromVpps(VppModifier.java:270)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VbdBridgeDomain.getTunnelEndpoints(VbdBridgeDomain.java:563)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VbdBridgeDomain.addVxlanTunnel(VbdBridgeDomain.java:603)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VbdBridgeDomain.access$400(VbdBridgeDomain.java:99)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VbdBridgeDomain$2.apply(VbdBridgeDomain.java:294)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
org.opendaylight.vbd.impl.VbdBridgeDomain$2.apply(VbdBridgeDomain.java:285)[314:org.opendaylight.honeycomb.vbd.impl:1.1.0.SNAPSHOT]
        at 
com.google.common.util.concurrent.Futures$2.apply(Futures.java:760)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:906)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:185)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$ChainingListenableFuture$1.run(Futures.java:918)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$ImmediateFuture.addListener(Futures.java:106)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:914)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:185)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$CombinedFuture.setOneValue(Futures.java:1764)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$CombinedFuture.access$400(Futures.java:1608)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$CombinedFuture$2.run(Futures.java:1686)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:185)[65:com.google.guava:18.0.0]
        at 
com.google.common.util.concurrent.Futures$ChainingListenableFuture$1.run(Futures.java:918)[65:com.google.guava:18.0.0]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
        at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]
Caused by: ReadFailedException{message=read execution failed, 
errorList=[RpcError [message=read execution failed, severity=ERROR, 
errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, 
cause=java.lang.IllegalArgumentException: Unable to read data: 
Optional.of(/(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interfaces-state),
 errors: [RpcError [message=Unexpected error, severity=ERROR, 
errorType=APPLICATION, tag=operation-failed, applicationTag=null, 
info=<error>java.lang.IllegalStateException: Unexpected size of list: 
[Mapping{getIndex=1, getName=GigabitEthernet2/3/0, augmentations={}}, 
Mapping{getIndex=1, getName=neutron_port_dfbfab9e-ad41-4b1b-b2fc-ca242047f666, 
augmentations={}}]. Single item expected</error>, cause=null]]]]}

On Honeycomb side

Apr 25 12:39:47 network1 sh[1281]: 2017-04-25 12:39:47.412 ART 
[netconf-netty-1] ERROR o.o.n.i.o.NetconfOperationRouterImpl - Unexpected 
exception during netconf operation execution
Apr 25 12:39:47 network1 sh[1281]: java.lang.IllegalStateException: Unexpected 
size of list: [Mapping{getIndex=1, getName=GigabitEthernet2/3/0, 
augmentations={}}, Mapping{getIndex=1, 
getName=neutron_port_dfbfab9e-ad41-4b1b-b2fc-ca242047f666, augmentations={}}]. 
Single item expected
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.util.RWUtils.lambda$singleItemCollector$0(RWUtils.java:53)
 ~[translate-utils-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.function.Function.lambda$andThen$1(Function.java:88) ~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:503) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.hc2vpp.common.translate.util.NamingContext.getName(NamingContext.java:81) 
~[vpp-translate-utils-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.hc2vpp.v3po.interfacesstate.InterfaceCustomizer.lambda$getAllIds$4(InterfaceCustomizer.java:179)
 ~[v3po2vpp-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) 
~[na:1.8.0_121]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.hc2vpp.v3po.interfacesstate.InterfaceCustomizer.getAllIds(InterfaceCustomizer.java:188)
 ~[v3po2vpp-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.impl.read.GenericListReader.getAllIds(GenericListReader.java:94)
 ~[translate-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.impl.read.registry.CompositeReader$CompositeListReader.readList(CompositeReader.java:199)
 ~[translate-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.impl.read.registry.CompositeReader.readChildren(CompositeReader.java:121)
 ~[translate-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.impl.read.registry.CompositeReader.readCurrentAttributes(CompositeReader.java:145)
 ~[translate-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.util.read.AbstractGenericReader.readCurrent(AbstractGenericReader.java:61)
 ~[translate-utils-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.impl.read.registry.CompositeReader.read(CompositeReader.java:84)
 ~[translate-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.translate.impl.read.registry.CompositeReaderRegistry.read(CompositeReaderRegistry.java:122)
 ~[translate-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.data.impl.ReadableDataTreeDelegator.readNode(ReadableDataTreeDelegator.java:136)
 ~[data-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.data.impl.ReadableDataTreeDelegator.read(ReadableDataTreeDelegator.java:102)
 ~[data-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.data.impl.ReadOnlyTransaction.read(ReadOnlyTransaction.java:76) 
~[data-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 sh[1281]: #011at 
io.fd.honeycomb.data.impl.ReadWriteTransaction.read(ReadWriteTransaction.java:106)
 ~[data-impl-1.17.07-SNAPSHOT.jar:na]
Apr 25 12:39:47 network1 
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
  • [vpp-dev] VPP... Patricio Latini
    • Re: [vpp... Patricio Latini
      • Re: ... Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)

Reply via email to