Skip to content

Instantly share code, notes, and snippets.

@icarocamelo
Created October 8, 2015 22:39
Show Gist options
  • Save icarocamelo/51280a6c8090f3cbf218 to your computer and use it in GitHub Desktop.
Save icarocamelo/51280a6c8090f3cbf218 to your computer and use it in GitHub Desktop.
2015-10-08 18:36:32,123 | WARN | oupCloseable-6-1 | NetconfDeviceCommunicator | 264 - org.opendaylight.controller.sal-netconf-connector - 1.2.2.SNAPSHOT | RemoteDevice{controller-config}: Session went down
java.io.IOException: End of input detected. Close the session.
at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.endOfInput(AbstractNetconfSession.java:80)[116:org.opendaylight.controller.netconf-netty-util:0.3.2.SNAPSHOT]
at org.opendaylight.protocol.framework.AbstractProtocolSession.channelInactive(AbstractProtocolSession.java:40)[104:org.opendaylight.controller.protocol-framework:0.6.2.SNAPSHOT]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223)[75:io.netty.transport:4.0.26.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:294)[121:io.netty.codec:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223)[75:io.netty.transport:4.0.26.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:294)[121:io.netty.codec:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:237)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:223)[75:io.netty.transport:4.0.26.Final]
at org.opendaylight.controller.netconf.nettyutil.handler.ssh.client.AsyncSshHandler.disconnect(AsyncSshHandler.java:209)[116:org.opendaylight.controller.netconf-netty-util:0.3.2.SNAPSHOT]
at org.opendaylight.controller.netconf.nettyutil.handler.ssh.client.AsyncSshHandler.close(AsyncSshHandler.java:200)[116:org.opendaylight.controller.netconf-netty-util:0.3.2.SNAPSHOT]
at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:615)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:600)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.ChannelOutboundHandlerAdapter.close(ChannelOutboundHandlerAdapter.java:71)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:615)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:600)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.ChannelOutboundHandlerAdapter.close(ChannelOutboundHandlerAdapter.java:71)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:615)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:600)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:466)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:888)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannel.close(AbstractChannel.java:182)[75:io.netty.transport:4.0.26.Final]
at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.close(AbstractNetconfSession.java:53)[116:org.opendaylight.controller.netconf-netty-util:0.3.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.disconnect(NetconfDeviceCommunicator.java:124)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.NetconfDevice$3.filterNotification(NetconfDevice.java:189)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.NotificationHandler.passNotification(NotificationHandler.java:87)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.NotificationHandler.handleNotification(NotificationHandler.java:45)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.NetconfDevice.onNotification(NetconfDevice.java:273)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.NetconfDevice.onNotification(NetconfDevice.java:67)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.processNotification(NetconfDeviceCommunicator.java:331)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:211)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:46)[264:org.opendaylight.controller.sal-netconf-connector:1.2.2.SNAPSHOT]
at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:61)[116:org.opendaylight.controller.netconf-netty-util:0.3.2.SNAPSHOT]
at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:32)[116:org.opendaylight.controller.netconf-netty-util:0.3.2.SNAPSHOT]
at org.opendaylight.protocol.framework.AbstractProtocolSession.channelRead0(AbstractProtocolSession.java:53)[104:org.opendaylight.controller.protocol-framework:0.6.2.SNAPSHOT]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)[75:io.netty.transport:4.0.26.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)[121:io.netty.codec:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)[75:io.netty.transport:4.0.26.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)[121:io.netty.codec:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32)[75:io.netty.transport:4.0.26.Final]
at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:329)[75:io.netty.transport:4.0.26.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)[76:io.netty.common:4.0.26.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)[75:io.netty.transport:4.0.26.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)[76:io.netty.common:4.0.26.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)[76:io.netty.common:4.0.26.Final]
at java.lang.Thread.run(Thread.java:745)[:1.7.0_79]
@kiranmca04
Copy link

I am getting the same exception. do you have fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment