<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:21 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[BGPCEP-530] MalformedObjectNameException while configuring OpenConfig BGP IPv6 neighbor</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-530</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;While configuring OpenConfig BGP IPv6 neighbor, MalformedObjectNameException  is seen in karaf.log. Issue is not seen when configuring IPv4 neighbor&lt;/p&gt;

&lt;p&gt;POST http://&amp;lt;controller-ip&amp;gt;:8181/restconf/config/openconfig-bgp:bgp/openconfig-bgp:neighbors&lt;/p&gt;

&lt;p&gt;&amp;lt;neighbor xmlns=&quot;http://openconfig.net/yang/bgp&quot;&amp;gt;&lt;br/&gt;
  &amp;lt;neighbor-address&amp;gt;2001:000:0000:0000:0000:0000:0000:0011&amp;lt;/neighbor-address&amp;gt;&lt;br/&gt;
  &amp;lt;afi-safis&amp;gt;&lt;br/&gt;
    &amp;lt;afi-safi&amp;gt;&lt;br/&gt;
      &amp;lt;afi-safi-name xmlns:x=&quot;http://openconfig.net/yang/bgp-types&quot;&amp;gt;x:IPV4-UNICAST&amp;lt;/afi-safi-name&amp;gt;&lt;br/&gt;
    &amp;lt;/afi-safi&amp;gt;&lt;br/&gt;
    &amp;lt;afi-safi&amp;gt;&lt;br/&gt;
      &amp;lt;afi-safi-name xmlns:x=&quot;http://openconfig.net/yang/bgp-types&quot;&amp;gt;x:IPV6-UNICAST&amp;lt;/afi-safi-name&amp;gt;&lt;br/&gt;
    &amp;lt;/afi-safi&amp;gt;&lt;br/&gt;
    &amp;lt;afi-safi&amp;gt;&lt;br/&gt;
      &amp;lt;afi-safi-name xmlns:x=&quot;http://openconfig.net/yang/bgp-types&quot;&amp;gt;x:IPV4-LABELLED-UNICAST&amp;lt;/afi-safi-name&amp;gt;&lt;br/&gt;
    &amp;lt;/afi-safi&amp;gt;&lt;br/&gt;
    &amp;lt;afi-safi&amp;gt;&lt;br/&gt;
      &amp;lt;afi-safi-name xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions&quot;&amp;gt;x:linkstate&amp;lt;/afi-safi-name&amp;gt;&lt;br/&gt;
    &amp;lt;/afi-safi&amp;gt;&lt;br/&gt;
    &amp;lt;afi-safi&amp;gt;&lt;br/&gt;
      &amp;lt;afi-safi-name xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions&quot;&amp;gt;x:ipv4-flow&amp;lt;/afi-safi-name&amp;gt;&lt;br/&gt;
    &amp;lt;/afi-safi&amp;gt;&lt;br/&gt;
    &amp;lt;afi-safi&amp;gt;&lt;br/&gt;
      &amp;lt;afi-safi-name xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions&quot;&amp;gt;x:ipv6-flow&amp;lt;/afi-safi-name&amp;gt;&lt;br/&gt;
    &amp;lt;/afi-safi&amp;gt;&lt;br/&gt;
  &amp;lt;/afi-safis&amp;gt;&lt;br/&gt;
  &amp;lt;route-reflector&amp;gt;&lt;br/&gt;
    &amp;lt;config&amp;gt;&lt;br/&gt;
      &amp;lt;route-reflector-client&amp;gt;false&amp;lt;/route-reflector-client&amp;gt;&lt;br/&gt;
    &amp;lt;/config&amp;gt;&lt;br/&gt;
  &amp;lt;/route-reflector&amp;gt;&lt;br/&gt;
  &amp;lt;timers&amp;gt;&lt;br/&gt;
    &amp;lt;config&amp;gt;&lt;br/&gt;
      &amp;lt;hold-time&amp;gt;180&amp;lt;/hold-time&amp;gt;&lt;br/&gt;
    &amp;lt;/config&amp;gt;&lt;br/&gt;
  &amp;lt;/timers&amp;gt;&lt;br/&gt;
  &amp;lt;transport&amp;gt;&lt;br/&gt;
    &amp;lt;config&amp;gt;&lt;br/&gt;
      &amp;lt;passive-mode&amp;gt;false&amp;lt;/passive-mode&amp;gt;&lt;br/&gt;
    &amp;lt;/config&amp;gt;&lt;br/&gt;
  &amp;lt;/transport&amp;gt;&lt;br/&gt;
  &amp;lt;config&amp;gt;&lt;br/&gt;
    &amp;lt;peer-type&amp;gt;INTERNAL&amp;lt;/peer-type&amp;gt;&lt;br/&gt;
    &amp;lt;peer-as&amp;gt;64496&amp;lt;/peer-as&amp;gt;&lt;br/&gt;
  &amp;lt;/config&amp;gt;&lt;br/&gt;
