<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:20:53 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>[NETVIRT-175] &quot;BgpManager not started&quot; error when trying to configure Bgp peer</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-175</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;When I run any bgp command in karaf CLI, I get the following response:&lt;/p&gt;


&lt;p&gt;opendaylight-user@root&amp;gt;bgp-connect --host 192.168.0.225 --port 7644 add&lt;br/&gt;
error: cannot run command, BgpManager not started&lt;/p&gt;


&lt;p&gt;I&#8217;ve seen that Bgpmanager bundle is active:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;bundle:list | grep bgp&lt;br/&gt;
324 | Active   |  80 | 2013.07.15.9-SNAPSHOT              | model-bgp&lt;br/&gt;
347 | Active   |  80 | 0.3.0.SNAPSHOT                     | bgpmanager-api&lt;br/&gt;
348 | Active   |  80 | 0.3.0.SNAPSHOT                     | bgpmanager-impl&lt;/p&gt;


&lt;p&gt;I tried the following operation with RESTCONF API and it was successful:&lt;/p&gt;

&lt;p&gt;POST /config/bgp:bgp-neighbors/&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;bgp-neighbor&quot; : [&lt;/p&gt;
   {
     &quot;as-number&quot; : 65000,
     &quot;prefix-list&quot; : &quot;10.85.106.69&quot;
   }  
&lt;p&gt;  ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;But still I cannot connect the controller to its BGP peer, which I&apos;m used to do via command (bgp-connect --host 192.168.0.225 --port 7644 add). Still the same error BgpManager not started.&lt;/p&gt;


&lt;p&gt;I can see the following exception in karaf.log. Not sure if it could be related:&lt;/p&gt;

&lt;p&gt;2016-09-27 17:26:47,397 | ERROR | pool-47-thread-1 | BgpConfigurationManager          | 348 - org.opendaylight.netvirt.bgpmanager-impl - 0.3.0.SNAPSHOT | Stale Cleanup Task Cancelled       java.lang.InterruptedException: sleep interrupted&lt;br/&gt;
        at java.lang.Thread.sleep(Native Method)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;                                                                                                                                         at org.opendaylight.netvirt.bgpmanager.BgpConfigurationManager$3.run(BgpConfigurationManager.java:1413)&lt;span class=&quot;error&quot;&gt;&amp;#91;348:org.opendaylight.netvirt.bgpmanager-impl:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_101&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.8.0_101&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20096">NETVIRT-175</key>
            <summary>&quot;BgpManager not started&quot; error when trying to configure Bgp peer</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="-1">Unassigned</assignee>
                                    <reporter username="alvaro.gonzalez.arroyo@ericsson.com">Alvaro Gonzalez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Sep 2016 15:49:58 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:17 +0000</updated>
                            <resolved>Tue, 6 Dec 2016 14:48:30 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="36478" author="shague@redhat.com" created="Tue, 6 Dec 2016 14:48:30 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/46278&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/46278&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>6825</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=6825]]></customfieldvalue>

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

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