[NETVIRT-175] "BgpManager not started" error when trying to configure Bgp peer Created: 28/Sep/16 Updated: 19/Oct/17 Resolved: 06/Dec/16 |
|
| Status: | Resolved |
| Project: | netvirt |
| Component/s: | General |
| Affects Version/s: | Carbon |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Alvaro Gonzalez | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 6825 |
| Description |
|
When I run any bgp command in karaf CLI, I get the following response: opendaylight-user@root>bgp-connect --host 192.168.0.225 --port 7644 add I’ve seen that Bgpmanager bundle is active: opendaylight-user@root>bundle:list | grep bgp I tried the following operation with RESTCONF API and it was successful: POST /config/bgp:bgp-neighbors/ { ] But still I cannot connect the controller to its BGP peer, which I'm used to do via command (bgp-connect --host 192.168.0.225 --port 7644 add). Still the same error BgpManager not started. I can see the following exception in karaf.log. Not sure if it could be related: 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 |
| Comments |
| Comment by Sam Hague [ 06/Dec/16 ] |