Honeycomb Question - Connection Problem


Patricio Latini
 

I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.NullPointerException: null
at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.OutOfMemoryError: Java heap space
at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]


Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES@Cisco) <mgradzki@...>
 

Hello Patricio,

not sure if I understand. You were not able to connect HC and ODL at all or just 1804 + ODL Oxygen?
BTW. we test capability with ODL oxygen
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-master-ubuntu1604/
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-1804-ubuntu1604/

These tests are not 100% stable, but show ODL and HC can communicate.
How do you mount HC in ODL?

Regards,
Marek

-----Original Message-----
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 12 kwietnia 2018 23:29
To: hc2vpp@...
Subject: [hc2vpp] Honeycomb Question - Connection Problem


I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.NullPointerException: null
at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.OutOfMemoryError: Java heap space
at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]


Patricio Latini
 

Marek,
I am not able to get Netconf connect passed in any of the combinations that I listed below. ( I have an old setup with 1704 and ODL carbon that is working fine)

master, 1804, 1801 and 1704 from HC
Vs
master, oxygen and nitrogen from ODL.

When I say mounting is adding the HC/VPP ip address in ODL network-topology - http://$odl_ip:8181/restconf/config/network-topology:network-topology/network-topology:topology/topology-netconf/

Important to say that when I connect manually using ssh to port 2831, It connects OK at SSH level.
Also looking at ODL log it connects fine the SSH however during the initial data exchange HC responds with the java out of memory error.

I am attaching the full Log of HC

Patricio

 