&amp;lt;/neighbor&amp;gt;&lt;/p&gt;


&lt;p&gt;Exception seen in karaf.log:&lt;/p&gt;

&lt;p&gt;2016-08-22 16:29:31,727 | INFO  | o-group-thread-7 | ServerSession                    | 76 - org.apache.sshd.core - 0.14.0 | Dequeing pending packets&lt;br/&gt;
2016-08-22 17:25:19,061 | ERROR | entLoopGroup-2-2 | NetconfOperationRouterImpl       | 98 - org.opendaylight.netconf.impl - 1.0.0.Beryllium | Unexpected exception during netconf operation execution&lt;br/&gt;
java.lang.IllegalArgumentException: javax.management.MalformedObjectNameException: Invalid character &apos;:&apos; in value part of property&lt;br/&gt;
        at org.opendaylight.controller.config.api.jmx.ObjectNameUtil.createON(ObjectNameUtil.java:52)&lt;br/&gt;
        at org.opendaylight.controller.config.api.jmx.ObjectNameUtil.createModulePattern(ObjectNameUtil.java:328)&lt;br/&gt;
        at org.opendaylight.controller.config.manager.impl.ConfigTransactionLookupRegistry.lookupConfigBeans(ConfigTransactionLookupRegistry.java:84)&lt;br/&gt;
        at org.opendaylight.controller.config.manager.impl.util.LookupBeansUtil.lookupConfigBean(LookupBeansUtil.java:23)&lt;br/&gt;
        at org.opendaylight.controller.config.manager.impl.ConfigTransactionLookupRegistry.lookupConfigBean(ConfigTransactionLookupRegistry.java:75)&lt;br/&gt;
        at org.opendaylight.controller.config.manager.impl.ConfigTransactionControllerImpl.lookupConfigBean(ConfigTransactionControllerImpl.java:490)&lt;br/&gt;
        at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)&lt;br/&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.reflect.Method.invoke(Method.java:606)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)&lt;br/&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.reflect.Method.invoke(Method.java:606)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.MXBeanProxy$InvokeHandler.invoke(MXBeanProxy.java:150)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:167)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:258)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.sun.proxy.$Proxy73.lookupConfigBean(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;50:org.opendaylight.controller.config-api:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.util.ConfigTransactionJMXClient.lookupConfigBean(ConfigTransactionJMXClient.java:173)&lt;span class=&quot;error&quot;&gt;&amp;#91;60:org.opendaylight.controller.config-util:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.facade.xml.strategy.AbstractEditConfigStrategy.executeConfiguration(AbstractEditConfigStrategy.java:31)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:org.opendaylight.controller.config-manager-facade-xml:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.handleMisssingInstancesOnTransaction(ConfigSubsystemFacade.java:253)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:org.opendaylight.controller.config-manager-facade-xml:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.test(ConfigSubsystemFacade.java:163)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:org.opendaylight.controller.config-manager-facade-xml:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.executeTests(ConfigSubsystemFacade.java:149)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:org.opendaylight.controller.config-manager-facade-xml:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.facade.xml.ConfigSubsystemFacade.executeConfigExecution(ConfigSubsystemFacade.java:123)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:org.opendaylight.controller.config-manager-facade-xml:0.4.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.confignetconfconnector.operations.editconfig.EditConfig.getResponseInternal(EditConfig.java:48)&lt;span class=&quot;error&quot;&gt;&amp;#91;100:org.opendaylight.netconf.config-netconf-connector:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.confignetconfconnector.operations.editconfig.EditConfig.handleWithNoSubsequentOperations(EditConfig.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;100:org.opendaylight.netconf.config-netconf-connector:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.util.mapping.AbstractLastNetconfOperation.handle(AbstractLastNetconfOperation.java:33)&lt;span class=&quot;error&quot;&gt;&amp;#91;72:org.opendaylight.netconf.util:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.util.mapping.AbstractNetconfOperation.handle(AbstractNetconfOperation.java:101)&lt;span class=&quot;error&quot;&gt;&amp;#91;72:org.opendaylight.netconf.util:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.impl.osgi.NetconfOperationRouterImpl$NetconfOperationExecution.execute(NetconfOperationRouterImpl.java:182)&lt;span class=&quot;error&quot;&gt;&amp;#91;98:org.opendaylight.netconf.impl:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.impl.osgi.NetconfOperationRouterImpl.executeOperationWithHighestPriority(NetconfOperationRouterImpl.java:111)&lt;span class=&quot;error&quot;&gt;&amp;#91;98:org.opendaylight.netconf.impl:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.impl.osgi.NetconfOperationRouterImpl.onNetconfMessage(NetconfOperationRouterImpl.java:84)&lt;span class=&quot;error&quot;&gt;&amp;#91;98:org.opendaylight.netconf.impl:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.impl.NetconfServerSessionListener.processDocument(NetconfServerSessionListener.java:113)&lt;span class=&quot;error&quot;&gt;&amp;#91;98:org.opendaylight.netconf.impl:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.impl.NetconfServerSessionListener.onMessage(NetconfServerSessionListener.java:86)&lt;span class=&quot;error&quot;&gt;&amp;#91;98:org.opendaylight.netconf.impl:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.impl.NetconfServerSessionListener.onMessage(NetconfServerSessionListener.java:29)&lt;span class=&quot;error&quot;&gt;&amp;#91;98:org.opendaylight.netconf.impl:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:64)&lt;span class=&quot;error&quot;&gt;&amp;#91;73:org.opendaylight.netconf.netty-util:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:35)&lt;span class=&quot;error&quot;&gt;&amp;#91;73:org.opendaylight.netconf.netty-util:1.0.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.protocol.framework.AbstractProtocolSession.channelRead0(AbstractProtocolSession.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;58:org.opendaylight.controller.protocol-framework:0.7.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)&lt;span class=&quot;error&quot;&gt;&amp;#91;54:io.netty.codec:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:427)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.local.LocalChannel.access$500(LocalChannel.java:48)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:383)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.common:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;53:io.netty.transport:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.common:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;52:io.netty.common:4.0.33.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: javax.management.MalformedObjectNameException: Invalid character &apos;:&apos; in value part of property&lt;br/&gt;
        at javax.management.ObjectName.construct(ObjectName.java:618)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at javax.management.ObjectName.&amp;lt;init&amp;gt;(ObjectName.java:1382)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_95&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.config.api.jmx.ObjectNameUtil.createON(ObjectNameUtil.java:50)&lt;br/&gt;
        ... 65 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23770">BGPCEP-530</key>
            <summary>MalformedObjectNameException while configuring OpenConfig BGP IPv6 neighbor</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="ajayl.bro@gmail.com">Ajay L</assignee>
                                    <reporter username="ajayl.bro@gmail.com">Ajay L</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Aug 2016 05:04:06 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:51 +0000</updated>
                            <resolved>Mon, 29 Aug 2016 09:10:32 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="45875" author="ajayl.bro@gmail.com" created="Wed, 24 Aug 2016 06:14:32 +0000"  >&lt;p&gt;A Yangtools issue was seen when testing this on Beryllium SR3. &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6519&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6519&lt;/a&gt; has been filed against Yangtools project&lt;/p&gt;</comment>
                            <comment id="45876" author="ajayl.bro@gmail.com" created="Thu, 25 Aug 2016 03:48:49 +0000"  >&lt;p&gt;stable/beryllium: &lt;a href=&quot;https://git.opendaylight.org/gerrit/44639&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/44639&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6507</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=6507]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10358"><![CDATA[Beryllium-4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02cuv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>