13:31:41.470 [epollEventLoopGroup-5-1] INFO org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiatorFactory -- Replacing bootstrap negotiator for channel [id: 0x7f73e94f, L:/127.86.119.196:50382 - R:127.87.116.232/127.87.116.232:50382]
13:31:41.472 [pcep-worker-0] INFO org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiatorFactory -- Replacing bootstrap negotiator for channel [id: 0x0b1b0a42, L:/127.87.116.232:50382 - R:/127.86.119.196:50382]
13:31:41.473 [epollEventLoopGroup-5-1] INFO org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator -- PCEP session with [id: 0x7f73e94f, L:/127.86.119.196:50382 - R:127.87.116.232/127.87.116.232:50382] started, sent proposal Open{deadTimer=120, keepalive=30, sessionId=0, tlvs=Tlvs{augmentation=[Tlvs3{lspDbVersion=LspDbVersion{lspDbVersionValue=3}}, Tlvs1{stateful=Stateful{lspUpdateCapability=true, augmentation=[Stateful1{initiation=true}, Stateful1{deltaLspSyncCapability=false, includeDbVersion=true, triggeredInitialSync=false, triggeredResync=true}]}}]}}
13:31:41.474 [pcep-worker-0] INFO org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator -- PCEP session with [id: 0x0b1b0a42, L:/127.87.116.232:50382 - R:/127.86.119.196:50382] started, sent proposal Open{deadTimer=120, keepalive=30, sessionId=0, tlvs=Tlvs{augmentation=[Tlvs3{lspDbVersion=LspDbVersion{}}, Tlvs1{stateful=Stateful{lspUpdateCapability=true, augmentation=[Stateful1{initiation=true}, Stateful1{deltaLspSyncCapability=false, includeDbVersion=true, triggeredInitialSync=false, triggeredResync=true}]}}]}}
13:31:41.483 [epollEventLoopGroup-5-1] INFO org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator -- PCEP peer [id: 0x7f73e94f, L:/127.86.119.196:50382 - R:127.87.116.232/127.87.116.232:50382] completed negotiation
13:31:41.483 [epollEventLoopGroup-5-1] INFO org.opendaylight.protocol.pcep.impl.PCEPSessionImpl -- Session /127.86.119.196:50382[0] <-> 127.87.116.232/127.87.116.232:50382[0] started
13:31:41.483 [pcep-worker-0] INFO org.opendaylight.protocol.pcep.impl.AbstractPCEPSessionNegotiator -- PCEP peer [id: 0x0b1b0a42, L:/127.87.116.232:50382 - R:/127.86.119.196:50382] completed negotiation
13:31:41.483 [pcep-worker-0] INFO org.opendaylight.protocol.pcep.impl.PCEPSessionImpl -- Session /127.87.116.232:50382[0] <-> /127.86.119.196:50382[0] started
13:31:41.908 [epollEventLoopGroup-5-1] INFO org.opendaylight.protocol.pcep.pcc.mock.protocol.PCCSessionListener -- Session down with cause : null or exception: {}
java.io.IOException: End of input detected. Close the session.
	at org.opendaylight.protocol.pcep.impl.PCEPSessionImpl.endOfInput(PCEPSessionImpl.java:289)
	at org.opendaylight.protocol.pcep.impl.PCEPSessionImpl.channelInactive(PCEPSessionImpl.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)
	at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:412)
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:377)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)
	at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:412)
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:377)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:303)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:274)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1352)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:301)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:281)
	at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:850)
	at io.netty.channel.AbstractChannel$AbstractUnsafe$7.run(AbstractChannel.java:811)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:405)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)