[BGPCEP-622] BGP Server configuration produce ServiceUnavailableException Created: 30/Jan/17  Updated: 03/Mar/19  Resolved: 13/Feb/17

Status: Resolved
Project: bgpcep
Component/s: BGP
Affects Version/s: Bugzilla Migration
Fix Version/s: Bugzilla Migration

Type: Bug
Reporter: Claudio David Gasparini Assignee: Claudio David Gasparini
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 7706

 Description   

if server is reconfigured when a session is already established.
At the moment of close the session, next error is observed:



 Comments   
Comment by Claudio David Gasparini [ 31/Jan/17 ]

2017-01-31 09:53:40,267 | WARN | entLoopGroup-7-1 | BGPSessionImpl | 307 - org.opendaylight.bgpcep.bgp-rib-impl - 0.7.0.SNAPSHOT | BGP session encountered error
org.osgi.service.blueprint.container.ServiceUnavailableException: The Blueprint container is being or has been destroyed: (objectClass=org.opendaylight.protocol.bgp.rib.impl.spi.BGPPeerRegistry)
at org.apache.aries.blueprint.container.ReferenceRecipe.getService(ReferenceRecipe.java:241)[15:org.apache.aries.blueprint.core:1.6.1]
at org.apache.aries.blueprint.container.ReferenceRecipe.access$000(ReferenceRecipe.java:56)[15:org.apache.aries.blueprint.core:1.6.1]
at org.apache.aries.blueprint.container.ReferenceRecipe$ServiceDispatcher.call(ReferenceRecipe.java:306)[15:org.apache.aries.blueprint.core:1.6.1]
at Proxyc88c2885_8cfc_46df_b04c_26ad1ee3864c.removePeerSession(Unknown Source)[:]
at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.removePeerSession(BGPSessionImpl.java:356)[307:org.opendaylight.bgpcep.bgp-rib-impl:0.7.0.SNAPSHOT]
at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.closeWithoutMessage(BGPSessionImpl.java:332)[307:org.opendaylight.bgpcep.bgp-rib-impl:0.7.0.SNAPSHOT]
at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.handleMessage(BGPSessionImpl.java:249)[307:org.opendaylight.bgpcep.bgp-rib-impl:0.7.0.SNAPSHOT]
at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.channelRead0(BGPSessionImpl.java:494)[307:org.opendaylight.bgpcep.bgp-rib-impl:0.7.0.SNAPSHOT]
at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.channelRead0(BGPSessionImpl.java:76)[307:org.opendaylight.bgpcep.bgp-rib-impl:0.7.0.SNAPSHOT]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[142:io.netty.transport:4.1.7.Final]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)[144:io.netty.codec:4.1.7.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)[144:io.netty.codec:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[142:io.netty.transport:4.1.7.Final]
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)[144:io.netty.codec:4.1.7.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)[144:io.netty.codec:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)[142:io.netty.transport:4.1.7.Final]
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:1018)[147:io.netty.transport-native-epoll:4.1.7.Final]
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:394)[147:io.netty.transport-native-epoll:4.1.7.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:299)[147:io.netty.transport-native-epoll:4.1.7.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)[141:io.netty.common:4.1.7.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)[141:io.netty.common:4.1.7.Final]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_111]

Comment by Claudio David Gasparini [ 31/Jan/17 ]

https://git.opendaylight.org/gerrit/#/c/51218/

Comment by Claudio David Gasparini [ 31/Jan/17 ]

https://git.opendaylight.org/gerrit/#/c/51218/

Generated at Wed Feb 07 19:13:38 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.