2018-04-13 04:35:04.363 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Starting honeycomb
2018-04-13 04:35:05.986 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution
2018-04-13 04:35:06.246 PDT [main] INFO  i.f.h.n.n.NetconfReadersModule - Initializing NETCONF Northbound readers
2018-04-13 04:35:06.405 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Starting initialization
2018-04-13 04:35:06.446 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting reader factories
2018-04-13 04:35:06.453 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting writers factories
2018-04-13 04:35:06.462 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Started successfully
2018-04-13 04:35:06.496 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Configuring module Lisp
2018-04-13 04:35:06.504 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Naming context[locator-set-context]
2018-04-13 04:35:06.510 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[local-mapping-context]
2018-04-13 04:35:06.582 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[remote-mapping-context]
2018-04-13 04:35:06.583 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Adjacencies context
2018-04-13 04:35:06.592 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding reader factories
2018-04-13 04:35:06.615 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Reader factories binded
2018-04-13 04:35:06.618 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding writer factories
2018-04-13 04:35:06.635 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Writer factories binded
2018-04-13 04:35:06.639 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Module Lisp successfully configured
2018-04-13 04:35:06.675 PDT [main] INFO  i.f.h.n.restconf.RestconfModule - Starting RESTCONF Northbound
2018-04-13 04:35:06.766 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Installing DHCP module
2018-04-13 04:35:06.768 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting writers factories
2018-04-13 04:35:06.774 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting readers factories
2018-04-13 04:35:06.776 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Module DHCP successfully configured
2018-04-13 04:35:06.847 PDT [main] INFO  io.fd.hc2vpp.nat.NatModule - Module NAT successfully configured
2018-04-13 04:35:06.873 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Configuring module Acl
2018-04-13 04:35:06.964 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Module Acl successfully configured
2018-04-13 04:35:06.971 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Configuring interface role module
2018-04-13 04:35:06.975 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Interface role module configured
2018-04-13 04:35:07.079 PDT [main] INFO  i.f.h.i.d.s.YangBindingProviderModule - Configuring YangBindingProviderModule
2018-04-13 04:35:07.083 PDT [main] INFO  i.f.h.n.netconf.NetconfModule - Starting NETCONF Northbound
2018-04-13 04:35:07.615 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Installing MPLS module
2018-04-13 04:35:07.616 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Injecting MPLS writers
2018-04-13 04:35:07.617 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - MPLS module successfully configured
2018-04-13 04:35:07.675 PDT [main] INFO  io.fd.hc2vpp.v3po.V3poModule - Module V3PO successfully configured
2018-04-13 04:35:09.796 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution
2018-04-13 04:35:10.027 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: ModuleInfoBackedCtxProvider{writerFactories=io.fd.honeycomb.infra.distro.schema.YangModulesProvider$YangMod
ules@754777cd}
2018-04-13 04:35:13.417 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.schema.SerializerProvider@67207d8a
2018-04-13 04:35:20.712 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.schema.SchemaServiceProvider@28ee0a3c
2018-04-13 04:35:20.718 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataTreeProvider$ConfigDataTreeProvider@18d47df0
2018-04-13 04:35:20.856 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ConfigPersistingDataTreeProvider@13213f26
2018-04-13 04:35:20.914 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.ShutdownHandlerProvider@89caf47
2018-04-13 04:35:20.930 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.common.integration.JVppRegistryProvider@5df6163a
2018-04-13 04:35:21.105 PDT [main] INFO  i.f.h.c.i.JVppRegistryProvider - JVpp connection opened successfully as: honeycomb
2018-04-13 04:35:21.112 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.common.integration.JVppCoreProvider@64021427
2018-04-13 04:35:22.049 PDT [main] INFO  i.f.h.c.i.JVppCoreProvider - Successfully loaded jvpp-core plugin
2018-04-13 04:35:22.483 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.nat.jvpp.JVppNatProvider@4ab66127
2018-04-13 04:35:22.606 PDT [main] INFO  i.f.hc2vpp.nat.jvpp.JVppNatProvider - Successfully loaded jvpp-nat plugin
2018-04-13 04:35:22.656 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.acl.JVppAclProvider@78288f83
2018-04-13 04:35:22.742 PDT [main] INFO  io.fd.hc2vpp.acl.JVppAclProvider - Acl plugin successfully loaded[version 1.3]
2018-04-13 04:35:22.752 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.config.WriterRegistryProvider@5635bcd2
2018-04-13 04:35:23.838 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataTreeProvider$ContextDataTreeProvider@5ef6ae06
2018-04-13 04:35:23.840 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ContextPersistingDataTreeProvider@6e35bc3d
2018-04-13 04:35:23.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.ModifiableDTMgrProvider@1ad1be5d
2018-04-13 04:35:23.866 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.HoneycombContextDOMDataBrokerProvider@1cdc4c27
2018-04-13 04:35:23.869 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@1ad1b737
2018-04-13 04:35:23.882 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.ModifiableDTDelegProvider@1de30c31
2018-04-13 04:35:23.892 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataStoreProvider@5d9b7a8a
2018-04-13 04:35:23.907 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: config-DCL
2018-04-13 04:35:23.947 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataStoreProvider@604f2bd2
2018-04-13 04:35:23.949 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: operational-DCL
2018-04-13 04:35:23.950 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.InmemoryDOMDataBrokerProvider@9bf63d2
2018-04-13 04:35:23.952 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: commits
2018-04-13 04:35:23.954 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: WriteTxCommit
2018-04-13 04:35:23.976 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@47162173
2018-04-13 04:35:23.983 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMonitoringReaderFactoryProvider@717a8a76
2018-04-13 04:35:23.990 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfNotificationsReaderFactoryProvider@1da53f4f
2018-04-13 04:35:24.036 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.common.integration.ContextsReaderFactoryProvider@6e090aaa
2018-04-13 04:35:24.054 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.oper.ReaderRegistryProvider@1d444652
2018-04-13 04:35:24.780 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.oper.ReadableDTDelegProvider@35f760a4
2018-04-13 04:35:24.795 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.JettyServerProvider@aa8dce8
2018-04-13 04:35:25.216 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@ff684e1
2018-04-13 04:35:25.219 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.RpcRegistryBuilderProvider@1d06801f
2018-04-13 04:35:25.225 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.RpcRegistryProvider@ad5cffa
2018-04-13 04:35:25.251 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombDOMRpcServiceProvider@4449b273
2018-04-13 04:35:25.255 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DOMNotificationServiceProvider@2375a976
2018-04-13 04:35:25.344 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.RestconfProvider@31fe0ce5
2018-04-13 04:35:25.648 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.HttpConnectorProvider@5d74507c
2018-04-13 04:35:25.661 PDT [main] INFO  i.f.h.n.r.HttpConnectorProvider - Starting RESTCONF HTTP
2018-04-13 04:35:25.749 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.HttpsConnectorProvider@41d877bb
2018-04-13 04:35:25.794 PDT [main] INFO  i.f.h.n.r.HttpsConnectorProvider - Starting RESTCONF HTTPS
2018-04-13 04:35:25.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.JettyServerStarter@bc52a41
2018-04-13 04:35:25.847 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - Starting RESTCONF Jetty server
2018-04-13 04:35:26.332 PDT [main] WARN  o.e.jetty.security.SecurityHandler - ServletContext@o.e.j.w.WebAppContext@3af39e7b{/restconf,file:///opt/honeycomb/config/,STARTING}{/opt/honeycomb/confi
g/} has uncovered http methods for path: /*
2018-04-13 04:35:26.788 PDT [Web socket server on port PortNumber [_value=7779]] INFO  o.o.n.s.s.w.WebSocketServer - Web socket server started at address 0.0.0.0, port 7779.
2018-04-13 04:35:29.388 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - RESTCONF Jetty server successfully started
2018-04-13 04:35:29.390 PDT [main] INFO  i.f.h.c.t.u.JvppReplyConsumer$JvppReplyTimeoutHolder - Jvpp reply timeout configured to 5 seconds
2018-04-13 04:35:29.401 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfBindingBrokerProvider@1bbb48dd
2018-04-13 04:35:29.423 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfNotificationMapperProvider@48144f1a
2018-04-13 04:35:30.238 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMdsalMapperProvider@42536da6
2018-04-13 04:35:30.376 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMonitoringServiceProvider@75784062
2018-04-13 04:35:30.486 PDT [main] INFO  o.o.n.i.o.NetconfSessionMonitoringService - Scheduling thread pool is present = false, update interval 0: /netconf-state/sessions won't be updated.
2018-04-13 04:35:30.490 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMonitoringMapperProvider@22105c76
2018-04-13 04:35:31.039 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.RealtimeMappingContextProvider@7fdff56b
2018-04-13 04:35:31.040 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombNotificationManagerProvider@22b10124
2018-04-13 04:35:31.087 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.HoneycombNotification2NetconfProvider@411933
2018-04-13 04:35:31.131 PDT [main] INFO  i.f.h.n.n.HoneycombNotification2NetconfProvider - Exposing HONEYCOMB_NETCONF notification stream: honeycomb
2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NettyThreadGroupProvider@4229b92c
2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfServerDispatcherProvider@54ef9698
2018-04-13 04:35:31.183 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfTcpServerProvider@64908ab9
2018-04-13 04:35:31.198 PDT [main] INFO  i.f.h.n.n.NetconfTcpServerProvider - Starting NETCONF TCP
2018-04-13 04:35:31.231 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfSshServerProvider@46d51d5e
2018-04-13 04:35:31.233 PDT [main] INFO  i.f.h.n.n.NetconfSshServerProvider - Starting NETCONF SSH
2018-04-13 04:35:31.265 PDT [netconf-netty-0] INFO  i.f.h.n.n.NetconfTcpServerProvider - Netconf TCP endpoint started successfully at /127.0.0.1:7777
2018-04-13 04:35:31.270 PDT [main] WARN  io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd193fa98]'
2018-04-13 04:35:33.687 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv4Address
2018-04-13 04:35:33.690 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv4Prefix
2018-04-13 04:35:33.698 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv6Address
2018-04-13 04:35:33.699 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv6Prefix
2018-04-13 04:35:33.714 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Initializing configuration
2018-04-13 04:35:33.730 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.PersistedContextInitializerProvider@5dff108c
2018-04-13 04:35:33.737 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.PersistedConfigInitializerProvider@7164e28a
2018-04-13 04:35:33.738 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.initializer.ModifiableDTDelegInitProvider@39fc17be
2018-04-13 04:35:33.742 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@5db66c3
2018-04-13 04:35:33.750 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@49322d04
2018-04-13 04:35:33.751 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.initializer.InitializerRegistryAdapterProvider@55d8f6bb
2018-04-13 04:35:33.752 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Config initialization started
2018-04-13 04:35:33.829 PDT [netconf-netty-1] INFO  o.o.n.s.NetconfNorthboundSshServer - Netconf SSH endpoint started successfully at 0.0.0.0
2018-04-13 04:35:33.947 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted context restored successfully
2018-04-13 04:35:36.585 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Configuration initialized successfully
2018-04-13 04:35:36.610 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted configuration restored successfully
2018-04-13 04:35:36.611 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Honeycomb initialized
2018-04-13 04:35:36.614 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Configuration initialized successfully
2018-04-13 04:35:36.615 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Honeycomb started successfully!
2018-04-13 04:38:57.088 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.NullPointerException: null
        at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        ... 21 common frames omitted
2018-04-13 04:38:57.984 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.OutOfMemoryError: Java heap space
        at org.openexi.proc.io.CharacterBuffer.ensureCharacters(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
2018-04-13 04:38:58.009 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyi
ngListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity
=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
        at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
        at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]


On Apr 13, 2018, at 01:43, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:

Hello Patricio,

not sure if I understand. You were not able to connect HC and ODL at all or just 1804 + ODL Oxygen?
BTW. we test capability with ODL oxygen
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-master-ubuntu1604/
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-1804-ubuntu1604/

These tests are not 100% stable, but show ODL and HC can communicate.
How do you mount HC in ODL?

Regards,
Marek

-----Original Message-----
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 12 kwietnia 2018 23:29
To: hc2vpp@...
Subject: [hc2vpp] Honeycomb Question - Connection Problem


I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.NullPointerException: null
      at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.OutOfMemoryError: Java heap space
      at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
      at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
      at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]






Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES@Cisco) <mgradzki@...>
 

Patricio,

 

I have never observed the issue on my machine nor in CSIT.

 

You can adjust java memory parameters in the honeycomb script

(/opt/honeycomb in case you are using deb packages).

 

Have you looked at heap dump?

 

Regards,

Marek

 

From: Patricio Latini [mailto:p_latini@...]
Sent: 13 kwietnia 2018 13:53
To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>
Cc: hc2vpp@...
Subject: Re: Honeycomb Question - Connection Problem

 

Marek,

I am not able to get Netconf connect passed in any of the combinations that I listed below. ( I have an old setup with 1704 and ODL carbon that is working fine)

 

master, 1804, 1801 and 1704 from HC

Vs

master, oxygen and nitrogen from ODL.

 

When I say mounting is adding the HC/VPP ip address in ODL network-topology - http://$odl_ip:8181/restconf/config/network-topology:network-topology/network-topology:topology/topology-netconf/

 

Important to say that when I connect manually using ssh to port 2831, It connects OK at SSH level.

Also looking at ODL log it connects fine the SSH however during the initial data exchange HC responds with the java out of memory error.

 

I am attaching the full Log of HC

 

Patricio

 

 

 

 

2018-04-13 04:35:04.363 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Starting honeycomb

2018-04-13 04:35:05.986 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution

2018-04-13 04:35:06.246 PDT [main] INFO  i.f.h.n.n.NetconfReadersModule - Initializing NETCONF Northbound readers

2018-04-13 04:35:06.405 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Starting initialization

2018-04-13 04:35:06.446 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting reader factories

2018-04-13 04:35:06.453 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting writers factories

2018-04-13 04:35:06.462 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Started successfully

2018-04-13 04:35:06.496 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Configuring module Lisp

2018-04-13 04:35:06.504 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Naming context[locator-set-context]

2018-04-13 04:35:06.510 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[local-mapping-context]

2018-04-13 04:35:06.582 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[remote-mapping-context]

2018-04-13 04:35:06.583 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Adjacencies context

2018-04-13 04:35:06.592 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding reader factories

2018-04-13 04:35:06.615 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Reader factories binded

2018-04-13 04:35:06.618 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding writer factories

2018-04-13 04:35:06.635 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Writer factories binded

2018-04-13 04:35:06.639 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Module Lisp successfully configured

2018-04-13 04:35:06.675 PDT [main] INFO  i.f.h.n.restconf.RestconfModule - Starting RESTCONF Northbound

2018-04-13 04:35:06.766 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Installing DHCP module

2018-04-13 04:35:06.768 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting writers factories

2018-04-13 04:35:06.774 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting readers factories

2018-04-13 04:35:06.776 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Module DHCP successfully configured

2018-04-13 04:35:06.847 PDT [main] INFO  io.fd.hc2vpp.nat.NatModule - Module NAT successfully configured

2018-04-13 04:35:06.873 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Configuring module Acl

2018-04-13 04:35:06.964 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Module Acl successfully configured

2018-04-13 04:35:06.971 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Configuring interface role module

2018-04-13 04:35:06.975 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Interface role module configured

2018-04-13 04:35:07.079 PDT [main] INFO  i.f.h.i.d.s.YangBindingProviderModule - Configuring YangBindingProviderModule

2018-04-13 04:35:07.083 PDT [main] INFO  i.f.h.n.netconf.NetconfModule - Starting NETCONF Northbound

2018-04-13 04:35:07.615 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Installing MPLS module

2018-04-13 04:35:07.616 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Injecting MPLS writers

2018-04-13 04:35:07.617 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - MPLS module successfully configured

2018-04-13 04:35:07.675 PDT [main] INFO  io.fd.hc2vpp.v3po.V3poModule - Module V3PO successfully configured

2018-04-13 04:35:09.796 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution

2018-04-13 04:35:10.027 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: ModuleInfoBackedCtxProvider{writerFactories=io.fd.honeycomb.infra.distro.schema.YangModulesProvider$YangMod

ules@754777cd}

2018-04-13 04:35:13.417 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.schema.SerializerProvider@67207d8a

2018-04-13 04:35:20.712 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.schema.SchemaServiceProvider@28ee0a3c

2018-04-13 04:35:20.718 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataTreeProvider$ConfigDataTreeProvider@18d47df0

2018-04-13 04:35:20.856 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ConfigPersistingDataTreeProvider@13213f26

2018-04-13 04:35:20.914 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.ShutdownHandlerProvider@89caf47

2018-04-13 04:35:20.930 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.common.integration.JVppRegistryProvider@5df6163a

2018-04-13 04:35:21.105 PDT [main] INFO  i.f.h.c.i.JVppRegistryProvider - JVpp connection opened successfully as: honeycomb

2018-04-13 04:35:21.112 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.common.integration.JVppCoreProvider@64021427

2018-04-13 04:35:22.049 PDT [main] INFO  i.f.h.c.i.JVppCoreProvider - Successfully loaded jvpp-core plugin

2018-04-13 04:35:22.483 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.nat.jvpp.JVppNatProvider@4ab66127

2018-04-13 04:35:22.606 PDT [main] INFO  i.f.hc2vpp.nat.jvpp.JVppNatProvider - Successfully loaded jvpp-nat plugin

2018-04-13 04:35:22.656 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.acl.JVppAclProvider@78288f83

2018-04-13 04:35:22.742 PDT [main] INFO  io.fd.hc2vpp.acl.JVppAclProvider - Acl plugin successfully loaded[version 1.3]

2018-04-13 04:35:22.752 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.config.WriterRegistryProvider@5635bcd2

2018-04-13 04:35:23.838 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataTreeProvider$ContextDataTreeProvider@5ef6ae06

2018-04-13 04:35:23.840 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ContextPersistingDataTreeProvider@6e35bc3d

2018-04-13 04:35:23.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.ModifiableDTMgrProvider@1ad1be5d

2018-04-13 04:35:23.866 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.HoneycombContextDOMDataBrokerProvider@1cdc4c27

2018-04-13 04:35:23.869 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@1ad1b737

2018-04-13 04:35:23.882 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.ModifiableDTDelegProvider@1de30c31

2018-04-13 04:35:23.892 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataStoreProvider@5d9b7a8a

2018-04-13 04:35:23.907 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: config-DCL

2018-04-13 04:35:23.947 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DataStoreProvider@604f2bd2

2018-04-13 04:35:23.949 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: operational-DCL

2018-04-13 04:35:23.950 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.InmemoryDOMDataBrokerProvider@9bf63d2

2018-04-13 04:35:23.952 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: commits

2018-04-13 04:35:23.954 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: WriteTxCommit

2018-04-13 04:35:23.976 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@47162173

2018-04-13 04:35:23.983 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMonitoringReaderFactoryProvider@717a8a76

2018-04-13 04:35:23.990 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfNotificationsReaderFactoryProvider@1da53f4f

2018-04-13 04:35:24.036 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.hc2vpp.common.integration.ContextsReaderFactoryProvider@6e090aaa

2018-04-13 04:35:24.054 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.oper.ReaderRegistryProvider@1d444652

2018-04-13 04:35:24.780 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.oper.ReadableDTDelegProvider@35f760a4

2018-04-13 04:35:24.795 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.JettyServerProvider@aa8dce8

2018-04-13 04:35:25.216 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@ff684e1

2018-04-13 04:35:25.219 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.RpcRegistryBuilderProvider@1d06801f

2018-04-13 04:35:25.225 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.RpcRegistryProvider@ad5cffa

2018-04-13 04:35:25.251 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombDOMRpcServiceProvider@4449b273

2018-04-13 04:35:25.255 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.DOMNotificationServiceProvider@2375a976

2018-04-13 04:35:25.344 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.RestconfProvider@31fe0ce5

2018-04-13 04:35:25.648 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.HttpConnectorProvider@5d74507c

2018-04-13 04:35:25.661 PDT [main] INFO  i.f.h.n.r.HttpConnectorProvider - Starting RESTCONF HTTP

2018-04-13 04:35:25.749 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.HttpsConnectorProvider@41d877bb

2018-04-13 04:35:25.794 PDT [main] INFO  i.f.h.n.r.HttpsConnectorProvider - Starting RESTCONF HTTPS

2018-04-13 04:35:25.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.restconf.JettyServerStarter@bc52a41

2018-04-13 04:35:25.847 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - Starting RESTCONF Jetty server

2018-04-13 04:35:26.332 PDT [main] WARN  o.e.jetty.security.SecurityHandler - ServletContext@o.e.j.w.WebAppContext@3af39e7b{/restconf,file:///opt/honeycomb/config/,STARTING}{/opt/honeycomb/confi

g/} has uncovered http methods for path: /*

2018-04-13 04:35:26.788 PDT [Web socket server on port PortNumber [_value=7779]] INFO  o.o.n.s.s.w.WebSocketServer - Web socket server started at address 0.0.0.0, port 7779.

2018-04-13 04:35:29.388 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - RESTCONF Jetty server successfully started

2018-04-13 04:35:29.390 PDT [main] INFO  i.f.h.c.t.u.JvppReplyConsumer$JvppReplyTimeoutHolder - Jvpp reply timeout configured to 5 seconds

2018-04-13 04:35:29.401 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfBindingBrokerProvider@1bbb48dd

2018-04-13 04:35:29.423 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfNotificationMapperProvider@48144f1a

2018-04-13 04:35:30.238 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMdsalMapperProvider@42536da6

2018-04-13 04:35:30.376 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMonitoringServiceProvider@75784062

2018-04-13 04:35:30.486 PDT [main] INFO  o.o.n.i.o.NetconfSessionMonitoringService - Scheduling thread pool is present = false, update interval 0: /netconf-state/sessions won't be updated.

2018-04-13 04:35:30.490 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfMonitoringMapperProvider@22105c76

2018-04-13 04:35:31.039 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.RealtimeMappingContextProvider@7fdff56b

2018-04-13 04:35:31.040 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombNotificationManagerProvider@22b10124

2018-04-13 04:35:31.087 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.HoneycombNotification2NetconfProvider@411933

2018-04-13 04:35:31.131 PDT [main] INFO  i.f.h.n.n.HoneycombNotification2NetconfProvider - Exposing HONEYCOMB_NETCONF notification stream: honeycomb

2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NettyThreadGroupProvider@4229b92c

2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfServerDispatcherProvider@54ef9698

2018-04-13 04:35:31.183 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfTcpServerProvider@64908ab9

2018-04-13 04:35:31.198 PDT [main] INFO  i.f.h.n.n.NetconfTcpServerProvider - Starting NETCONF TCP

2018-04-13 04:35:31.231 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.northbound.netconf.NetconfSshServerProvider@46d51d5e

2018-04-13 04:35:31.233 PDT [main] INFO  i.f.h.n.n.NetconfSshServerProvider - Starting NETCONF SSH

2018-04-13 04:35:31.265 PDT [netconf-netty-0] INFO  i.f.h.n.n.NetconfTcpServerProvider - Netconf TCP endpoint started successfully at /127.0.0.1:7777

2018-04-13 04:35:31.270 PDT [main] WARN  io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd193fa98]'

2018-04-13 04:35:33.687 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv4Address

2018-04-13 04:35:33.690 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv4Prefix

2018-04-13 04:35:33.698 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv6Address

2018-04-13 04:35:33.699 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv6Prefix

2018-04-13 04:35:33.714 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Initializing configuration

2018-04-13 04:35:33.730 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.context.PersistedContextInitializerProvider@5dff108c

2018-04-13 04:35:33.737 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.PersistedConfigInitializerProvider@7164e28a

2018-04-13 04:35:33.738 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.initializer.ModifiableDTDelegInitProvider@39fc17be

2018-04-13 04:35:33.742 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@5db66c3

2018-04-13 04:35:33.750 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@49322d04

2018-04-13 04:35:33.751 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: io.fd.honeycomb.infra.distro.initializer.InitializerRegistryAdapterProvider@55d8f6bb

2018-04-13 04:35:33.752 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Config initialization started

2018-04-13 04:35:33.829 PDT [netconf-netty-1] INFO  o.o.n.s.NetconfNorthboundSshServer - Netconf SSH endpoint started successfully at 0.0.0.0

2018-04-13 04:35:33.947 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted context restored successfully

2018-04-13 04:35:36.585 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Configuration initialized successfully

2018-04-13 04:35:36.610 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted configuration restored successfully

2018-04-13 04:35:36.611 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Honeycomb initialized

2018-04-13 04:35:36.614 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Configuration initialized successfully

2018-04-13 04:35:36.615 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Honeycomb started successfully!

2018-04-13 04:38:57.088 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling

io.netty.handler.codec.DecoderException: java.lang.NullPointerException

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

Caused by: java.lang.NullPointerException: null

        at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]

        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        ... 21 common frames omitted

2018-04-13 04:38:57.984 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling

io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

Caused by: java.lang.OutOfMemoryError: Java heap space

        at org.openexi.proc.io.CharacterBuffer.ensureCharacters(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]

        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

2018-04-13 04:38:58.009 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyi

ngListener.operationComplete()

java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity

=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]

        at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]

        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]

        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]

        at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]

        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]

        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]

        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

 



On Apr 13, 2018, at 01:43, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:

 

Hello Patricio,

not sure if I understand. You were not able to connect HC and ODL at all or just 1804 + ODL Oxygen?
BTW. we test capability with ODL oxygen
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-master-ubuntu1604/
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-1804-ubuntu1604/

These tests are not 100% stable, but show ODL and HC can communicate.
How do you mount HC in ODL?

Regards,
Marek

-----Original Message-----
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 12 kwietnia 2018 23:29
To: hc2vpp@...
Subject: [hc2vpp] Honeycomb Question - Connection Problem


I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.NullPointerException: null
      at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.OutOfMemoryError: Java heap space
      at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
      at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
      at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]


 


Patricio Latini
 

Just for the record, I solved the problem. It was related to running ODL master. I made a fat finger on my ODL compilation script and was not checking out to the oxygen branch so I was always deploying ODL master

The flag for the future would be that ODL master causes this problem to happen (with any HC version).

Regards

Patricio

On Apr 16, 2018, at 00:10, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:

Patricio,
 
I have never observed the issue on my machine nor in CSIT.
 
You can adjust java memory parameters in the honeycomb script
(/opt/honeycomb in case you are using deb packages).
 
Have you looked at heap dump?
 
Regards,
Marek
 
From: Patricio Latini [mailto:p_latini@...] 
Sent: 13 kwietnia 2018 13:53
To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>
Cc: hc2vpp@...
Subject: Re: Honeycomb Question - Connection Problem
 
Marek, 
I am not able to get Netconf connect passed in any of the combinations that I listed below. ( I have an old setup with 1704 and ODL carbon that is working fine)
 
master, 1804, 1801 and 1704 from HC
Vs
master, oxygen and nitrogen from ODL.
 
When I say mounting is adding the HC/VPP ip address in ODL network-topology -http://$odl_ip:8181/restconf/config/network-topology:network-topology/network-topology:topology/topology-netconf/
 
Important to say that when I connect manually using ssh to port 2831, It connects OK at SSH level.
Also looking at ODL log it connects fine the SSH however during the initial data exchange HC responds with the java out of memory error.
 
I am attaching the full Log of HC
 
Patricio
 
 
 
 
2018-04-13 04:35:04.363 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Starting honeycomb
2018-04-13 04:35:05.986 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution
2018-04-13 04:35:06.246 PDT [main] INFO  i.f.h.n.n.NetconfReadersModule - Initializing NETCONF Northbound readers
2018-04-13 04:35:06.405 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Starting initialization
2018-04-13 04:35:06.446 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting reader factories
2018-04-13 04:35:06.453 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting writers factories
2018-04-13 04:35:06.462 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Started successfully
2018-04-13 04:35:06.496 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Configuring module Lisp
2018-04-13 04:35:06.504 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Naming context[locator-set-context]
2018-04-13 04:35:06.510 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[local-mapping-context]
2018-04-13 04:35:06.582 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[remote-mapping-context]
2018-04-13 04:35:06.583 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Adjacencies context
2018-04-13 04:35:06.592 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding reader factories
2018-04-13 04:35:06.615 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Reader factories binded
2018-04-13 04:35:06.618 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding writer factories
2018-04-13 04:35:06.635 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Writer factories binded
2018-04-13 04:35:06.639 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Module Lisp successfully configured
2018-04-13 04:35:06.675 PDT [main] INFO  i.f.h.n.restconf.RestconfModule - Starting RESTCONF Northbound
2018-04-13 04:35:06.766 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Installing DHCP module
2018-04-13 04:35:06.768 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting writers factories
2018-04-13 04:35:06.774 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting readers factories
2018-04-13 04:35:06.776 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Module DHCP successfully configured
2018-04-13 04:35:06.847 PDT [main] INFO  io.fd.hc2vpp.nat.NatModule - Module NAT successfully configured
2018-04-13 04:35:06.873 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Configuring module Acl
2018-04-13 04:35:06.964 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Module Acl successfully configured
2018-04-13 04:35:06.971 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Configuring interface role module
2018-04-13 04:35:06.975 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Interface role module configured
2018-04-13 04:35:07.079 PDT [main] INFO  i.f.h.i.d.s.YangBindingProviderModule - Configuring YangBindingProviderModule
2018-04-13 04:35:07.083 PDT [main] INFO  i.f.h.n.netconf.NetconfModule - Starting NETCONF Northbound
2018-04-13 04:35:07.615 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Installing MPLS module
2018-04-13 04:35:07.616 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Injecting MPLS writers
2018-04-13 04:35:07.617 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - MPLS module successfully configured
2018-04-13 04:35:07.675 PDT [main] INFO  io.fd.hc2vpp.v3po.V3poModule - Module V3PO successfully configured
2018-04-13 04:35:09.796 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution
2018-04-13 04:35:10.027 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: ModuleInfoBackedCtxProvider{writerFactories=io.fd.honeycomb.infra.distro.schema.YangModulesProvider$YangMod
ules@754777cd}
2018-04-13 04:35:13.417 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.schema.SerializerProvider@67207d8a
2018-04-13 04:35:20.712 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.schema.SchemaServiceProvider@28ee0a3c
2018-04-13 04:35:20.718 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataTreeProvider$ConfigDataTreeProvider@18d47df0
2018-04-13 04:35:20.856 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ConfigPersistingDataTreeProvider@13213f26
2018-04-13 04:35:20.914 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.ShutdownHandlerProvider@89caf47
2018-04-13 04:35:20.930 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.JVppRegistryProvider@5df6163a
2018-04-13 04:35:21.105 PDT [main] INFO  i.f.h.c.i.JVppRegistryProvider - JVpp connection opened successfully as: honeycomb
2018-04-13 04:35:21.112 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.JVppCoreProvider@64021427
2018-04-13 04:35:22.049 PDT [main] INFO  i.f.h.c.i.JVppCoreProvider - Successfully loaded jvpp-core plugin
2018-04-13 04:35:22.483 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.nat.jvpp.JVppNatProvider@4ab66127
2018-04-13 04:35:22.606 PDT [main] INFO  i.f.hc2vpp.nat.jvpp.JVppNatProvider - Successfully loaded jvpp-nat plugin
2018-04-13 04:35:22.656 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.acl.JVppAclProvider@78288f83
2018-04-13 04:35:22.742 PDT [main] INFO  io.fd.hc2vpp.acl.JVppAclProvider - Acl plugin successfully loaded[version 1.3]
2018-04-13 04:35:22.752 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.config.WriterRegistryProvider@5635bcd2
2018-04-13 04:35:23.838 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataTreeProvider$ContextDataTreeProvider@5ef6ae06
2018-04-13 04:35:23.840 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ContextPersistingDataTreeProvider@6e35bc3d
2018-04-13 04:35:23.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.ModifiableDTMgrProvider@1ad1be5d
2018-04-13 04:35:23.866 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.HoneycombContextDOMDataBrokerProvider@1cdc4c27
2018-04-13 04:35:23.869 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@1ad1b737
2018-04-13 04:35:23.882 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.ModifiableDTDelegProvider@1de30c31
2018-04-13 04:35:23.892 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataStoreProvider@5d9b7a8a
2018-04-13 04:35:23.907 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: config-DCL
2018-04-13 04:35:23.947 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataStoreProvider@604f2bd2
2018-04-13 04:35:23.949 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: operational-DCL
2018-04-13 04:35:23.950 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.InmemoryDOMDataBrokerProvider@9bf63d2
2018-04-13 04:35:23.952 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: commits
2018-04-13 04:35:23.954 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: WriteTxCommit
2018-04-13 04:35:23.976 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@47162173
2018-04-13 04:35:23.983 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringReaderFactoryProvider@717a8a76
2018-04-13 04:35:23.990 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfNotificationsReaderFactoryProvider@1da53f4f
2018-04-13 04:35:24.036 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.ContextsReaderFactoryProvider@6e090aaa
2018-04-13 04:35:24.054 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.oper.ReaderRegistryProvider@1d444652
2018-04-13 04:35:24.780 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.oper.ReadableDTDelegProvider@35f760a4
2018-04-13 04:35:24.795 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.JettyServerProvider@aa8dce8
2018-04-13 04:35:25.216 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@ff684e1
2018-04-13 04:35:25.219 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.RpcRegistryBuilderProvider@1d06801f
2018-04-13 04:35:25.225 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.RpcRegistryProvider@ad5cffa
2018-04-13 04:35:25.251 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMRpcServiceProvider@4449b273
2018-04-13 04:35:25.255 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DOMNotificationServiceProvider@2375a976
2018-04-13 04:35:25.344 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.RestconfProvider@31fe0ce5
2018-04-13 04:35:25.648 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.HttpConnectorProvider@5d74507c
2018-04-13 04:35:25.661 PDT [main] INFO  i.f.h.n.r.HttpConnectorProvider - Starting RESTCONF HTTP
2018-04-13 04:35:25.749 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.HttpsConnectorProvider@41d877bb
2018-04-13 04:35:25.794 PDT [main] INFO  i.f.h.n.r.HttpsConnectorProvider - Starting RESTCONF HTTPS
2018-04-13 04:35:25.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.JettyServerStarter@bc52a41
2018-04-13 04:35:25.847 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - Starting RESTCONF Jetty server
2018-04-13 04:35:26.332 PDT [main] WARN  o.e.jetty.security.SecurityHandler -ServletContext@o.e.j.w.WebAppContext@3af39e7b{/restconf,file:///opt/honeycomb/config/,STARTING}{/opt/honeycomb/confi
g/} has uncovered http methods for path: /*
2018-04-13 04:35:26.788 PDT [Web socket server on port PortNumber [_value=7779]] INFO  o.o.n.s.s.w.WebSocketServer - Web socket server started at address 0.0.0.0, port 7779.
2018-04-13 04:35:29.388 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - RESTCONF Jetty server successfully started
2018-04-13 04:35:29.390 PDT [main] INFO  i.f.h.c.t.u.JvppReplyConsumer$JvppReplyTimeoutHolder - Jvpp reply timeout configured to 5 seconds
2018-04-13 04:35:29.401 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfBindingBrokerProvider@1bbb48dd
2018-04-13 04:35:29.423 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfNotificationMapperProvider@48144f1a
2018-04-13 04:35:30.238 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMdsalMapperProvider@42536da6
2018-04-13 04:35:30.376 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringServiceProvider@75784062
2018-04-13 04:35:30.486 PDT [main] INFO  o.o.n.i.o.NetconfSessionMonitoringService - Scheduling thread pool is present = false, update interval 0: /netconf-state/sessions won't be updated.
2018-04-13 04:35:30.490 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringMapperProvider@22105c76
2018-04-13 04:35:31.039 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.RealtimeMappingContextProvider@7fdff56b
2018-04-13 04:35:31.040 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombNotificationManagerProvider@22b10124
2018-04-13 04:35:31.087 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.HoneycombNotification2NetconfProvider@411933
2018-04-13 04:35:31.131 PDT [main] INFO  i.f.h.n.n.HoneycombNotification2NetconfProvider - Exposing HONEYCOMB_NETCONF notification stream: honeycomb
2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NettyThreadGroupProvider@4229b92c
2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfServerDispatcherProvider@54ef9698
2018-04-13 04:35:31.183 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfTcpServerProvider@64908ab9
2018-04-13 04:35:31.198 PDT [main] INFO  i.f.h.n.n.NetconfTcpServerProvider - Starting NETCONF TCP
2018-04-13 04:35:31.231 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfSshServerProvider@46d51d5e
2018-04-13 04:35:31.233 PDT [main] INFO  i.f.h.n.n.NetconfSshServerProvider - Starting NETCONF SSH
2018-04-13 04:35:31.265 PDT [netconf-netty-0] INFO  i.f.h.n.n.NetconfTcpServerProvider - Netconf TCP endpoint started successfully at /127.0.0.1:7777
2018-04-13 04:35:31.270 PDT [main] WARN  io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd193fa98]'
2018-04-13 04:35:33.687 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv4Address
2018-04-13 04:35:33.690 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv4Prefix
2018-04-13 04:35:33.698 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv6Address
2018-04-13 04:35:33.699 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv6Prefix
2018-04-13 04:35:33.714 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Initializing configuration
2018-04-13 04:35:33.730 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.PersistedContextInitializerProvider@5dff108c
2018-04-13 04:35:33.737 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistedConfigInitializerProvider@7164e28a
2018-04-13 04:35:33.738 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.initializer.ModifiableDTDelegInitProvider@39fc17be
2018-04-13 04:35:33.742 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@5db66c3
2018-04-13 04:35:33.750 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@49322d04
2018-04-13 04:35:33.751 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.initializer.InitializerRegistryAdapterProvider@55d8f6bb
2018-04-13 04:35:33.752 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Config initialization started
2018-04-13 04:35:33.829 PDT [netconf-netty-1] INFO  o.o.n.s.NetconfNorthboundSshServer - Netconf SSH endpoint started successfully at 0.0.0.0
2018-04-13 04:35:33.947 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted context restored successfully
2018-04-13 04:35:36.585 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Configuration initialized successfully
2018-04-13 04:35:36.610 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted configuration restored successfully
2018-04-13 04:35:36.611 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Honeycomb initialized
2018-04-13 04:35:36.614 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Configuration initialized successfully
2018-04-13 04:35:36.615 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Honeycomb started successfully!
2018-04-13 04:38:57.088 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.NullPointerException: null
        at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        ... 21 common frames omitted
2018-04-13 04:38:57.984 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.OutOfMemoryError: Java heap space
        at org.openexi.proc.io.CharacterBuffer.ensureCharacters(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
2018-04-13 04:38:58.009 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyi
ngListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity
=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
        at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
        at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
 


On Apr 13, 2018, at 01:43, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:
 

Hello Patricio,

not sure if I understand. You were not able to connect HC and ODL at all or just 1804 + ODL Oxygen?
BTW. we test capability with ODL oxygen
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-master-ubuntu1604/
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-1804-ubuntu1604/

These tests are not 100% stable, but show ODL and HC can communicate.
How do you mount HC in ODL?

Regards,
Marek

-----Original Message-----
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 12 kwietnia 2018 23:29
To: hc2vpp@...
Subject: [hc2vpp] Honeycomb Question - Connection Problem


I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio 






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.NullPointerException: null
      at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.OutOfMemoryError: Java heap space
      at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
      at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
      at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]




Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES@Cisco) <mgradzki@...>
 

Patricio,

 

thanks for info!

I planned to look at Fluorine when some RC is released,

but now it gets higher priority on my todo list J

 

Just to be sure. Were you using honeycomb packages from nexus

or you built them manually?

 

Regards,

Marek

 

From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 18 kwietnia 2018 16:45
To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>
Cc: hc2vpp@...
Subject: Re: [hc2vpp] Honeycomb Question - Connection Problem

 

Just for the record, I solved the problem. It was related to running ODL master. I made a fat finger on my ODL compilation script and was not checking out to the oxygen branch so I was always deploying ODL master

 

The flag for the future would be that ODL master causes this problem to happen (with any HC version).

 

Regards

 

Patricio



On Apr 16, 2018, at 00:10, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:

 

Patricio,

 

I have never observed the issue on my machine nor in CSIT.

 

You can adjust java memory parameters in the honeycomb script

(/opt/honeycomb in case you are using deb packages).

 

Have you looked at heap dump?

 

Regards,

Marek

 

From: Patricio Latini [mailto:p_latini@...] 
Sent: 13 kwietnia 2018 13:53
To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>
Cc: hc2vpp@...
Subject: Re: Honeycomb Question - Connection Problem

 

Marek, 

I am not able to get Netconf connect passed in any of the combinations that I listed below. ( I have an old setup with 1704 and ODL carbon that is working fine)

 

master, 1804, 1801 and 1704 from HC

Vs

master, oxygen and nitrogen from ODL.

 

When I say mounting is adding the HC/VPP ip address in ODL network-topology -http://$odl_ip:8181/restconf/config/network-topology:network-topology/network-topology:topology/topology-netconf/

 

Important to say that when I connect manually using ssh to port 2831, It connects OK at SSH level.

Also looking at ODL log it connects fine the SSH however during the initial data exchange HC responds with the java out of memory error.

 

I am attaching the full Log of HC

 

Patricio

 

 

 

 

2018-04-13 04:35:04.363 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Starting honeycomb

2018-04-13 04:35:05.986 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution

2018-04-13 04:35:06.246 PDT [main] INFO  i.f.h.n.n.NetconfReadersModule - Initializing NETCONF Northbound readers

2018-04-13 04:35:06.405 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Starting initialization

2018-04-13 04:35:06.446 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting reader factories

2018-04-13 04:35:06.453 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting writers factories

2018-04-13 04:35:06.462 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Started successfully

2018-04-13 04:35:06.496 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Configuring module Lisp

2018-04-13 04:35:06.504 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Naming context[locator-set-context]

2018-04-13 04:35:06.510 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[local-mapping-context]

2018-04-13 04:35:06.582 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[remote-mapping-context]

2018-04-13 04:35:06.583 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Adjacencies context

2018-04-13 04:35:06.592 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding reader factories

2018-04-13 04:35:06.615 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Reader factories binded

2018-04-13 04:35:06.618 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding writer factories

2018-04-13 04:35:06.635 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Writer factories binded

2018-04-13 04:35:06.639 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Module Lisp successfully configured

2018-04-13 04:35:06.675 PDT [main] INFO  i.f.h.n.restconf.RestconfModule - Starting RESTCONF Northbound

2018-04-13 04:35:06.766 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Installing DHCP module

2018-04-13 04:35:06.768 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting writers factories

2018-04-13 04:35:06.774 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting readers factories

2018-04-13 04:35:06.776 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Module DHCP successfully configured

2018-04-13 04:35:06.847 PDT [main] INFO  io.fd.hc2vpp.nat.NatModule - Module NAT successfully configured

2018-04-13 04:35:06.873 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Configuring module Acl

2018-04-13 04:35:06.964 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Module Acl successfully configured

2018-04-13 04:35:06.971 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Configuring interface role module

2018-04-13 04:35:06.975 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Interface role module configured

2018-04-13 04:35:07.079 PDT [main] INFO  i.f.h.i.d.s.YangBindingProviderModule - Configuring YangBindingProviderModule

2018-04-13 04:35:07.083 PDT [main] INFO  i.f.h.n.netconf.NetconfModule - Starting NETCONF Northbound

2018-04-13 04:35:07.615 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Installing MPLS module

2018-04-13 04:35:07.616 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Injecting MPLS writers

2018-04-13 04:35:07.617 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - MPLS module successfully configured

2018-04-13 04:35:07.675 PDT [main] INFO  io.fd.hc2vpp.v3po.V3poModule - Module V3PO successfully configured

2018-04-13 04:35:09.796 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution

2018-04-13 04:35:10.027 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: ModuleInfoBackedCtxProvider{writerFactories=io.fd.honeycomb.infra.distro.schema.YangModulesProvider$YangMod

ules@754777cd}

2018-04-13 04:35:13.417 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.schema.SerializerProvider@67207d8a

2018-04-13 04:35:20.712 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.schema.SchemaServiceProvider@28ee0a3c

2018-04-13 04:35:20.718 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataTreeProvider$ConfigDataTreeProvider@18d47df0

2018-04-13 04:35:20.856 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ConfigPersistingDataTreeProvider@13213f26

2018-04-13 04:35:20.914 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.ShutdownHandlerProvider@89caf47

2018-04-13 04:35:20.930 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.JVppRegistryProvider@5df6163a

2018-04-13 04:35:21.105 PDT [main] INFO  i.f.h.c.i.JVppRegistryProvider - JVpp connection opened successfully as: honeycomb

2018-04-13 04:35:21.112 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.JVppCoreProvider@64021427

2018-04-13 04:35:22.049 PDT [main] INFO  i.f.h.c.i.JVppCoreProvider - Successfully loaded jvpp-core plugin

2018-04-13 04:35:22.483 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.nat.jvpp.JVppNatProvider@4ab66127

2018-04-13 04:35:22.606 PDT [main] INFO  i.f.hc2vpp.nat.jvpp.JVppNatProvider - Successfully loaded jvpp-nat plugin

2018-04-13 04:35:22.656 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.acl.JVppAclProvider@78288f83

2018-04-13 04:35:22.742 PDT [main] INFO  io.fd.hc2vpp.acl.JVppAclProvider - Acl plugin successfully loaded[version 1.3]

2018-04-13 04:35:22.752 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.config.WriterRegistryProvider@5635bcd2

2018-04-13 04:35:23.838 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataTreeProvider$ContextDataTreeProvider@5ef6ae06

2018-04-13 04:35:23.840 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ContextPersistingDataTreeProvider@6e35bc3d

2018-04-13 04:35:23.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.ModifiableDTMgrProvider@1ad1be5d

2018-04-13 04:35:23.866 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.HoneycombContextDOMDataBrokerProvider@1cdc4c27

2018-04-13 04:35:23.869 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@1ad1b737

2018-04-13 04:35:23.882 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.ModifiableDTDelegProvider@1de30c31

2018-04-13 04:35:23.892 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataStoreProvider@5d9b7a8a

2018-04-13 04:35:23.907 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: config-DCL

2018-04-13 04:35:23.947 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataStoreProvider@604f2bd2

2018-04-13 04:35:23.949 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: operational-DCL

2018-04-13 04:35:23.950 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.InmemoryDOMDataBrokerProvider@9bf63d2

2018-04-13 04:35:23.952 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: commits

2018-04-13 04:35:23.954 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: WriteTxCommit

2018-04-13 04:35:23.976 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@47162173

2018-04-13 04:35:23.983 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringReaderFactoryProvider@717a8a76

2018-04-13 04:35:23.990 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfNotificationsReaderFactoryProvider@1da53f4f

2018-04-13 04:35:24.036 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.ContextsReaderFactoryProvider@6e090aaa

2018-04-13 04:35:24.054 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.oper.ReaderRegistryProvider@1d444652

2018-04-13 04:35:24.780 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.oper.ReadableDTDelegProvider@35f760a4

2018-04-13 04:35:24.795 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.JettyServerProvider@aa8dce8

2018-04-13 04:35:25.216 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@ff684e1

2018-04-13 04:35:25.219 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.RpcRegistryBuilderProvider@1d06801f

2018-04-13 04:35:25.225 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.RpcRegistryProvider@ad5cffa

2018-04-13 04:35:25.251 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMRpcServiceProvider@4449b273

2018-04-13 04:35:25.255 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DOMNotificationServiceProvider@2375a976

2018-04-13 04:35:25.344 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.RestconfProvider@31fe0ce5

2018-04-13 04:35:25.648 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.HttpConnectorProvider@5d74507c

2018-04-13 04:35:25.661 PDT [main] INFO  i.f.h.n.r.HttpConnectorProvider - Starting RESTCONF HTTP

2018-04-13 04:35:25.749 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.HttpsConnectorProvider@41d877bb

2018-04-13 04:35:25.794 PDT [main] INFO  i.f.h.n.r.HttpsConnectorProvider - Starting RESTCONF HTTPS

2018-04-13 04:35:25.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.JettyServerStarter@bc52a41

2018-04-13 04:35:25.847 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - Starting RESTCONF Jetty server

2018-04-13 04:35:26.332 PDT [main] WARN  o.e.jetty.security.SecurityHandler -ServletContext@o.e.j.w.WebAppContext@3af39e7b{/restconf,file:///opt/honeycomb/config/,STARTING}{/opt/honeycomb/confi

g/} has uncovered http methods for path: /*

2018-04-13 04:35:26.788 PDT [Web socket server on port PortNumber [_value=7779]] INFO  o.o.n.s.s.w.WebSocketServer - Web socket server started at address 0.0.0.0, port 7779.

2018-04-13 04:35:29.388 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - RESTCONF Jetty server successfully started

2018-04-13 04:35:29.390 PDT [main] INFO  i.f.h.c.t.u.JvppReplyConsumer$JvppReplyTimeoutHolder - Jvpp reply timeout configured to 5 seconds

2018-04-13 04:35:29.401 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfBindingBrokerProvider@1bbb48dd

2018-04-13 04:35:29.423 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfNotificationMapperProvider@48144f1a

2018-04-13 04:35:30.238 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMdsalMapperProvider@42536da6

2018-04-13 04:35:30.376 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringServiceProvider@75784062

2018-04-13 04:35:30.486 PDT [main] INFO  o.o.n.i.o.NetconfSessionMonitoringService - Scheduling thread pool is present = false, update interval 0: /netconf-state/sessions won't be updated.

2018-04-13 04:35:30.490 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringMapperProvider@22105c76

2018-04-13 04:35:31.039 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.RealtimeMappingContextProvider@7fdff56b

2018-04-13 04:35:31.040 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombNotificationManagerProvider@22b10124

2018-04-13 04:35:31.087 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.HoneycombNotification2NetconfProvider@411933

2018-04-13 04:35:31.131 PDT [main] INFO  i.f.h.n.n.HoneycombNotification2NetconfProvider - Exposing HONEYCOMB_NETCONF notification stream: honeycomb

2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NettyThreadGroupProvider@4229b92c

2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfServerDispatcherProvider@54ef9698

2018-04-13 04:35:31.183 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfTcpServerProvider@64908ab9

2018-04-13 04:35:31.198 PDT [main] INFO  i.f.h.n.n.NetconfTcpServerProvider - Starting NETCONF TCP

2018-04-13 04:35:31.231 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfSshServerProvider@46d51d5e

2018-04-13 04:35:31.233 PDT [main] INFO  i.f.h.n.n.NetconfSshServerProvider - Starting NETCONF SSH

2018-04-13 04:35:31.265 PDT [netconf-netty-0] INFO  i.f.h.n.n.NetconfTcpServerProvider - Netconf TCP endpoint started successfully at /127.0.0.1:7777

2018-04-13 04:35:31.270 PDT [main] WARN  io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd193fa98]'

2018-04-13 04:35:33.687 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv4Address

2018-04-13 04:35:33.690 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv4Prefix

2018-04-13 04:35:33.698 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv6Address

2018-04-13 04:35:33.699 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.

Ipv6Prefix

2018-04-13 04:35:33.714 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Initializing configuration

2018-04-13 04:35:33.730 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.PersistedContextInitializerProvider@5dff108c

2018-04-13 04:35:33.737 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistedConfigInitializerProvider@7164e28a

2018-04-13 04:35:33.738 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.initializer.ModifiableDTDelegInitProvider@39fc17be

2018-04-13 04:35:33.742 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@5db66c3

2018-04-13 04:35:33.750 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@49322d04

2018-04-13 04:35:33.751 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.initializer.InitializerRegistryAdapterProvider@55d8f6bb

2018-04-13 04:35:33.752 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Config initialization started

2018-04-13 04:35:33.829 PDT [netconf-netty-1] INFO  o.o.n.s.NetconfNorthboundSshServer - Netconf SSH endpoint started successfully at 0.0.0.0

2018-04-13 04:35:33.947 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted context restored successfully

2018-04-13 04:35:36.585 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Configuration initialized successfully

2018-04-13 04:35:36.610 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted configuration restored successfully

2018-04-13 04:35:36.611 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Honeycomb initialized

2018-04-13 04:35:36.614 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Configuration initialized successfully

2018-04-13 04:35:36.615 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Honeycomb started successfully!

2018-04-13 04:38:57.088 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling

io.netty.handler.codec.DecoderException: java.lang.NullPointerException

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

Caused by: java.lang.NullPointerException: null

        at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]

        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        ... 21 common frames omitted

2018-04-13 04:38:57.984 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling

io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

Caused by: java.lang.OutOfMemoryError: Java heap space

        at org.openexi.proc.io.CharacterBuffer.ensureCharacters(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]

        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]

        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

2018-04-13 04:38:58.009 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyi

ngListener.operationComplete()

java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity

=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]

        at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]

        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]

        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]

        at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]

        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]

        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]

        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]

        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]

        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

 




On Apr 13, 2018, at 01:43, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:

 

Hello Patricio,

not sure if I understand. You were not able to connect HC and ODL at all or just 1804 + ODL Oxygen?
BTW. we test capability with ODL oxygen
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-master-ubuntu1604/
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-1804-ubuntu1604/

These tests are not 100% stable, but show ODL and HC can communicate.
How do you mount HC in ODL?

Regards,
Marek

-----Original Message-----
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 12 kwietnia 2018 23:29
To: hc2vpp@...
Subject: [hc2vpp] Honeycomb Question - Connection Problem


I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio 






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.NullPointerException: null
      at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.OutOfMemoryError: Java heap space
      at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
      at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
      at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]

 


Patricio Latini
 

Yes, all the tests done with packages from nexus. Now running fine with Oxygen and stable.1804

On Apr 18, 2018, at 09:53, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:

Patricio,
 
thanks for info!
I planned to look at Fluorine when some RC is released,
but now it gets higher priority on my todo list J
 
Just to be sure. Were you using honeycomb packages from nexus
or you built them manually?
 
Regards,
Marek
 
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 18 kwietnia 2018 16:45
To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>
Cc: hc2vpp@...
Subject: Re: [hc2vpp] Honeycomb Question - Connection Problem
 
Just for the record, I solved the problem. It was related to running ODL master. I made a fat finger on my ODL compilation script and was not checking out to the oxygen branch so I was always deploying ODL master
 
The flag for the future would be that ODL master causes this problem to happen (with any HC version).
 
Regards
 
Patricio


On Apr 16, 2018, at 00:10, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:
 
Patricio,
 
I have never observed the issue on my machine nor in CSIT.
 
You can adjust java memory parameters in the honeycomb script
(/opt/honeycomb in case you are using deb packages).
 
Have you looked at heap dump?
 
Regards,
Marek
 
From: Patricio Latini [mailto:p_latini@...] 
Sent: 13 kwietnia 2018 13:53
To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>
Cc: hc2vpp@...
Subject: Re: Honeycomb Question - Connection Problem
 
Marek, 
I am not able to get Netconf connect passed in any of the combinations that I listed below. ( I have an old setup with 1704 and ODL carbon that is working fine)
 
master, 1804, 1801 and 1704 from HC
Vs
master, oxygen and nitrogen from ODL.
 
When I say mounting is adding the HC/VPP ip address in ODL network-topology -http://$odl_ip:8181/restconf/config/network-topology:network-topology/network-topology:topology/topology-netconf/
 
Important to say that when I connect manually using ssh to port 2831, It connects OK at SSH level.
Also looking at ODL log it connects fine the SSH however during the initial data exchange HC responds with the java out of memory error.
 
I am attaching the full Log of HC
 
Patricio
 
 
 
 
2018-04-13 04:35:04.363 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Starting honeycomb
2018-04-13 04:35:05.986 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution
2018-04-13 04:35:06.246 PDT [main] INFO  i.f.h.n.n.NetconfReadersModule - Initializing NETCONF Northbound readers
2018-04-13 04:35:06.405 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Starting initialization
2018-04-13 04:35:06.446 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting reader factories
2018-04-13 04:35:06.453 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Injecting writers factories
2018-04-13 04:35:06.462 PDT [main] INFO  io.fd.hc2vpp.routing.RoutingModule - Started successfully
2018-04-13 04:35:06.496 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Configuring module Lisp
2018-04-13 04:35:06.504 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Naming context[locator-set-context]
2018-04-13 04:35:06.510 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[local-mapping-context]
2018-04-13 04:35:06.582 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Eid context[remote-mapping-context]
2018-04-13 04:35:06.583 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding Adjacencies context
2018-04-13 04:35:06.592 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding reader factories
2018-04-13 04:35:06.615 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Reader factories binded
2018-04-13 04:35:06.618 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Binding writer factories
2018-04-13 04:35:06.635 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Writer factories binded
2018-04-13 04:35:06.639 PDT [main] INFO  io.fd.hc2vpp.lisp.LispModule - Module Lisp successfully configured
2018-04-13 04:35:06.675 PDT [main] INFO  i.f.h.n.restconf.RestconfModule - Starting RESTCONF Northbound
2018-04-13 04:35:06.766 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Installing DHCP module
2018-04-13 04:35:06.768 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting writers factories
2018-04-13 04:35:06.774 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Injecting readers factories
2018-04-13 04:35:06.776 PDT [main] INFO  io.fd.hc2vpp.dhcp.DhcpModule - Module DHCP successfully configured
2018-04-13 04:35:06.847 PDT [main] INFO  io.fd.hc2vpp.nat.NatModule - Module NAT successfully configured
2018-04-13 04:35:06.873 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Configuring module Acl
2018-04-13 04:35:06.964 PDT [main] INFO  io.fd.hc2vpp.acl.AclModule - Module Acl successfully configured
2018-04-13 04:35:06.971 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Configuring interface role module
2018-04-13 04:35:06.975 PDT [main] INFO  i.f.h.i.role.InterfaceRoleModule - Interface role module configured
2018-04-13 04:35:07.079 PDT [main] INFO  i.f.h.i.d.s.YangBindingProviderModule - Configuring YangBindingProviderModule
2018-04-13 04:35:07.083 PDT [main] INFO  i.f.h.n.netconf.NetconfModule - Starting NETCONF Northbound
2018-04-13 04:35:07.615 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Installing MPLS module
2018-04-13 04:35:07.616 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - Injecting MPLS writers
2018-04-13 04:35:07.617 PDT [main] INFO  io.fd.hc2vpp.mpls.MplsModule - MPLS module successfully configured
2018-04-13 04:35:07.675 PDT [main] INFO  io.fd.hc2vpp.v3po.V3poModule - Module V3PO successfully configured
2018-04-13 04:35:09.796 PDT [main] INFO  i.f.h.i.d.a.ActiveModuleProvider - Reading active modules configuration for distribution
2018-04-13 04:35:10.027 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing: ModuleInfoBackedCtxProvider{writerFactories=io.fd.honeycomb.infra.distro.schema.YangModulesProvider$YangMod
ules@754777cd}
2018-04-13 04:35:13.417 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.schema.SerializerProvider@67207d8a
2018-04-13 04:35:20.712 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.schema.SchemaServiceProvider@28ee0a3c
2018-04-13 04:35:20.718 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataTreeProvider$ConfigDataTreeProvider@18d47df0
2018-04-13 04:35:20.856 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ConfigPersistingDataTreeProvider@13213f26
2018-04-13 04:35:20.914 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.ShutdownHandlerProvider@89caf47
2018-04-13 04:35:20.930 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.JVppRegistryProvider@5df6163a
2018-04-13 04:35:21.105 PDT [main] INFO  i.f.h.c.i.JVppRegistryProvider - JVpp connection opened successfully as: honeycomb
2018-04-13 04:35:21.112 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.JVppCoreProvider@64021427
2018-04-13 04:35:22.049 PDT [main] INFO  i.f.h.c.i.JVppCoreProvider - Successfully loaded jvpp-core plugin
2018-04-13 04:35:22.483 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.nat.jvpp.JVppNatProvider@4ab66127
2018-04-13 04:35:22.606 PDT [main] INFO  i.f.hc2vpp.nat.jvpp.JVppNatProvider - Successfully loaded jvpp-nat plugin
2018-04-13 04:35:22.656 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.acl.JVppAclProvider@78288f83
2018-04-13 04:35:22.742 PDT [main] INFO  io.fd.hc2vpp.acl.JVppAclProvider - Acl plugin successfully loaded[version 1.3]
2018-04-13 04:35:22.752 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.config.WriterRegistryProvider@5635bcd2
2018-04-13 04:35:23.838 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataTreeProvider$ContextDataTreeProvider@5ef6ae06
2018-04-13 04:35:23.840 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistingDataTreeProvider$ContextPersistingDataTreeProvider@6e35bc3d
2018-04-13 04:35:23.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.ModifiableDTMgrProvider@1ad1be5d
2018-04-13 04:35:23.866 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.HoneycombContextDOMDataBrokerProvider@1cdc4c27
2018-04-13 04:35:23.869 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@1ad1b737
2018-04-13 04:35:23.882 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.ModifiableDTDelegProvider@1de30c31
2018-04-13 04:35:23.892 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataStoreProvider@5d9b7a8a
2018-04-13 04:35:23.907 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: config-DCL
2018-04-13 04:35:23.947 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DataStoreProvider@604f2bd2
2018-04-13 04:35:23.949 PDT [main] INFO  o.o.c.m.s.d.s.i.InMemoryDOMDataStore - ThreadFactory created: operational-DCL
2018-04-13 04:35:23.950 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.InmemoryDOMDataBrokerProvider@9bf63d2
2018-04-13 04:35:23.952 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: commits
2018-04-13 04:35:23.954 PDT [main] INFO  i.f.h.i.d.d.InmemoryDOMDataBrokerProvider - ThreadFactory created: WriteTxCommit
2018-04-13 04:35:23.976 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@47162173
2018-04-13 04:35:23.983 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringReaderFactoryProvider@717a8a76
2018-04-13 04:35:23.990 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfNotificationsReaderFactoryProvider@1da53f4f
2018-04-13 04:35:24.036 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.hc2vpp.common.integration.ContextsReaderFactoryProvider@6e090aaa
2018-04-13 04:35:24.054 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.oper.ReaderRegistryProvider@1d444652
2018-04-13 04:35:24.780 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.oper.ReadableDTDelegProvider@35f760a4
2018-04-13 04:35:24.795 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.JettyServerProvider@aa8dce8
2018-04-13 04:35:25.216 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@ff684e1
2018-04-13 04:35:25.219 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.RpcRegistryBuilderProvider@1d06801f
2018-04-13 04:35:25.225 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.RpcRegistryProvider@ad5cffa
2018-04-13 04:35:25.251 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMRpcServiceProvider@4449b273
2018-04-13 04:35:25.255 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.DOMNotificationServiceProvider@2375a976
2018-04-13 04:35:25.344 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.RestconfProvider@31fe0ce5
2018-04-13 04:35:25.648 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.HttpConnectorProvider@5d74507c
2018-04-13 04:35:25.661 PDT [main] INFO  i.f.h.n.r.HttpConnectorProvider - Starting RESTCONF HTTP
2018-04-13 04:35:25.749 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.HttpsConnectorProvider@41d877bb
2018-04-13 04:35:25.794 PDT [main] INFO  i.f.h.n.r.HttpsConnectorProvider - Starting RESTCONF HTTPS
2018-04-13 04:35:25.846 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.restconf.JettyServerStarter@bc52a41
2018-04-13 04:35:25.847 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - Starting RESTCONF Jetty server
2018-04-13 04:35:26.332 PDT [main] WARN  o.e.jetty.security.SecurityHandler -ServletContext@o.e.j.w.WebAppContext@3af39e7b{/restconf,file:///opt/honeycomb/config/,STARTING}{/opt/honeycomb/confi
g/} has uncovered http methods for path: /*
2018-04-13 04:35:26.788 PDT [Web socket server on port PortNumber [_value=7779]] INFO  o.o.n.s.s.w.WebSocketServer - Web socket server started at address 0.0.0.0, port 7779.
2018-04-13 04:35:29.388 PDT [main] INFO  i.f.h.n.restconf.JettyServerStarter - RESTCONF Jetty server successfully started
2018-04-13 04:35:29.390 PDT [main] INFO  i.f.h.c.t.u.JvppReplyConsumer$JvppReplyTimeoutHolder - Jvpp reply timeout configured to 5 seconds
2018-04-13 04:35:29.401 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfBindingBrokerProvider@1bbb48dd
2018-04-13 04:35:29.423 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfNotificationMapperProvider@48144f1a
2018-04-13 04:35:30.238 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMdsalMapperProvider@42536da6
2018-04-13 04:35:30.376 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringServiceProvider@75784062
2018-04-13 04:35:30.486 PDT [main] INFO  o.o.n.i.o.NetconfSessionMonitoringService - Scheduling thread pool is present = false, update interval 0: /netconf-state/sessions won't be updated.
2018-04-13 04:35:30.490 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfMonitoringMapperProvider@22105c76
2018-04-13 04:35:31.039 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.RealtimeMappingContextProvider@7fdff56b
2018-04-13 04:35:31.040 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombNotificationManagerProvider@22b10124
2018-04-13 04:35:31.087 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.HoneycombNotification2NetconfProvider@411933
2018-04-13 04:35:31.131 PDT [main] INFO  i.f.h.n.n.HoneycombNotification2NetconfProvider - Exposing HONEYCOMB_NETCONF notification stream: honeycomb
2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NettyThreadGroupProvider@4229b92c
2018-04-13 04:35:31.134 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfServerDispatcherProvider@54ef9698
2018-04-13 04:35:31.183 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfTcpServerProvider@64908ab9
2018-04-13 04:35:31.198 PDT [main] INFO  i.f.h.n.n.NetconfTcpServerProvider - Starting NETCONF TCP
2018-04-13 04:35:31.231 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.northbound.netconf.NetconfSshServerProvider@46d51d5e
2018-04-13 04:35:31.233 PDT [main] INFO  i.f.h.n.n.NetconfSshServerProvider - Starting NETCONF SSH
2018-04-13 04:35:31.265 PDT [netconf-netty-0] INFO  i.f.h.n.n.NetconfTcpServerProvider - Netconf TCP endpoint started successfully at /127.0.0.1:7777
2018-04-13 04:35:31.270 PDT [main] WARN  io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd193fa98]'
2018-04-13 04:35:33.687 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv4Address
2018-04-13 04:35:33.690 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv4Prefix
2018-04-13 04:35:33.698 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv6Address
2018-04-13 04:35:33.699 PDT [main] INFO  o.o.y.y.b.u.StringValueObjectFactory - Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.
Ipv6Prefix
2018-04-13 04:35:33.714 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Initializing configuration
2018-04-13 04:35:33.730 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.context.PersistedContextInitializerProvider@5dff108c
2018-04-13 04:35:33.737 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.PersistedConfigInitializerProvider@7164e28a
2018-04-13 04:35:33.738 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.initializer.ModifiableDTDelegInitProvider@39fc17be
2018-04-13 04:35:33.742 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.HoneycombDOMDataBrokerProvider@5db66c3
2018-04-13 04:35:33.750 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.data.BindingDataBrokerProvider@49322d04
2018-04-13 04:35:33.751 PDT [main] INFO  i.f.h.binding.init.ProviderTrait - Providing:io.fd.honeycomb.infra.distro.initializer.InitializerRegistryAdapterProvider@55d8f6bb
2018-04-13 04:35:33.752 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Config initialization started
2018-04-13 04:35:33.829 PDT [netconf-netty-1] INFO  o.o.n.s.NetconfNorthboundSshServer - Netconf SSH endpoint started successfully at 0.0.0.0
2018-04-13 04:35:33.947 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted context restored successfully
2018-04-13 04:35:36.585 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Configuration initialized successfully
2018-04-13 04:35:36.610 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Persisted configuration restored successfully
2018-04-13 04:35:36.611 PDT [main] INFO  i.f.h.i.d.i.InitializerRegistryAdapter - Honeycomb initialized
2018-04-13 04:35:36.614 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Configuration initialized successfully
2018-04-13 04:35:36.615 PDT [main] INFO  io.fd.honeycomb.infra.distro.Main - Honeycomb started successfully!
2018-04-13 04:38:57.088 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.NullPointerException: null
        at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        ... 21 common frames omitted
2018-04-13 04:38:57.984 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
Caused by: java.lang.OutOfMemoryError: Java heap space
        at org.openexi.proc.io.CharacterBuffer.ensureCharacters(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
        at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
        at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
2018-04-13 04:38:58.009 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyi
ngListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity
=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
        at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
        at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
        at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]
 



On Apr 13, 2018, at 01:43, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...> wrote:
 

Hello Patricio,

not sure if I understand. You were not able to connect HC and ODL at all or just 1804 + ODL Oxygen?
BTW. we test capability with ODL oxygen
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-master-ubuntu1604/
https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-integration-odl-oxygen-1804-ubuntu1604/

These tests are not 100% stable, but show ODL and HC can communicate.
How do you mount HC in ODL?

Regards,
Marek

-----Original Message-----
From: hc2vpp@... [mailto:hc2vpp@...] On Behalf Of Patricio Latini
Sent: 12 kwietnia 2018 23:29
To: hc2vpp@...
Subject: [hc2vpp] Honeycomb Question - Connection Problem


I am trying to run 1804 Honeycomb with 1804 against ODL Oxygen but has bot been able to bring the session up between ODL and HC. After mounting HC in ODL conf and ODL tried to connect to HC. I keep getting a DeserializerExceptionHandler in HC.

I have tried master, 1804, 1801 and 1704 from HC and master, oxygen and nitrogen from ODL.

Any idea?

Thanks!

Patricio 






2018-04-12 14:10:42.520 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.NullPointerException
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:456) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:410) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.NullPointerException: null
      at org.openexi.sax.ReaderSupport.doAttribute(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.750 PDT [netconf-netty-1] WARN  o.o.n.i.u.DeserializerExceptionHandler - An exception occurred during message handling
io.netty.handler.codec.DecoderException: java.lang.OutOfMemoryError: Java heap space
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:392) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:359) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162] Caused by: java.lang.OutOfMemoryError: Java heap space
      at org.openexi.proc.io.Scanner.readLiteralString(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.StringValueScanner.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.ValueScannerLexical.scan(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.doAttributeWildcardAny(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.doElement(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.openexi.sax.EXIReader.parse(Unknown Source) ~[nagasena-0000.0002.0062.0.jar:na]
      at org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:96) ~[netconf-netty-util-1.4.0.jar:na]
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      ... 21 common frames omitted
2018-04-12 14:11:00.780 PDT [netconf-netty-1] WARN  i.n.util.concurrent.DefaultPromise - An exception was thrown by org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete()
java.lang.IllegalStateException: Unable to send exception NetconfDocumentedException{message=java.lang.OutOfMemoryError: Java heap space, errorType=RPC, errorTag=MALFORMED_MESSAGE, errorSeverity=ERROR, errorInfo={cause=java.lang.OutOfMemoryError: Java heap space}} [java.nio.channels.ClosedChannelException]
      at com.google.common.base.Preconditions.checkState(Preconditions.java:828) ~[guava-23.6-jre.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:103) ~[netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil$SendErrorVerifyingListener.operationComplete(SendErrorExceptionUtil.java:94) ~[netconf-util-1.4.0.jar:na]
      at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:507) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:481) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:420) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.DefaultPromise.addListener(DefaultPromise.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:93) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPromise.addListener(DefaultChannelPromise.java:28) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at org.opendaylight.netconf.util.messages.SendErrorExceptionUtil.sendErrorMessage(SendErrorExceptionUtil.java:45) [netconf-util-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.handleDeserializerException(DeserializerExceptionHandler.java:48) [netconf-impl-1.4.0.jar:na]
      at org.opendaylight.netconf.impl.util.DeserializerExceptionHandler.exceptionCaught(DeserializerExceptionHandler.java:37) [netconf-impl-1.4.0.jar:na]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:264) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:256) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:285) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.notifyHandlerException(AbstractChannelHandlerContext.java:850) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:247) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:377) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:342) [netty-codec-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:224) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1354) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:245) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:231) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:917) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:822) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) [netty-transport-4.1.16.Final.jar:4.1.16.Final]
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-common-4.1.16.Final.jar:4.1.16.Final]
      at java.lang.Thread.run(Thread.java:748) [na:1.8.0_162]