This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] intent-api ......................................... SUCCESS [ 15.123 s] | |
[INFO] intent-compiler .................................... SUCCESS [ 4.695 s] | |
[INFO] intent-mapping-interface ........................... SUCCESS [ 5.923 s] | |
[INFO] utils .............................................. SUCCESS [ 5.052 s] | |
[INFO] intent-mapping-mdsal ............................... FAILURE [ 2.326 s] | |
[INFO] intent-graph ....................................... SKIPPED | |
[INFO] intent-impl ........................................ SKIPPED | |
[INFO] intent-cli ......................................... SKIPPED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR FOR PUSING IP ADDRESSES WITH LISTENERS | |
02-11 11:53:04,250 | INFO | on-dispatcher-44 | OFRendererFlowManagerProvider | 281 - org.opendaylight.nic.of-renderer - 1.2.0.SNAPSHOT | Intent: Intent{getActions=[Actions{getAction=Allow{getAllow=Allow{augmentations={}}, augmentations={}}, getOrder=1, augmentations={}}], getConstraints=[], getId=Uuid [_value=c02ac42c-6ed6-424f-99b7-22b201fc9ead], getSubjects=[Subjects{getOrder=2, getSubject=EndPointGroup{getEndPointGroup=EndPointGroup{getName=10.0.0.2, augmentations={}}, augmentations={}}, augmentations={}}, Subjects{getOrder=1, getSubject=EndPointGroup{getEndPointGroup=EndPointGroup{getName=10.0.0.1, augmentations={}}, augmentations={}}, augmentations={}}], augmentations={}}, FlowAction: 0 | |
2016-02-11 11:53:04,256 | ERROR | on-dispatcher-44 | DataChangeListener | 168 - org.opendaylight.controller.sal-distributed-datastore - 1.4.0.SNAPSHOT | Error notifying listener org.opendaylight.nic.listeners.impl.IntentNotificationSupplierImpl | |
java.lang.Inde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$2.apply(SharedSchemaContextFactory.java:63) | |
at com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:906) | |
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457) | |
at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156) | |
at com.google.common.util.concurrent.ExecutionList.add(ExecutionList.java:101) | |
at com.google.common.util.concurrent.AbstractFuture.addListener(AbstractFuture.java:170) | |
at com.google.common.util.concurrent.Futures.transform(Futures.java:567) | |
at org.opendaylight.yangtools.yang.parser.repo.SharedSchemaContextFactory.createSchemaContext(SharedSchemaContextFactory.java:127) | |
at org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver.getSchemaContext(YangTextSchemaContextResolver.java:204) | |
at org.opendaylight.yangtools.yang.parser.repo.URLSchemaContextResolver.getSchemaContext(URLSchemaContextResolver.java:63) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "Thread-101" java.net.BindException: Address already in use | |
at sun.nio.ch.Net.bind0(Native Method) | |
at sun.nio.ch.Net.bind(Net.java:433) | |
at sun.nio.ch.Net.bind(Net.java:425) | |
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) | |
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) | |
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125) | |
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485) | |
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089) | |
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:440) |