Those warning happens after an netconf RPC is send on a device running ConfD
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
| 2016-01-20 10:18:11,688 | WARN | oupCloseable-6-2 | KeepaliveSalFacade | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Rpc failure detected. Reconnecting netconf session | |
| java.lang.IllegalStateException: Unknown child(ren) node(s) detected, identified by: (urn:ietf:params:xml:ns:netconf:base:1.0)ok, in: container output | |
| at com.google.common.base.Preconditions.checkState(Preconditions.java:197)[61:com.google.guava:18.0.0] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils.findSchemaForChild(SchemaUtils.java:108)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils.findSchemaForChild(SchemaUtils.java:90)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils.findSchemaForChild(SchemaUtils.java:96)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser.getSchemaForChild(ContainerNodeBaseParser.java:57)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser.getSchemaForChild(ContainerNodeBaseParser.java:29)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser.parse(BaseDispatcherParser.java:160)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser.parse(ContainerNodeBaseParser.java:47)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser.parse(ContainerNodeBaseParser.java:29)[86:org.opendaylight.yangtools.yang-data-impl:0.7.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.schema.mapping.NetconfMessageTransformer.toRpcResult(NetconfMessageTransformer.java:309)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.schema.mapping.NetconfMessageTransformer.toRpcResult(NetconfMessageTransformer.java:71)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.sal.NetconfDeviceRpc$2.apply(NetconfDeviceRpc.java:69)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.sal.NetconfDeviceRpc$2.apply(NetconfDeviceRpc.java:65)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at com.google.common.util.concurrent.Futures$2.apply(Futures.java:760)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:906)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:185)[61:com.google.guava:18.0.0] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.UncancellableFuture.set(UncancellableFuture.java:45)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.processMessage(NetconfDeviceCommunicator.java:268)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:213)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:46)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:64)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:35)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.protocol.framework.AbstractProtocolSession.channelRead0(AbstractProtocolSession.java:53)[119:org.opendaylight.controller.protocol-framework:0.6.4.SNAPSHOT] | |
| at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)[142:io.netty.codec:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)[142:io.netty.codec:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:329)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)[117:io.netty.common:4.0.26.Final] | |
| at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)[117:io.netty.common:4.0.26.Final] | |
| at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)[117:io.netty.common:4.0.26.Final] | |
| at java.lang.Thread.run(Thread.java:745)[:1.8.0_60] | |
| 2016-01-20 10:18:11,689 | INFO | oupCloseable-6-2 | KeepaliveSalFacade | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Reconnecting inactive netconf session | |
| 2016-01-20 10:18:11,689 | WARN | oupCloseable-6-2 | NetconfDeviceCommunicator | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Session went down | |
| java.io.IOException: End of input detected. Close the session. | |
| at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.endOfInput(AbstractNetconfSession.java:107)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.protocol.framework.AbstractProtocolSession.channelInactive(AbstractProtocolSession.java:40)[119:org.opendaylight.controller.protocol-framework:0.6.4.SNAPSHOT] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:294)[142:io.netty.codec:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:294)[142:io.netty.codec:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223)[116:io.netty.transport:4.0.26.Final] | |
| at org.opendaylight.controller.netconf.nettyutil.handler.ssh.client.AsyncSshHandler.disconnect(AsyncSshHandler.java:209)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.controller.netconf.nettyutil.handler.ssh.client.AsyncSshHandler.close(AsyncSshHandler.java:200)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:615)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:600)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.ChannelOutboundHandlerAdapter.close(ChannelOutboundHandlerAdapter.java:71)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:615)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:600)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.ChannelOutboundHandlerAdapter.close(ChannelOutboundHandlerAdapter.java:71)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:615)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:600)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:466)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:888)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannel.close(AbstractChannel.java:182)[116:io.netty.transport:4.0.26.Final] | |
| at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.close(AbstractNetconfSession.java:56)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.disconnect(NetconfDeviceCommunicator.java:124)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.sal.KeepaliveSalFacade.reconnect(KeepaliveSalFacade.java:115)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.sal.KeepaliveSalFacade.access$700(KeepaliveSalFacade.java:47)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.sal.KeepaliveSalFacade$ResetKeepalive.onFailure(KeepaliveSalFacade.java:229)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at com.google.common.util.concurrent.Futures$6.run(Futures.java:1310)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:202)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.Futures$ChainingListenableFuture.run(Futures.java:940)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145)[61:com.google.guava:18.0.0] | |
| at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:185)[61:com.google.guava:18.0.0] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.UncancellableFuture.set(UncancellableFuture.java:45)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.processMessage(NetconfDeviceCommunicator.java:268)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:213)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:46)[202:org.opendaylight.controller.sal-netconf-connector:1.2.4.SNAPSHOT] | |
| at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:64)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:35)[137:org.opendaylight.controller.netconf-netty-util:0.3.4.SNAPSHOT] | |
| at org.opendaylight.protocol.framework.AbstractProtocolSession.channelRead0(AbstractProtocolSession.java:53)[119:org.opendaylight.controller.protocol-framework:0.6.4.SNAPSHOT] | |
| at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)[142:io.netty.codec:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)[142:io.netty.codec:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:329)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)[117:io.netty.common:4.0.26.Final] | |
| at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)[116:io.netty.transport:4.0.26.Final] | |
| at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)[117:io.netty.common:4.0.26.Final] | |
| at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)[117:io.netty.common:4.0.26.Final] | |
| at java.lang.Thread.run(Thread.java:745)[:1.8.0_60] | |
| 2016-01-20 10:18:11,723 | WARN | oupCloseable-6-2 | NetconfDeviceCommunicator | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Session terminated Session closed | |
| 2016-01-20 10:18:13,701 | WARN | NioProcessor-4 | AcceptAllServerKeyVerifier | 140 - org.apache.sshd.core - 0.14.0 | Server at /192.168.1.128:2022 presented unverified DSA key: b6:bb:ae:de:83:e2:fc:72:5e:ed:ee:6e:4a:c2:3d:62 | |
| 2016-01-20 10:18:13,780 | WARN | sing-executor-10 | NetconfDevice | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: [(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2010-09-24)ietf-inet-types, (urn:ietf:params:xml:ns:yang:ietf-yang-types?revision=2010-09-24)ietf-yang-types, (urn:ietf:params:xml:ns:netconf:notification:1.0?revision=2008-07-14)notifications, (urn:ietf:params:xml:ns:yang:iana-crypt-hash?revision=2014-04-04)iana-crypt-hash] | |
| 2016-01-20 10:18:13,780 | WARN | sing-executor-10 | NetconfDevice | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Attempting to build schema context from required sources | |
| 2016-01-20 10:18:13,781 | WARN | sing-executor-10 | NetconfDevice | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Netconf device provides additional yang models not reported in hello message capabilities: [(http://tail-f.com/ns/tailf-rest-query?revision=2014-11-13)tailf-rest-query, (http://tail-f.com/ns/netconf/inactive/1.0)tailf-netconf-inactive, (http://tail-f.com/yang/common?revision=2015-03-19)tailf-common, (http://tail-f.com/ns/netconf/query?revision=2014-11-13)tailf-netconf-query, (http://tail-f.com/yang/common?revision=2015-03-19)tailf-cli-extensions, (http://tail-f.com/ns/tailf-rest-error)tailf-rest-error, (urn:ietf:params:xml:ns:yang:iana-crypt-hash?revision=2014-08-06)iana-crypt-hash, (urn:dummy-common)tailf-common-monitoring-ann, (http://tail-f.com/ns/common/query?revision=2015-03-19)tailf-common-query, (http://tail-f.com/yang/common?revision=2013-11-07)tailf-meta-extensions, (urn:dummy)tailf-confd-monitoring-ann, (http://www.w3.org/2001/XMLSchema?revision=2009-03-17)tailf-xsd-types, (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)ietf-netconf, (http://tail-f.com/ns/netconf/transactions/1.0)tailf-netconf-transactions, (http://tail-f.com/ns/webui?revision=2013-03-07)tailf-webui] | |
| 2016-01-20 10:18:13,781 | WARN | sing-executor-10 | NetconfDevice | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Adding provided but not required sources as required to prevent failures | |
| 2016-01-20 10:18:13,881 | WARN | sing-executor-10 | NetconfDevice | 202 - org.opendaylight.controller.sal-netconf-connector - 1.2.4.SNAPSHOT | RemoteDevice{netconf18475580502576}: Unable to build schema context, missing source SourceIdentifier [name=iana-crypt-hash@2014-04-04], will reattempt without it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment